Projects
- Log Viewer: A project to make viewing log files a very pleasurable endeavor. When im debugging code I often have to sift through log files to try and see whats wrong. A friend of mine(http://blog.scottpenrose.com/) had an idea to make this process far more fun by making a web app that marked up the log file created by a logging package like log4j or log4net. You can find the project w/ Ruby on Rails source code here.
- drop_puzzles: Dropbox which I think is an awesome app, had a programming competition with a bunch of puzzles you had to solve. I decided to solve them one Sunday. The Java code is available at here.