Following on Geekology’s previous posts on Regular expressions (Regex Overview and Regex in PHP), the following is a list of regular expression examples for general use.
Regex can be used to search for simple or extremely complex patterns through blocks of text, and most programming languages and tools can interpret and use it.
Vodafone 3G modems like the Huawei E220 USB 3G can be set up on most distributions of Linux using these instructions.
By: willem on: Feb 26, 2009
In: apple, coding, linux, python, seo, tools, unix
Using Python’s pycurl (cURL) and re (Regular Expression) libraries, it’s possible to write a script to check Google rankings for specific domains and search terms.
By: willem on: Jan 27, 2009
In: coding, python
A Python Reference card detailing variable types, basic syntax, object orientation and modules, exception handling, system interaction, input/output, etc.