A 3-page paper.
[more]
Pipes (in bash)
In UNIX, pipeline is a great feature. However, a pipe by definition is single input to single processor. How about we do a SIMD kind of stuff?
[more]
Perl 5.10
Is Perl dying? I wish not. Although I can see those languages like Ruby, Python and even Haskell is getting more and more popular.
[more]
Automated GDB
Instead of tracing program manually, we can automate the trace procedure in GDB. The magic is the commands...end construct:
[more]
Regex to check matching parenthesises
From http://perl.plover.com/yak/regex/samples/slide083.html
[more]