Categories

Concerning gnupg…

I wrote earlier about compiling libgpgme for use with Visual Studio. Forgot to mention that this is an useless effort because the filedescriptor passing does not work and as such you can only encrypt decrypt from or [...]

Butter

While developing with Vala I found myself writing some stuff over and over again. So I decided to make a library out of it: Libbutter. Currently only available via git [...]

Früher, als ich klein war…

… da mochte ich am liebsten Lego Technik. Und für jemanden, der den Rubik’s Cube genau einmal geschafft hat (ohne ihn auseinander zu nehmen), ist das hier einfach nur genial

Gefunden [...]

Learning something new every day….

Just in case someone wonders what %~d0 in a .bat or .cmd file means, here’s the excerpt from help call:

[...]

In addition, expansion of batch script argument references (%0, %1, etc.) have been changed as follows:

%* in a batch script refers to all the arguments (e.g. %1 %2 %3 %4 %5 …)

Substitution of batch parameters (%n) has [...]