Dracoblue - dracoblue.net - dracoblue.net
General Information:
Latest News:
bash-tip: avoiding subshells with HERE-documents 25 Aug 2013 | 01:51 pm
While I was working on toolsapi-shell client, I ran into a quite common bash problem.12345678910111213141516#!/bin/bashPOS=0echo "POS before: $POS"ls | while read linedo # do handling for each line (s...
Installing php apd on php 5.3.10 27 Apr 2012 | 07:53 am
Today I wanted to extend the phpdebugtoolbar to allow tracing for good old mysql_query commands. This can be possible by using the rename_function-method, which is provided by the apd pecl extension.I...
Install pandoc 1.9 on ubuntu lucid/oneric 11 Mar 2012 | 10:44 am
Don't install pandoc with apt-get. Follow those instructions to get the latest version,You need haskell-platform. Don't install haskell with apt-get, too.Use this guide how to install haskell on ubunt...
Assertions and No-Test-Framework in PHP 6 Mar 2012 | 12:29 am
When I was writing the tests for Craur, I wanted to try a new way (no phpunit this time) to write tests in php.Since php already has a assert($assertion) method, I imagined that it might be a good sta...
How I built a social game in one week: SwarmFight 13 Feb 2012 | 09:44 am
It has been an interesting past month, so I want to share how I build a social game for desktop and mobile devices by using Javascript and HTML/CSS.Since it took me 7 days to make it, I entitled the b...
JSB 1.3.0 released - Good bye Inline-Javascript 5 Jan 2012 | 12:45 am
Today I finally finished JSB 1.3.0. The JsBehavourToolkit is a little toolkit to avoid any inline javascript, allow copy-and-paste of behaviour on html elements.There is a native version, which works ...
Spludo 1.1.0 released 21 Nov 2011 | 02:00 am
Finally a new spludo 1.1.0 release is available. This is also the start of 1.2-dev development.The 1.1-branch will stay to support node version 0.4, 1.2 will (soon) support only 0.6 and later.Changes ...