Unless specified otherwise, all programs below are released under the GPL version 2.
See my wish list if you feel especially happy with my free software work.
3.0.3 (September 28th, 2008) LM Sensors

These days, I am the main actor of the LM Sensors project. This project aims at providing essential tools for monitoring the hardware health of Linux systems.

2.6.26 (July 13th, 2008) Linux

I am maintaining the i2c subsystem of the Linux kernel. Greg Kroah-Hartman was the previous maintainer. Hardware monitoring chips are often connected to this subsystem, so this is a logical follow-up of my work on the LM Sensors project.

3.0.1 (April 4th, 2008) I2C tools for Linux

This package contains an heterogeneous set of I2C tools for Linux: bus probing tool, chip dumper, register-level access helpers, EEPROM decoding scripts, and more. These tools were originally part of the lm-sensors package but were finally split into their own package for convenience.

2.9 (February 26th, 2007) Dmidecode

Dmidecode reports information about your system's hardware as described in the BIOS according to the SMBIOS/DMI standard. This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag, and a lot of other details of varying level of interest and reliability, depending on the manufacturer. This will often include usage status for the CPU sockets, expansion slots and memory module slots, and the list of I/O ports.

Contributions

I took minor participations to many other open-source projects. I think it is important to give feedback to the authors so that everyone can quickly benefit of any improvement made. This is how open source software gets better over time.

1.0 (May 12th, 2003) Gabadec

This program extracts Emperor, Battle for Dune's sound and music files (.bag) to MPEG audio files (.mp3).

A more complete tool named BagTool is available on dune2k.com.

2 (December 2nd, 2001) ANSI coloring mechanism

The result of my research work on ANSI coloring support level for different terminal types.

1.0.3 (May 22nd, 2001) Rssconv

This program converts Atomic Bomberman's sound and music files (.rss) to riff wave files (.wav).

Miscellaneous scripts and sample code

Trivial perl scripts for Mac/DOS from/to Unix textfile format conversion. So many people need these that I decided to make them available here.

Some simple "how-to" C programs.

A simple perl script to use with arpwatch. It will let you get the IP address from any MAC address arpwatch has previously seen.

A simple perl script to use with lsof. It will answer questions such as "What libraries are used by this process?" or "What processes are currently using this library?".

A simple perl script I use to check my HTML pages for charset errors and missing meta tags. I know there are much more powerful tools for this, but this one is really easy to use and perfectly fits my needs.