Besides of my major projects you will find on this page the results of some smaller projects i have done:

Project

Version

Download

Messagepassing Demo
This is an example written in C to demonstrate the communication between two processes based upon message queues. It is indented a a demonstration only.
The installation is simple and should work on most Unix like systems.

  • gunzip -c msgdemo-1-1.tar.gz | tar xvf -
    cd ./Demo/src
  • make clean
  • make
  • To run the test simply enter ./run

1.1

msgdemo-1.1.tar.gz

Ada 95 / MySQL Bindings
For more database related Ada 95 code please goto the GNADE project:gnade.sourceforge.net

2.2

db-2.2.zip
db-2.2.tar.gz

Harness

A small test harness written in dylan in order to perform component test in a formalized way.

0.1.0 harness-0.1.0-src.tar.gz