Skip to content

Instantly share code, notes, and snippets.

@sboehringer
sboehringer / tagesschau.sh
Created July 24, 2016 20:13
Stream Tagesschau to vlc
#
# tagesschau.sh
#Fri Apr 22 21:12:35 CEST 2016
export URL=http://www.tagesschau.de/sendung/tagesschau/index.html
STREAM=`wget -qO- $URL | tidy - --quote-nbsp no -asxml -utf8 -f /dev/null | xml sel -T -t -m "//_:a[text()[contains(., 'HD')]]" -v "@href" -n | head -n 1`
vlc --rate 1.2 $STREAM
@sboehringer
sboehringer / ogs.build.txt
Created June 9, 2016 16:27
OGS build log
This file has been truncated, but you can view the full file.
Getting buildinfo from server and store to /home/pingu/tmp/foreign/opengridscheduler/home:boehringers/ogs/.osc/_buildinfo-openSUSE_13.2-x86_64.xml
Getting buildconfig from server and store to /home/pingu/tmp/foreign/opengridscheduler/home:boehringers/ogs/.osc/_buildconfig-openSUSE_13.2-x86_64
Updating cache of required packages
0.0% cache miss. 293/293 dependencies cached.
Verifying integrity of cached packages
using keys from openSUSE:13.2
Writing build configuration
Running build
logging output to /var/tmp/build-root/openSUSE_13.2-x86_64/.build.log...
@sboehringer
sboehringer / NOS streaming
Last active April 12, 2020 20:24
Stream dutch NOS news stream with VLC
#
# nos.sh
#Sat Jul 18 22:48:01 CEST 2015
OPTIND=1
#TAG="Hoog - 720p"
TAG=720
while getopts "vl" opt; do
case "$opt" in
v) VLC=1