Skip to content

Instantly share code, notes, and snippets.

@cramforce
cramforce / gist:306946
Created February 17, 2010 19:45 — forked from togi/gist:302086
var MAX_DEPTH = 3;
var findPath = function (source, target, u2f, visitor) { // u2f = user to friend
source = Graph.userToIndex(source);
target = Graph.userToIndex(target);
var dist = []
var prev = []
var queue = []
var seen = []
@cramforce
cramforce / javascript_will_listen.txt
Created October 9, 2011 20:35 — forked from joemccann/javascript_will_listen.md
JavaScript Will Listen - By Bella Morningstar
Artist: https://twitter.com/mandylauderdale
I wouldn't be so alone
If my Github followers lived in my home
Alex Russell would send a pull request
But I'd be too busy
Return to San Francisco by nine
That guy Brendan Eich, did he see my sign
He makes me smile all the time
His lines of code would compliment mine