awn taskmanager shows an ugly, useless green plus sign

after installing xubuntu 12.10 alpha on my notebook, awn (avant-window-navigator) wasn’t the same again even though i dropped my .gconf directory to new installed user drive. the reason was the new config directory of awn ~/.config/desktop-agnostic. so i found the solution at the bug report #990774: apt-get build-dep avant-window-navigator apt-get -b source avant-window-navigator sudo dpkg -i *.deb hope it works for you too!

September 8, 2012

JSHint, A JavaScript Code Quality Tool

JSHint is a tool to detect errors and potential problems in JavaScript code. [1] [1] http://www.jshint.com/

August 21, 2012

C Preprocessor Trick For Implementing Similar Data Types

“The trick was developed in HiBase by Kenneth Oksanen, who (…) based it on similar constructs used in GCC, but developed and refined the idea further.” [1] [1] http://liw.iki.fi/liw/texts/cpp-trick.html

August 20, 2012

Eine Verfassungslösung für das Kärntner Patt

“Funktioniert der Parlamentarismus in einem Bundesland nicht, kann die Bundesregierung die Auflösung des Landtags beantragen. Tut das Rot-Schwarz im Fall Kärntens nicht, dann will es, dass alles so bleibt” [1] [1] http://derstandard.at/1345164509257/Eine-Verfassungsloesung-fuer-das-Kaerntner-Patt

August 20, 2012

howto change svn repository url

svn switch --relocate <from URL> <to URL>

August 20, 2012