Skip to content

Instantly share code, notes, and snippets.

View csanz's full-sized avatar
🎯
Focusing

Christian Sanz csanz

🎯
Focusing
View GitHub Profile
@dshaw
dshaw / console.log.js
Created July 12, 2011 07:29 — forked from tmpvar/.gitignore
A console.log implementation that plays "nice" with large amounts of data. Keeps node alive until the output has flushed to screen.
/*
A console.log that won't leave you hanging when node exits
*/
console.log = function(d) {
var res = process.stdout.write(d + '\n');
// this is the first time stdout got backed up
if (!res && !process.stdout.pendingWrite) {
process.stdout.pendingWrite = true;
@csanz
csanz / javascript_engineer.js
Created March 24, 2011 09:04
Javascript Engineer @ Storify.com
var reqs, skills, passion;
reqs = require('smart');
skills = require('javascript_html_css_mongodb');
passion = require('change_the_world_of_storytelling');
/**
We are looking for talented + well-rounded developers to
join storify.com's core engineering team. We are young,
funded and picking up a lot of momentum. We run a pure
Javascript stack, from node.js on the server, mongodb on the
backend and jQuery on the browser. We are also