Skip to content

Instantly share code, notes, and snippets.

@de-wim
de-wim / gist:743280
Created December 16, 2010 10:53
Duke says "Go ahead, make my day" once news about my scholarship is in.
while(true) do if( curl http://www.iwt.be/nieuws/feed/92 2> /dev/null | grep "Dec 2010" ); then amixer sset Master,0 80%,80%; curl http://www.wavsource.com/snds_2010-11-21_1584521671331348/video_games/duke/make_day.wav > alert.wav; mpg123 alert.wav; break; fi; sleep 2; done
@de-wim
de-wim / gist:425776
Created June 4, 2010 18:30
An example parentation
(presentation :output "foo.pdf" :width 1024 :height 768
(slide
(title "foo")
(image "foo.png" :width 200 :height 200 :caption "A typical foo."))
(slide
(title "bar")
(ulist
"test 1"
"test 2"))