Code
This is my section of accumulated computery stuff. Remember, no guarantees that anything in here will work, work well, or is in any way well documented.

Home
Personal Projects
C/C++
Winamp Track Logger
A Winamp plugin that logs the tracks you listen to.
Rocketship Particle Example
A demo program featuring ClanLib, OpenGL, and particle effects. See the 'Tutorials' section on simple game development.
Lightwave Object Loader/Viewer
An OpenGL application that loads and displays an Lightwave 6.0 object. May be useful for games requiring 3-D objects. Also displays UV-map textured objects.
Asteroid Arena
An 'Asteroids' game written with ClanLib and OpenGL. Slick graphics and multiplayer support (which is more than a little buggy).
MSN Buster
A small keep-alive program for MSN versions prior to 8.
Attaxx
A strategy game, similar to Othello. You can play against a human or computer opponent (or pit computer opponents against each other!) Written with the ClanLib library.
DoctorC++
A clone of the Nintendo game 'Dr. Mario', written with the ClanLib library.
Tetroid
A tetris clone, written with the ClanLib library.
Ruby
Winamp Track Log Parser
Do something useful with my Winamp logger plugin.
TARPIT
Amazing 'Amazing Race' winner prediction script.
Palindrome Tester
Java Applications
DiskCatalog
A nice JFC application to keep track of all the stuff you have crammed on those CD-Rs.
ImageCatalog
Another JFC that automatically builds HTML pages to display all those images you have crammed on those CD-Rs.
SwingAttaxx
A predecessor to the 'Attaxx' game above.
DoctorJava
A predecessor to the 'DoctorC++' game above.
HttpServer
A simple test application, don't count on it to serve up anything very well.
CS462P1
A less capable but more advanced server (with logging and from class).
Others
ASM Tetroid
An assembly version of Tetris (with OpenGL + win32)
Programming Contest
Close but no cigar (in C#)
Tutorials / Misc