Here is a collection of miscellaneous little programs I've written. These are not maintained (or are updated only sporadically), but might still be of some use to someone.
This is a little SDL based utility to generate text animations in the style of old DOS prompts. I used it to create the ending credit sequence for a student film project. The output can displayed on screen for testing or written out as a series of TGA images.
A tiny test program for the Griffin Powermate built with Qt. Uses the powermate driver in the Linux kernel. Update input.cpp
to point to your powermate device.
A Qt4 based test program for tablets. Simply displays a window and prints out all tablet events to stdout. Useful for checking whether Qt is properly compiled with wacom support.
A quick and dirty PHP templating "engine" in just about two dozen lines of code.
A simple set of python scripts for controlling Amarok, Mplayer and Gwenview via commands received via UDP socket. Can be easily extended to support other media players as well. Useful together with UIRD.