Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

14 Jun 2006

BBCode for Graphics2D

For my graduation project we needed the ability to print a couple of bills etc. Printing lines was pretty simple with th...
12 Jun 2006

Couple of screenshots of my graduation project

Here are a couple of screenshots of my graduation project i’ve been working on last couple of weeks. The GUI is bu...
31 May 2006

Printing an array of strings

Yesterday i’ve been experimenting with Printing on the Java Platform. I needed to generate a printout of ordered m...
30 May 2006

Building a chain of responsibility with delegates

Imagine that you have to write a function that verifies if there is a license available for a given clientID. Suppose th...
25 Apr 2006

Running .NET applications on Debian GNU/Linux with Mono

Today i noticed Running .Net applications on Linux with Mono and the author wrote the following: I found that on Debian ...
22 Apr 2006

Using .Net assemblies in your WIN32 application

Imagine that you’ve got an extensive codebase using WIN32/MFC and don’t want to give that up but on the othe...
21 Apr 2006

Simple serialization and deserialization of public class members

Here is a simple generic class that allows you to serialize classes (well, their public members) into XML and deserializ...
15 Apr 2006

Building apache-win32 with Visual Studio 2005

Today i decided to build apache-win32. Here’s how i did it: Download Apache httpd-2.2.0-win32-src-rev2.zip. Unzip ...
14 Apr 2006

Select best 3 laptimes for each player

Imagine that you have a schema where you store all the times a player needed to complete a parcours. A possible schema c...
04 Apr 2006

Using a function with parameters as parameter

Imagine that you have a function that expects a reference to a function. Here is an example of such a function function ...