Wikipedia Sentence Crawler
In need of a huge database of english sentences for another project, I wrote this Python class to crawl Wikipedia indefinitely and log all sentences from within the articles it finds. The code lives in its own GitHub repo so feel free to check it out and Fork it for your own usage!
FITC Screens 2011 – Mobile Cross Browser Sexyness with jQuery Mobile
In November 2011 I did a presentation at FITC Screens on jQuery Mobile. The presentation itself was made in jQuery Mobile thus I have released the source code and hosted demo for any future public usage.
More Information | View Presentation | Download Source Code
GPX2GMaps
Wanting to learn how GPS data works, during the summer of 2011 I wrote code to transfer my GPS data from my Android phone to Google Maps I could view on the web. GPX2GMaps is a simple script to take raw GPX files from GPS logs, parse the data and output the waypoints on a Google Maps display.