Software, code and other oddities

This is some of the stuff that i've made through time, if you miss something, tell me and i'll put it online.

pmp3

The party mp3 player - Look here.

vcheck

vcheck is a little checkpasswd-like tool to make mod_auth_external authenticate against vpopmail user database.
Look here.

Small utilities and (not so) useful tools

httpwhich

Small commandline tool to detect which webserver a specified site is running. Compiles under most unices and lcc-win32.
httpwhich.c

count

A very small, but quite useful, tool. It reads from stdin and outputs to stdout. It then counts the bytes flowing and outputs that count on stderr.
count.c

win32settime

A little rfc 868 compliant client for Windows 9x/NT. (Note: Ofcourse it doesn't work with daylight saving. Bwah, i hate Windows!)
win32settime.c

win32reboot

A simple commandline reboot utility for Windows NT.
win32reboot.c

unix2dos

Small tool to convert linebreaks from unix CR to DOS/Windows CR/LF.
unix2dos.c

txt2html

Small tool to convert standard ascii (ISO-8859-1) to html.
txt2html.c

tune NT

A small .reg file for tuning Windows NT, it's very specific for my needs, but something got to be reuseable.
Some highlights:
- Disables Dr.Watson
- Turns off window animation
- Disables CDROM-autorun
- Removes the "Start menu" delay
- Disables the windows key
- Lets numlock defaults to ON
- Enables 24bit icons
tunent.reg

apt-update

Shell script to automaticly notify you of Debian upgrades from cron.
apt-update

Makefile-apache

Makefile for fetching and building Apache, PHP, mod_ssl and mod_auth_external.
Makefile-apache

Makefile-qmail

Makefile for fetching and building qmail with these patches:
- SMTP AUTH
- SSL/TLS
- Eudora SSL bugfix
- Netscape bugfix
- QMAILQUEUE
- CAPA
- and more...
Makefile-qmail