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 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
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