- Automatically link related URLs in Django
- One of the features of my old blog and my new Django CMS is autolinking the URLs that I mention in the text.
- On-the-fly data entry with Markdown and Perl
-
My New Year’s resolution to focus on the cookbooks I already own resulted in a very quick script to convert simple lists to a simple tab-delimited file. - Random table rolls
- As often as not, when you roll on a random table you are rolling a random number of times. Now that we have a dice library, we can turn the roll count into a die roll.
- Regular Expressions
- Regular Expressions for use with the FB Osax, Perl, and other parts of Unix or the Macintosh.
- Simple .ics iCalendar file creator
-
A simple Perl script to create an ics file from a human-readable text of events.
More Information
- RegEx match open tags except XHTML self-contained tags
- “You can't parse [X]HTML with regex. Because HTML can't be parsed by regex. Regex is not a tool that can be used to correctly parse HTML.”