Skip to content

Instantly share code, notes, and snippets.

View mrcaron's full-sized avatar
👾
Typing typing typing

Michael Caron mrcaron

👾
Typing typing typing
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