June 12, 2008
C++ Tertiary Operator can be chained
Today...
[
Read More ]
June 28, 2008
Unbake Windows Text Files on Unix
If you work on multiple platforms, occasionally you'll need to remove Windows line endings from files before working on them in Unix. I ran across a great tip on how to do this on $ cd /director/with/your/file
$ find ...
[
Read More ]