Archive for October, 2006

A differential problem

Sciences

When I was enrolled in the first year of civil engineering, I got to know the hang of differential problems and equations and I wrote a little tutorial back then.
In the meantime, it has been offline, due to portability issues, mainly concerning on-the-fly TeX compiling, but that is now solved, so here we go!
Read the rest of this entry »

Comments

Wordpress - Disable email

Web Development Wordpress

Today I was working on the new blog a bit and stumbled upon a limitation common to many free webhosting companies: no smtp and thus a disabled mail() function.
Of course, user registration fails totally without being able to send emails.

So for those who don’t really like editing php code (as they can’t or don’t dare), here are a few solutions to your problems.
Read the rest of this entry »

Comments (9)

Tetris

Games Java

Author: Sebastiaan Mindreau
Platform: Java VM - J2SE - Desktop application
Date: 14-03-2006

Who doesn’t know Tetris?

Many people remember Tetris as one of the first and most addictive computer (console) games ever made. As a Java programmer, my beginning career would just not be complete without my own version of it, so here it is.
Read the rest of this entry »

Comments (2)