Skip to content

Instantly share code, notes, and snippets.

@JetFault
JetFault / Circle.js
Created July 19, 2012 18:13
Circle Hackathon Solution
for(var i = 1234567; i <= 9876543; i++) {
fits_descrip(i, function(mid) {
if(mid) {
console.log("Number: " + i +
" middle number: " + mid);
process.exit(0);
}
});
}
@JetFault
JetFault / Redis-pop-series
Created June 22, 2012 20:47
Redis Pop in Series
/**
* Query Redis for emails still needing to be parsed
* Should return error if no items exist
* @param user_name
* @param cb - Callback(err,