VirtualTam's bookmarks

  1. Context: replace spaces by dashes in a script-generated HTML file's links

    1awk -F\' 'm = /a href/ { gsub(/ /,'-',$2); print$1'\''$2'\''$3} !m {print $0}'
    
  2. Awesome thread! The topvoted comments show extremely good - yet simple - reasons to become a unit test maniac ;-)

    See also:

  3. You had me at "Bogobogosort", Internet!

  4. Infrastructure management solution

  5. ws-trim.el: ftp://ftp.lysator.liu.se/pub/emacs/ws-trim.el