Well this is intended as a place to put things I code (I do enough of it, so I may as well keep some of it available).
Vobidooblisk
As my brother codes too, and we're both pretty keen on games and there creation, there's a site for games we make together. Check it out at http://vobidooblisk.nfshost.com.
Bits and pieces
I do quite a few little bits of imperfect, but perhaps useful/interesting code. This will be a collection of the more complete/useful ones. They're normally setup to work in linux, but I tend to aim for cross platform stuff when possible, so it should usually be possible to get it compiling/running on other things.
Bacon
Bacon is an IRC email notification bot. The idea being that it makes more sense for me to be told about email in IRC than anywhere else. It uses azz's simple Python IRCClient library. Download
Boggle Solver
A c program for 'solving' a boggle grid (if you don't know what that is you wont find it very interesting ;) Download
Simple Game
A small and simple python and pygame game. Nothing special but could keep you entertained for a little while. (note: you'll need to have python and pygame installed to run it). Download