Some Programs I've Coded
- SuperOptimizer for Microchip's PIC microcontrollers. This is a program that given a little function tries to find the shortest sequence of Microchip PIC microcontroller instructions that implements it.
Some developments related to my Master Thesis
- Applications Sharing Tool Modified version, tested in Linux. You can also download the precompilled version, compiled in Debian 3.0.
- There are earlier versions available for download:
- 20020502 version.
- Without the tile based capture/send
- Before modifying the window listing (Jan 2002)
- Application suit to record and replay sessions This allows to record shared sessions at transmission, to be replayed at a later time. Programmed in Pike, the suit needs the multicast support Pike module.
- Pike module to add support of UDP Multicast sockets This module inherits the standard UDP module, adding methods to control a Multicast session.
- X-Windows video grabbing utilities Utilities to record a video of an X-Windows application, in a lossless compressed format. Also included are utilities to replay the video and to further compress it out-of-line.