Clean!

After a recent relaps, i finally got clean again. I’m not talking of drugs, but of the extremely addictive browser version of Gem Tower Defense. But see yourself …
bildschirmfoto-11

Posted in geek | Leave a comment

Finally working Multiscreen …

I always had old displays lying around, which i tried to set up under Linux. Until now this never lead to a working setup, either due to different resolutions, driver struggles, etc. Last week i gave it another shot, this time with RandR which turned out to be very easy to use and worked out perfectly.

Continue reading

Posted in geek | Leave a comment

Simple Hashmap

I had to come up with a first post so this is gonna be it …

As i was unable to find a suitable C implementation of a hashmap to quickly implement a client repository i wrote my own one.

It features a very simple API, specifyable hashfunction upon map creation, any data type as key and a tiny implementation (in terms of lines of code, barely 300 lines). The source is available here, the API documentation here.

Posted in code | Leave a comment