Umm not much here
Just my random image perl script dwarf.pl
My image gallery script merge.pl (Which powers My art gallery
my avatar gallery script view.pl Which doesn't work anymore
and my post rate calculator ressiv.php || Working version online
optomize.php A tiny php script that optomizes all tables in a selected mysql database
There is bugzap (which has win32 binaries - Though it should compile on anything that has a gcc compiler, the SDL [Simple DirectMedia Layer] library, and the STL.) I abandoned it because it was so slow of a way to do graphics of that sort, maybe someday I will figure out OpenGL (or go insane and read through that DirectX book my aunt bought me.) I may start a open source Japanese alphabet tutor one of these days as soon as I get SQL to use sound files. I also want to learn Unix pipes and WinSockets too..
My who's who script
The database needs to be something like..
CREATE TABLE MTFN (
userid VARCHAR(24) PRIMARY KEY,
password CHAR(32) NOT NULL,
email VARCHAR(64) NOT NULL,
email_s BOOL NOT NULL,
status VARCHAR(24) NOT NULL,
registered DATETIME NOT NULL,
comment VARCHAR(256) NOT NULL,
im VARCHAR(100) NOT NULL,
ws_name VARCHAR(64) NOT NULL,
ws_address VARCHAR(100) NOT NULL,
picture VARCHAR(100) NOT NULL,
sex VARCHAR(16) NOT NULL,
location VARCHAR(64) NOT NULL,
gmt VARCHAR(3) NOT NULL,
magicalgirl VARCHAR(100) NOT NULL
);

