Daily Shaarli

All links of one day in a single page.

April 16, 2014

Lonely Chairs at CERN
GCC Explorer

compile c/c++ code in assembly with an broswer

Robert Muth: Better Bash Scripting in 15 Minutes
thumbnail

Lots of useful bash scripting tips:

$? exit status of the last command (${PIPESTATUS} for pipelined commands)

avoid tempory files:
diff <(wget -O - url1) <(wget -O - url2)