Autobuild
A ruby-based autobuilder. Look at the RubyForge page or at the documentation.
Typelib
Typelib is a C++ library which allows to represent sets of types as defined by various means (plain C code with some C++ statements like ‘namespace’, XML format, ...). Once these types are defined, it allows to programmaticaly create and modify in-memory values built from these types.
The main feature of this library is its Ruby bindings. A Ruby extension allows to seamlessly modify in-memory C structures from Ruby code, and call C shared libraries in a much more powerful way than the traditional Ruby/DL (and without the many bugs of this Ruby/DL library).
See the right panel for the sourceforge project page and the Doxygen documentation of the C++ part. The documentation of the Ruby extension can be reached from the Doxygen one.
Util—
Util—is a C++ toolkit created by Frederic Py for its PhD work and continued by me. It is made of small tools, some completely OS-independent (phoenix singleton, ...), others Unix-related—since the C++ standard is very poor on system programming issues. This toolkit is now available on sourceforge, and is used in other projects of mine (as, for instance, Typelib).
See the right panel for the sourceforge project page and Doxygen documentation.
Karamba theme
For people like me who like to have the KasBar and gkrellm for monitoring, I adapted the smooth theme for Karamba to make it thinner. Just check a small screenshot (320×200) and a wider one (1024×768). You can download it here. The theme file is doudou.theme. Be warned that I didn’t adapt all the modules that are available.
Darcs-buildpackage
A set of scripts to help using Debian’s darcs-buildpackage system
KDE/APT
KDE/APT is made of two software packages: KIO/APT and KPkgManager. The first one gives access to apt-cache-like functionalities in Konqueror. The second allows very simple package management: install, remove and update/upgrade. It is designed to provide a simple but lightweight tool for everyday use while more complete tools like aptitude are still necessary sometimes.
Bird flock simulation
An OpenGL-based bird flock simulation