Archive for the ‘Code’ Category

PIC10F Assembly “Hello World”

Saturday, August 15th, 2009

So for a project, I'm using a PIC10F due to their very small size (in a SOT23-6, wow) and low cost.  They don't have interrupt support, but they do have a timer, watchdog timer and a comparator.  You can do some fairly funky things with them.  However, I'm opting to ...

*twitch*

Sunday, March 1st, 2009

I've been working on my second year project for the last .... 12 hours now.  Most of the backend is done.  It looks like this: As I snapped this screenshot, I noticed that my BlueJ window was exactly 1337 pixels wide.  That's surely got to be a good sign, right? Now, before ...

Upcoming.org PHP5 API Wrapper

Monday, January 7th, 2008

Anyone who uses Upcoming.org and would like to integrate it with an application made PHP5, I have a class for you! Upcoming.org API Wrapper It's the product of a couple of days work, thinking that there has to be a better way of using the Upcoming.org API through PHP5. It ...