The Rational Coder
A little bit of everything
How To Write Unmaintainable Code
How To Write Unmaintainable Code
: All programmers who want to guarantee job security really should read this.
'via Blog this'
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Using sed to clean up files
You can use sed to delete particular lines, based on some unique criteria. This would look like sed -e "/search criteria/d" -i2 ...
Mac / Linux cross-development
Introduction Mac has always been the default alternative to Wintel systems. In the past, the Mac OS has been a fairly unique entity, with...
Stupid afio Tricks
We've already looked at tar, and all of the wonderful ways that it can be used. But it is not the only tool at our disposal. Another too...
No comments:
Post a Comment