My Old Stuff

my old software

I had my first programming experiences with Commodore 64. I used to copy many lines of basic programs without understanding anything of what I was typing :)

my c64 programs

Most of my programs for c64 were lost in unknows tapes.

Word 64 : a very simple text editor for c64. It allowed also to save files on tape. When I have more time I will make it available for download . Don't ask me how you'll make it work on your computer...

my amiga programs

I'll make them available for download as soon as possible

Briscola Simulator : a text based implementation of card game briscola. ( lang: pascal)

Random Games : text based based on random extraction of numbers ( lang: pascal)

2nd Degree : Solved second degree equation ( lang: pascal)

Boot Count : count how many times computer is booted, don't ask me why I wrote this ! ( lang: C)

my windows/ms-dos programs

HowManyDays : tells you extactly how many days you lived since you was born.

Briscola Simulator : avanced windows version of my original BS for amiga. (lang: C++)

WinNeuro : multilayer perceptron based neural network that uses back propagation learning algorithm. I don't think you would find it useful :) .

Here you can find WinNeuro Visual C++ project

Task Migration : Task migration algorithm simulator. University stuff. ( lang: Java)

MMDial Windows client for MMDial server. See below for details.

download MMdial client version 0.9 beta

my linux programs

Hopefully, most of my future software will be written for linux.

MMDial :

Multi Me Dial is a client/server application for managing internet connection request from various users in a linux/win Lan. It installs a "mmdialserver" service (in the linux gateway host) , which listens to users requests (ie. to dial-up or hangup internet connection ) . If an user wants to dial-up or stop his internet connection, he can simply use the "mmdial" client to make his request. At the moment there are two kind clients avaiable : a console-based for linux and a graphic one for windows. Mmdialsever will register users according to their IP address and will manage dial/hangup requests according to the situation, optimizing the on-line time. For example, it will hangup-up internet connection when all clients are disconnected. Administrator will be able choose which client are allowed to connect mmmdialserver, by editing a config file. Every kind of mmdialserver event (registration of new clients, failed dial-up etc..) will be logged so that administrator can easily know what's happening. Future release will include user connection statistics, more powerfull client monitoring and X11 clients.

Download latest version at mmdial homepage

Back home