Skip to content

Instantly share code, notes, and snippets.

View mrcaron's full-sized avatar
👾
vibing all day

Michael Caron mrcaron

👾
vibing all day
View GitHub Profile
@rgabo
rgabo / README.md
Created July 5, 2011 07:57
CoffeeScript / Node.js - ticksort

Node.js ticksort in CoffeeScript!

Beating your sleepsort by magnitudes! Takes only SUM(argv) ticks and does not overflow the stack either. Fork the gist if you can reduce the size of ticksort.coffee.

@mrcaron
mrcaron / .vimrc
Created September 21, 2010 13:32
.vimrc
# .vimrc
filetype off
filetype plugin indent on
set nocompatible
set modelines=0
set tabstop=4