You are currently browsing the Chris F. Waigl weblog archives for June, 2010.

Breaking News

links for 2010-06-16

chris @ June 17, 2010 # One Comment

Efficient String Concatenation in Python
A comparison of 6 methods of concatenating strings.
(tags: programming performance python algorithms benchmark)

More on page 194

links for 2010-06-07

chris @ June 8, 2010 # No Comment Yet

Beginning Perl (free) - Simon Cozens
Simon Cozens' "Beginning Perl" (O'Reilly) is online for free via Google Docs.
(tags: book coding documentation perl programming)

Perl Unicode Advice - Juerd's site
Juerd's Perl Unicode advice — useful.
(tags: coding development encoding i18n perl unicode reference)

More on page 193

links for 2010-06-01

chris @ June 2, 2010 # No Comment Yet

Comparing E-mail Address Validating Regular Expressions
Very useful collection of email-address validating regular expressions. HOWEVER, as Justin Mason pointed out (http://taint.org/2010/06/01/165656a.html), there is an error in the list of "valid" addresses, when it comes to the syntax to addresses where the domain part is an IP address.
(tags: regex reference email rfc)

More on page 192