Archive for the ‘Code’ Category
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 ...
Posted in Code, Computing | No Comments »
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 ...
Posted in Code, Personal | No Comments »
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 ...
Posted in Code | No Comments »