I'm a Computer Science graduate from the University of Cambridge.
Some random code I've produced:
My (very late) implementation of the 2009 GatorLUG Codeslinger Problem. I did it in C for kicks: tarball
NinjaSudoku was a GatorLUG project I helped out with. I implemented the server, communication protocol and an example console-only client. A graphical client was planned but GUIs aren't my thing and nobody else put in the time to finish it.