Monthly Archives: October 2009

The Kemp Project: Python tips – Reverse iteration

October 25, 2009
By

Python tips - Reverse iteration. My apologies to those subscribing to this feed, as I'm not sure how your reader will handle a heavily modified post. You'll either get an effective duplicate or just not see this. ...

Read more »

Ashwin's Blog: Python tips and tricks: Flushing stdout

October 14, 2009
By

Python tips and tricks: Flushing stdout. Many a times I need to redirect the output of a program to a file. For example #> python test.py > outfile. However, the problem with this is that stdout is not flushed on each print command and ...

Read more »

GBLog: Global error handling in ASP.NET and Windows Forms

October 11, 2009
By

A possible way to "do it right" is to create a command line app containing the Application_Start code, that is run from your site's setup package. Posted by GB at 11:58 AM. Labels: ASP. NET, Error Handling , Visual Studio, Windows Forms ...

Read more »