Skip to content

Instantly share code, notes, and snippets.

@nicksnell
nicksnell / bbc_radio
Last active August 29, 2015 14:15 — forked from ajtucker/bbc_radio
Command line tool to get the radio station urls...
#!/usr/bin/python
import sys
from urllib2 import urlopen
from ConfigParser import ConfigParser
from StringIO import StringIO
stations = {
'radio1': '57286085',
'radio2': '57286086',
@nicksnell
nicksnell / gist:4055679
Created November 11, 2012 17:50 — forked from lucasfais/gist:1207002
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt