This is a list of projects that I have initiated, maintained, and probably dropped
The most recent (and thus active) come first.
| Project | Description |
|---|---|
| bibtex-plugin | A BibTeX plugin for Dokuwiki |
| Trac-Bzr | A Trac plugin for using Bzr |
| DotEmacs | My complete GNU Emacs configuration, that is everything that you don't find in a classical Emacs distribution. |
| Sigfish | Some hacks for the best window manager in the world (nothing less): Sawfish |
| (osd) | A guile frontend for libxosd |
| Lispy | A chat client again, but this time it is written in emacs-lisp |
| QNet | C++/Qt client for <Mtp> Chat! servers (see below) |
| Octopus | Chat server written in C++/qtlite (Qt clone without graphical interface, created for Octopus) This was inspired by the server written by Fabien Letouzey (Xann/Mtp) |
| Pascal compiler | A compiler written in C for a little subset of the Pascal language. The compiled code runs on a dedicated virtual machine (included) This was done as a project during my studies. |
| Power4 game | A little game written in 8086 assembly code. Graphical or textual interface, basic artificial intelligence. |
| man/html converter | little shell script to convert man pages into html ones. |
I regularly take part in the development of a software, when I feel a need for missing features or even just for fun.
| Project | Role |
|---|---|
| Kdevelop | Former member of the “core team” |
| Erbot | Contributor |
| Muse | Contributor |
| Planner | Contributor |
In this section stand some pieces of code that are not meant to evolve. They were created mainly to fill a special need, often in very limited time.
| Project | Description |
|---|---|
| (ants) | A common lisp implementation of a compiler to express ant brains for ICFP 2004 |