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)
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)
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)
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)