1
vote
Worst “muscle memory” keyboard shortcut?
Ctrl-w
Deletes the current selection in the various editors I use for programming.
Closes the window in various other programs (ex, my email client)
It used to be Ctrl-e, which move …
0
votes
Natural Sorting algorithm
For Tcl, the -dict (dictionary) option to lsort:
% lsort -dict {a b 1 c 2 d 13}
1 2 13 a b c d
…
1
vote
So was that Data Structures & Algorithms course really useful after all?
For me, knowing the exact algorithms has been... nice as background knowledge. However, the thing that's been the most useful is the more general background of having to pay attention to how differ …
0
votes
