Monthly Archives: May 2009
Efficient String Concatenation in Python
Nice article on how to do efficient string concatenation in Python http://www.skymind.com/~ocrow/python_string/
Posted in Uncategorized
Leave a comment
Make Emacs autodetect the indentation in source code files
My .emacs contains settings to match my favorite coding style in C/C++/Java and so on. This works great for code I have written myself, but when I was editing code written by other people (written using a different coding style) … Continue reading
Posted in Uncategorized
Leave a comment