Skip to content

Instantly share code, notes, and snippets.

@tmcw
tmcw / median.js
Created February 25, 2013 23:23
median, literate coffeescript edition
// Generated by CoffeeScript 1.5.0
(function() {
var median;
median = function(x) {
var sorted;
if (x.length === 0) {
return null;
}
sorted = x.slice().sort(function(a, b) {
@lucasfais
lucasfais / gist:1207002
Created September 9, 2011 18:46
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