Projects

The projects section contains a selection of programms I made just for fun or for my study.
You may find various programs in different kind of programming languages.
Please note that most of these programs are in German.

All programs can be downloaded from the projects folder.

CD Notify is a programm that detects media changes.
XMailer sends (anonymous) emails from any to any person.
Movie Database is an online collection of movies with order and search function.
PeerTalker is a p2p (peer-to-peer) instant messenger


CD Notify

This program's purpose is to detect the content of a cdrom or any removeable disk with autorun functionality when a media is inserted into the drive.
If you enter a music disk into your drive it will start Winamp for example. You can manually define a content and decide a program to start then.

Screenshot of the configuration dialog


XMailer

The program can send emails from an arbitrary sender, even from non-existant virtual email addresses (if the server supports it). The mail can be sent directly (via DNS queries) or relayed via a supporting relay smtp server which is not included in this program. In addition, the own IP address of the sender's computer can be stealthed via a SOCKS 4 or a SOCKS 5 proxy server. The program is also capable of sending html mails.

Screenshot of the main window.
Screenshot of the configuration dialog.
Screenshot of the DNS-Query dialog.


Movie Database

This perl script generates a online movie collection. You can search this list for any attributes, e.g. title, genre or the length of a movie. The database format is a simple textfile but can easily reprogrammed for a sql connection.

Screenshot of the main and the help browser window.
Screenshot of a sample search.


PeerTalker

PeerTalker is a java instant messenger. PeerTalker uses P2P technology and does not require a central server, such as ICQ or MSN Messenger. PeerTalker is also capable to bypass local firewall and network address translation.
PeerTalker was written by me and a friend of mine for a study project and formerly was named SIM. Later, he and another friend improved the program and renamed it to PeerTalker.

Screenshot of the PeerTalker Main Window.
Screenshot of a Message Window.
Screenshot of the other Message Window.
Screenshot of the user details window.