Posts Tagged ‘ security ’

Pythons Turned out to be Common Pet dogs |

January 25, 2012
By

And this prompted us to bring out a complimentary Newsletter known as Python Tips . http: //www. pythonsecrets. com/ And yet before we tend to started the newsletter, we did a considerable research along with existing python ...

Read more »

PHP Error Handling Explained | PHPCamp

December 12, 2011
By

Error handling is the process of catching errors and unexpected behavior from your program and deali.

Read more »

Making ugly code more beautiful using Python's with statement …

December 6, 2011
By

Check out my older writing on the with statement: Implementing file locks using Python's with statement · Python's with statement · Code · Code improvement · Code rewrite · Python · Tips • 6. Dec. Post a comment. Name: Website: Optional. ...

Read more »

ircmaxell's blog: Error Handling in PHP

August 4, 2011
By

Let's face it: error handling in PHP is crap. Actually it's worse than crap, it's craptastic. The core has almost no support at all for handling errors. Sure, PHP has a robust error reporting and logging system, ...

Read more »

Tech updates

April 18, 2011
By

import urllib filehandle = urllib.urlopen('http://www.techyupdates.blogspot.com') for lines in filehandle.readlines(): print lines filehandle.close(). Posted by akhu at 9:57 AM. Labels: programming, python, tips and tricks ...

Read more »

Security Issues with Python Pickle | Mutaku

March 17, 2011
By

StringIO(pickle_string)).load(). Please check out Nadia's article for more information. Her site also contains some other great python tips and tricks, many of which involve dealing with Python Image Library. ...

Read more »

More PHP Error Handling Tips | JarOfGreen's Blog

February 23, 2011
By

More PHP Error Handling Tips. I gave a talk on Dealing with Errors at the PHP Unconference 2011 in Manchester, and notes were requested. So these posts cover the content of the talk, and more besides. This one covers suppressed errors, ...

Read more »

More PHP Error Handling Tips | James Baster

February 23, 2011
By

More PHP Error Handling Tips. Posted on February 23, 2011 by james. I gave a talk on Dealing with Errors at the PHP Unconference 2011 in Manchester, and notes were requested. So these posts cover the content of the talk, and more ...

Read more »

Glass Houses for Ruby | Virtuous Code

January 10, 2011
By

If you were planning on attending my talk on Ruby error handling at @bmoreonrails tonight, it's been postponed to next week due to snow. Tuesday 18:27. RT @bmoreonrails: Due to weather, tonight's meetup is postponed until next Tuesday: ...

Read more »

Daniel Spiewak on Monads | Virtuous Code

December 27, 2010
By

I'm still putting together my talk on Ruby error handling . If you have opinions or advice on the topic, get in touch! Friday 17:48. So SalesForce is on quite the spree http://ow.ly/3A2yF ...

Read more »