Code, Strings, and Keys

    • About Thomas Powell
    • Account
    • It’s been [0] days since [program] last updated
    • Login
    • Password Reset
    • Pianist / Accompanist / Music Director Resume
    • Reading List 2025
    • Register
    • Running Gear – Shoes, Treadmill, and Bandages
    • Site Map
Illustration of a bird flying.
  • O’Reilly Book: Programming C#

    Programming C#: Building .NET Applications with C# I’m not always impressed with books published under the O’Reilly label. I usually find them much more useful as a reference guide than a learning tool. This book, however, stands out. As someone well-versed in Java and C++ concepts, this book was a helpful introduction to C#. Whenever…

    May 14, 2007
  • How Not to Program in C++

    How Not to Program in C++: 111 Broken Programs and 3 Working Ones, or Why Does 2 + 2 = 5986 I expected many great things from this book. I got mixed results. I usually enjoy figuring out “Bugs of the Day” and the like, but this was book was largely a mix of grading…

    May 14, 2007
  • (g)awk script to remove last dir from PATH

    This script chops off the last dir off of the PATH (still need to assign back to PATH) echo $PATH | gawk -F’:’ ‘{ for(i=1; i<NF; i++) { if(i) { printf (":"); } printf("%s", $i); }}’

    April 26, 2007
←Previous Page
1 … 287 288 289 290 291 … 312
Next Page→

Code, Strings, and Keys

Proudly powered by WordPress