Blogspot - madremiamadremiaque.blogspot.com - Madre míaaaa, madre mía, madre mía QUE eh QUE!!!!
General Information:
Latest News:
Pretty priting json from command line 29 Dec 2012 | 02:10 am
http://ruslanspivak.com/2010/10/12/pretty-print-json-from-the-command-line/
Simple json parser for bash using python 28 Dec 2012 | 03:22 pm
echo $YOUR_JSON_DATA | python -c "import json; import sys; data=json.load(sys.stdin); print data['results']"
Untitled 13 Dec 2012 | 02:34 am
Test Betreff
365 3 Jul 2012 | 02:48 pm
334 2 Jun 2012 | 01:26 am
Nuevo disco
266 25 Mar 2012 | 09:38 pm
Una cita
180 31 Dec 2011 | 02:31 am
132 12 Nov 2011 | 11:30 pm
"Vendrá el futuro a verte cualquiera de estos días..."
118 29 Oct 2011 | 09:52 pm
Podría ser
Notes - Giving more stability to the mood lamp 22 Oct 2011 | 02:46 am
I had some troubles setting up supervised process for the python binary running the mood lamp, I guess it might be related with the fact that python is also calling gnuplot subprocess via os.system ca...