Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

19 Dec 2003

Allow to select multiple items in a selectbox

Code: php/select-multiple.txt
12 Dec 2003

Kill a user and his processes

#!/bin/sh # # # Up# # This script kills all processes that are owned by a given user. # if [ -n "1" ] then ps -e...
18 Jun 2003

Sokoban

Today i finished my own version of the wellknown game Sokoban. Get sokoban.zip now!
05 Sep 2002

A TetriNet Spectator bot that generates game statistics

Get the TetriNet Spectator bot that generates game statistics: statsbot.zip.
13 Aug 2002

TetriNet server

I hacked a TetriNet server together (with some really ugly code in it). Anyway, you can get it at: tserver.zip.
29 Jul 2002

Dump a MySQL database into a TetriNet winlist

Code: c/database2winlist.txt
05 May 2001

Write a TetriNet winlist to a MySQL database

Code: c/winlist2database.txt