After three days without programming,
life becomes meaningless.

Scripts and such

Camera scripts: a collection of scripts which collect images from a digital camera, using gphoto2. The images are rotated if neccesary. At the end the images are sorted into folders named YYYY-MM-DD. The script images_get calls all the others. You may want to modify this one according to your needs.
A process monitoring script: This script monitors all processes on the local machine and prints out a message at the end of the specified process.
Mouse position visualizer: A small C++ program which prints out the current mouse-coordinates under X11.
Dice roll simulator: A small Python script that throws two virtual dice and plots their sums as a histogram of their occurences. The plot is updated interactively as the dice are rolled a million times. Inspired by this blog entry