Skip to content

Instantly share code, notes, and snippets.

View nvcexploder's full-sized avatar

Ben Acker nvcexploder

  • Joyent/Samsung
  • The Woods, North Carolina
View GitHub Profile
@adammw
adammw / README.md
Created August 3, 2012 06:30
Node.js for Raspberry Pi

Node.js for Raspberry Pi

Pre-built binaries

Recent releases have been pre-built using cross-compilers and this script and are downloadable below.

If you have found these packages useful, give me a shout out on twitter: @adammw

@heapwolf
heapwolf / ihatetestframeworks.js
Created March 22, 2012 23:44
Less framework, More tests.
var util = require('util'),
path = require('path'),
fs = require('fs'),
colors = require('colors'),
spawn = require('child_process').spawn;
var test, file, error = 0, errors = 0;
var filepath = path.join(__dirname);
process.stdout.write('\n1..' + files.length);