===== Personal projects ===== This is a list of projects that I have initiated and maintained. The most recent (and thus active) come first. ^ Project ^ Description ^ |[[https://github.com/sigma/vco-gae/tree|vco-gae]]|vCO Simulator on [[http://code.google.com/appengine/|Google Appengine]]/Python| |[[https://github.com/sigma/vmw.vco/tree|vmw.vco]]|Python bindings for [[http://www.vmware.com/support/pubs/orchestrator_pubs.html|VMware Orchestrator]]| |[[https://github.com/sigma/twistthemilk|Twist the Milk]]|A Twisted version of the python API for [[http://www.rememberthemilk.com/|Remember the Milk]]| |[[projects:bibtex_plugin|bibtex-plugin]]|A BibTeX plugin for Dokuwiki| |[[http://launchpad.net/products/trac-bzr|Trac-Bzr]]|A Trac plugin for using Bzr| |[[https://github.com/sigma/lisposd/tree |(osd)]] |A guile frontend for libxosd | |[[https://github.com/sigma/lispy/tree |Lispy]] |A chat client again, but this time it is written in emacs-lisp | |[[http://savannah.nongnu.org/projects/qnet |QNet]] |C++/Qt client for Chat! servers (see below) | |[[https://github.com/sigma/octopus/tree |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. | ===== Contributions ===== 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 ^ |[[http://philjackson.github.com/magit/ |Magit]] |Contributor | |[[http://www.kdevelop.org |Kdevelop]] |Former member of the "core team" | |[[http://savannah.nongnu.org/projects/erbot |Erbot]] |Contributor | |[[http://emacswiki.org/cgi-bin/wiki/MuseMode|Muse]]|Contributor| |[[http://emacswiki.org/cgi-bin/wiki/PlannerMode|Planner]]|Contributor| ===== Flash Code ===== 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 ^ |[[cl_ants|(ants)]]|A common lisp implementation of a compiler to express ant brains for ICFP 2004|