2013-04-05 // Freitag
Pranav Mistry: The thrilling potential of SixthSense technology
foo/bar
traceroute 216.81.59.173 # may the force be with you
2013-03-02 // cat & zcat kombiniert
- catz
#!/bin/bash [ -t 0 ] && [ "$1" == "" ] && echo "Concatenate files (gziped files decompressed) and print on the standard output." >&2 && echo "Syntax: catz [<files>]" >&2 && echo >&2 && exit 1 [ ! -t 0 ] && cat - # output STDIN while [ 1 ]; do [ "$1" == "" ] && exit [ "$1" == "-" ] && shift && continue if [[ "$1" =~ gz$ ]]; then zcat "$1" else cat "$1" fi shift done
2013-02-01 // Freitag
Life Is Fun Part II
Life is like a camera.
Just focus on what's important,
capture the good times,
develop from the negatives
and if things don't turn out - take another shot..
foo/bar
2012-12-16 // Sonntag
Rage Against The Machine - Killing In The Name(Less Angry Version)
Chilling in the name of..