You don't identify yourself
| 02, June 2009 | ![]() |
How to make email field optional in django.contrib.comments | Short code snippet which show simple way to make email field optional. |
| 18, February 2009 | ![]() |
Equality and identity fun with python | A few asserts to check integer types. Be careful! |
| 23, January 2009 | ![]() |
Easy to use SVN ignore | A short but helpful function to change svn:ignore propery on the current directory. |
| 22, January 2009 | ![]() |
Find in files within Vim | Useful wiki page about Vim's ability to search for regular expressions in multiple files. |
| 02, December 2008 | ![]() |
How to create a global lock using MySQL | A small example, how to use MySql's GET_LOCK in distributed environment. |