!! Introduction You will find here a lot of the free software I have been developing since years. I am using Linux both for personal and professional usage since a very long time, and wanted to contribute a little bit to free software. There are a lot of things I started and never finished, and from them I will only show here those I estimate to be advanced enough. Except explicitly noted, you can consider the following software enough stable for everyday usage. I try as much as possible to release working, bug-free packages. I roughly classified the software into 2 classes, so people can quickly see which section they would be interested in. !! End-user software By "end-user" I actually mean desktop-oriented, or dedicated to tasks related to the desktop. :[[wmmenu]]: a dock app for [[WindowMaker -> http://www.windowmaker.info/]] to launch applications froman icon bar that pops up beside it when the mouse gets over it, like if it was a menu of icons. :[[panelizer]] ''(old)'': (yet another) desktop panel program that aims to be memory efficient by holding all applets within a single process. :[[hardmon]]: a X11 window that displays graphically measures obtained from the hardware monitoring package lm_sensors. :[[balayer]] ''(experimental)'': a Gtk+-based ultra-light web browser written in [[Python -> http://www.python.org/]]. Features: multi-document (as in Opera), multi-format bookmarks, no Java nor JavaScript. !! Developer-oriented software This is software that could be mostly useful to develop other software. :[[gladepyc]] ''(old)'': a compiler that translates a XML description of a GUI made by [[Glade -> http://glade.gnome.org/]] to object-oriented [[Python -> http://www.python.org/]] code that uses the raw [[PyGtk -> http://www.pygtk.org/]] interface. :[[python-gdkpixbuf]] ''(obsolete)'': a [[Python -> http://www.python.org/]] extension module to access the [[gdk-pixbuf -> ftp://ftp.gnome.org/pub/]] library from Python. :[[python-gdkinput]] ''(obsolete)'': a [[Python -> http://www.python.org/]] extension module to provide access to additional input management functions of [[Gtk+ -> http://www.gtk.org/]] that are not provided (or not adequately) by [[PyGtk -> http://www.pygtk.org/]]. :[[python-cschtml]] ''(obsolete)'': a [[Python -> http://www.python.org/]] extension module to provide access to [[cschtml -> http://www.cscmail.net/cschtml/]] (a [[Gtk+ -> http://www.gtk.org/]] -based HTML rendering widget). :[[python-gtkhtml]] ''(obsolete)'': a [[Python -> http://www.python.org/]] extension module to provide access to [[gtkhtml -> ftp://ftp.gnome.org/pub/]] (another [[Gtk+ -> http://www.gtk.org/]] -based HTML rendering widget). :[[tw]] ''(old)'': a text windowing library that I made because being frustrated by curses. It's not a a text-mode widget toolkit; For that, you will have to look at newt. :[[visual-tcl]] ''(old)'': it is a visual GUI builder for the [[TCL/TK -> http://www.tcl.tk/]] language/toolkit. I was once working on it, and abandonned for reasons I explain in its specific page.