Skip to content

Instantly share code, notes, and snippets.

View ck9sky's full-sized avatar

Chris Komaroff ck9sky

View GitHub Profile
var canvas = document.getElementById("paint");
var ctx = canvas.getContext("2d");
var width = canvas.width, height = canvas.height;
@kristofferh
kristofferh / git-export
Created December 7, 2011 13:01
"Export" a git repository to zip file
git archive --format zip --output /full/path/to/zipfile.zip master