-
Recent Posts
Recent Comments
Archives
- June 2013
- March 2012
- November 2011
- May 2011
- February 2011
- November 2010
- May 2010
- March 2010
- September 2009
- August 2009
- June 2009
- May 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- January 2008
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
Categories
Meta
Monthly Archives: January 2008
Join strings recursively
I didn’t want to search for it, so I made mine: python: def join(l): “”" Joins pieces with a connector recursively “”" if type(l) is list: if len(l) < 3: exit(“ERROR: there aren’t any pieces to join”) c0 … Continue reading
SSLPassPhraseDialog
If you want not to be prompted for the password when starting apache with SSL just change the directive SSLPassPhraseDialog in the configuration file of ssl_mod pointing to a program that writes the password to stdout like this (in the … Continue reading
r((CAPITAL_LETTERS | ms_comic_sans), newbies)?
Why newbies often write in CAPITAL LETTERS in chats/forums? Is there any reason? It seems that is the same as a little boy learning how to write, now they start with capitals, at home, I think. I don’t remember what … Continue reading
eletrista
“… en el sexto día del año, de ponerle pasto y agua, al camello de Melchor …” era lo que resonaba fuerte de los parlantes de una vieja belina celestona que pegaba la vuelta al cuartelillo de bomberos a las … Continue reading