Lab
A non comprehensive list of code I've written in my spare time.
The code is mostly "hackish" as most of them are just experiments or tools done for learning purposes.
[AudioExtractor]
A PyGtk interface to MPlayer which allows to extract the audio from a video file and save it or burn it to CD using Serpentine. It therefore needs Mplayer, Serpentine (optional) and PyGtk in order to works.
Only *nix (on Windows just change the paths at the beginning of the file to a proper Windows location).

I've also written an article about it to explain the integration between Mplayer and PyGTK.
[PyQT Image Gallery]
A very simple image gallery in PyQT done in order to show how to zoom over an image.

Download and read the article.
[PhotoSort]
A simple Python script which takes as input a directory and sort the pictures inside (JPEG or TIFF) by their EXIF date, creating subdirectories for year, month and day if needed. The directory layout is the same used by f-spot. It uses EXIF.py
Download (download bundled with EXIF.py)
[CodeGen]
Another very simple Python script which create a stub of a code file in various languages (Python, Java, C++, C, ObjectiveC)
[CatchDaMan]
My very first game ! I made it in two nights about 4 years ago for a job interview at a game studio. Made in Java.
Screenshot:

CatchDaMan screenshot