02, June 2009 Text 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 Text Equality and identity fun with python

A few asserts to check integer types. Be careful!

23, January 2009 Text Easy to use SVN ignore

A short but helpful function to change svn:ignore propery on the current directory.

22, January 2009 Link Find in files within Vim

Useful wiki page about Vim's ability to search for regular expressions in multiple files.

02, December 2008 Text How to create a global lock using MySQL

A small example, how to use MySql's GET_LOCK in distributed environment.