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

Posted in Uncategorized | Tagged , , , | Leave a comment

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

Posted in Uncategorized | Tagged , , | Leave a comment

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

Posted in Uncategorized | Tagged , | Leave a comment

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

Posted in Uncategorized | Tagged | Leave a comment