1-4 of 4 Hubssort by Hot Best Latest

How to Improve Performance in Bash Scripts71

How to Improve Performance in Bash Scripts

For a lot of people, shell scripts are a quick-and-dirty way to record a few commands and run them as a convenience. But shells like Bash, Zsh, and Korn shell are actually very high level programming languages, and they can be used to do significant...

0 comments    linux scripts unix
My Experience: The Dvorak Keyboard Layout73

My Experience: The Dvorak Keyboard Layout

After trying it twice unsuccessfully, the third time was the charm, and I’ve never looked back! I think I found the Dvorak keyboard layout out of frustration with the QWERTY layout. I always found typing to be awkward and slightly...

5 comments    how to technology productivity
Learning to Touch-Type, Once and for All, Without Drills or Gimmicks74

Learning to Touch-Type, Once and for All, Without Drills or Gimmicks

You can teach yourself to touch-type without tutorials, typing tutors, drills, or any of that stuff. If you have work to do, and your work requires typing, then that's all you need. There's no need to try to find time in your crazy life to dedicate to Type-Master 101 (or whatever).

4 comments    how to careers productivity
How to Print a Binary Number in C++71

How to Print a Binary Number in C++

I needed to print out a binary number in C++ for debugging purposes, so I searched for “c++ print binary number”. *sigh* I am frankly amazed that every hit on the first page of results led to variations of the same solution: a for loop that...

1 comment    cpp c plus plus binary number
Please wait working