How to register a car in Belgium

After 6 months since arriving in Belgium (and getting your residency and ID card fixed), you are obliged to register your car in Belgium. That means that if you are stopped in police in foreign car, but you are in country for more than 6 months, you can get a nice ticket. (more...)

Ghent sights - Gravensteen

Ghent has a iconic city centre with wonderful waterways, churches, and iconic buildings around the canal's. It provides background for a lot of very nice photos which resemble Venice in its core, but the attraction is the Gravensteen castle. (more...)

Django compilemessages error

Django has extremely powerful translation tool, but its error reports are kind of useless. The usage of this tool is simple for every developer. To use this tool you need to set it up in settings.py of your project and use trans template tag in templates to indicated text that needs to be translated. (more...)

Unity test framework on Ubuntu

I have freshly installed Ubuntu on my computer and then I needed to make some stuff with gcc and unity tests. I have took following steps to install proper things from start

sudo apt-get install git ruby rake

After that I have made a src directory and test directory, adjusted paths in rakefile_helper. (more...)