Posts Tagged ‘ youtube ’

.NET Info: ASP.NET Error Handling: Creating an extension method to …

January 9, 2011
By

NET Error Handling : Creating an extension method to send error email. on Sunday, January 09, 2011. Error handling in asp.net required to handle any kind of error occurred. We all are using that in one or another scenario. ...

Read more »

Pauf | Pauf.com update to dot net blog engine 1.6

July 18, 2010
By

NET Error Handling Web Page Error Handling When dealing with error exception on a web page, we will always focus on pr...Youtube hacked! Wikipedia down! iTune account hacked? Internet Disaster Day?Youtube hacked! Wikipedia down! ...

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 »

Ashwin's Blog: Python Tips and Tricks: Tab completion in Python …

September 17, 2009
By

Python Tips and Tricks: Tab completion in Python Shell: How to enable Autocomplete in python shell. Autocompletion using readline libraries is really helpful while working in a shell environment. Python has a support for the readline ...

Read more »