Posts Tagged ‘ travel ’

Perl script to delete file based on filename character

February 17, 2011
By

print "deleted : $file"."n"; } }; closedir(DH). Related posts: Bluetooth file transfer in CentOS 5; XML beautify using perl XML::Writer; Python Tips : Regular Expression usage to exclude something.

Read more »

Python Tips : Regular Expression usage to exclude something

November 16, 2010
By

Let's say we want to match every single rain variation .. “Isolated rain over coastal area” is rain. “Scattered rain over inland area” is rain. “Rain” is rain However.. but not “No rain” .. is Fair weather . ...

Read more »

Off to Ruby DCamp | Virtuous Code

September 17, 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 · Friday 16:34. This is a FANTASTIC group to work ...

Read more »

World News 24/365 / [Python] Tips for making a fraction calculator …

June 6, 2010
By

Tips for making a fraction calculator code more optimized (faster and using less memory). Hello Everyone,. Basicly, what I need for the program to do is to act a as simple fraction calculator (for addition, subtraction, ...

Read more »

PHP Error Handling | Shoutbux | submit your thoughts

December 2, 2009
By

The default error handling in PHP is very simple. An error message with filename, line number and a message describing the error is sent to the browser.

Read more »