Skip to content

Instantly share code, notes, and snippets.

View codereflection's full-sized avatar

Jeff Schumacher codereflection

View GitHub Profile
@codereflection
codereflection / info.txt
Created February 29, 2012 00:43
Gravity Kata
Gravity Kata
Create a system that shows how stacked ice blocks behave with gravity.
Here are some examples of how the ice blocks behave in this system:
Adding blocks
Before After
# adapted from http://notes.jimlindley.com/2008/3/25/git-svn-that-works-for-me
# initial slow setup (this will scan all of the base svn repo's history, and could take hours)
# - Change <svn_repo> to the base url of your svn repo, WITHOUT trunk at the end
# this will point master to /trunk and allow you to point git branches to svn branches
git svn clone <svn_repo> --stdlayout
# initial quick clone setup
# - Change $REV to the first revision of your repo, i.e. 24903
# - Change <svn_repo> to the base url of your svn repo, WITHOUT trunk at the end
@codereflection
codereflection / 0_reuse_code.js
Created October 1, 2013 18:20
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console