Skip to content

Instantly share code, notes, and snippets.

@oker1
oker1 / .gitconfig
Created October 26, 2011 12:30
.gitconfig
[branch]
autosetuprebase = always
[push]
default = current
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[alias]
@oker1
oker1 / videotar.sh
Created October 15, 2011 08:58 — forked from dnet/videotar.sh
MTV videotár player (Mac OS + VLC)
#!/bin/sh
# MTV videotar player
if [ $# -lt 1 ]; then
echo "Usage: $0 <videotar URL> [additional parameters to player]" >&2
exit 1
fi
CURL="curl -silent"
URL=$($CURL "$1" | sed -n 's/^.*\(http.*wmv\).*$/\1/p')
config.ssh.private_key_path = File.expand_path("../vagrantkey", __FILE__)
<?php echo "Hello Octocat!" ?>