Reference

Revised and Expanded RegEx Reference Chart (v2.0)

Tags:

I’ve fixed some minor errors and expanded the languages covered by my RegEx quick reference chart originally posted here:
RegEx Reference Chart v1.0.

This new version is available in several formats (listed below). Just like the last, it is provided under the Creative Commons Attribution-Share Alike 3.0 License.

Corrections, suggestions, and general thoughts are always welcome—even a one-line replies to let me know this was useful.

Thursday, August 6th, 2009 Reference 4 Comments

Everybody Loves Regular Expressions!

Tags: , , , , , , , , , ,

I’ve had several requests for my “Regular Expressions Quick-Reference/Comparison Chart,” so I’m posting it here. At the moment, it covers the vim-, BRE- (used by ed, sed, and grep), ERE- (used by egrep, and sed -r), and perl- (used by perl (naturally!) and most copies of rename) flavors at the moment. This is still quite a work in progress—I’m considering adding another column (perhaps ruby?), and I’m sure there are at least one or two typos that I’ve let slip through. Please tell me if you find any errors at all, either through comment here or by email.

Regular Expressions Quick-Reference/Comparison Chart (150dpi PNG)
(The requisite preview thumbnail—click to see the 150dpi PNG version.)

After the jump, I’ve attached PDF, postscript, and closely-cropped PNG (150- and 300dpi) versions. I’ve also included my LaTeX source file. Enjoy!

This first release is out of date, last revised on 2008-04-23. See this post for the second version.

› Continue reading…

Wednesday, April 23rd, 2008 Reference 3 Comments

Throw out that mouse—you upgraded to a keyboard!

Tags: , , , ,

Celebrating the release of Openbox 3.4, I’ve published my mouseless window management design. Of course, if you use firefox, OO.o, or the like, you’ll have to reach for the rat–that’s not my fault, though. :-D

(For those of you reading backward in time from my more recent entries calling for a more keyboard-centric user-interface, this is only one of numerous possible ways to manage window size/placement without a mouse, and not a particularly good one. It’s just what I’ve been using for a while and have gotten used to. Most problematically, it requires significant training to use.)

› Continue reading…

Monday, June 11th, 2007 Config & Tips, Interfaces, Reference 6 Comments