Skip to content

Instantly share code, notes, and snippets.

View blakmatrix's full-sized avatar
🧿
You may be gone tomorrow, but that doesn't mean that you weren't here today.

❤️ Farrin Reid blakmatrix

🧿
You may be gone tomorrow, but that doesn't mean that you weren't here today.
View GitHub Profile
@blakmatrix
blakmatrix / homer.js
Created June 22, 2012 20:15
bonsai logger
var util = require('util');
var Homer = module.exports = function (stream, format) {
var homer = this;
this.stream = stream;
this.format = format || function (lvl, msg) {
return util.format('[%s] %s', lvl, msg);
};
{
version: '0.0.1-216',
subdomain: 'knack',
private: true,
engines: { node: '0.6.x' },
domains: [ 'knackhq.com' ],
name: 'Knack',
dependencies: {
clone: '0.0.6',
express: '2.5.5',
@blakmatrix
blakmatrix / jitsubug
Created July 3, 2012 06:11 — forked from flufy3d/jitsubug
jitsu deploy log
E:\github\deliverance\client>jitsu deploy
info: Welcome to Nodejitsu flufy3d
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing your application dependencies in app.js
warn: Local version appears to be old
warn: Your package.json version will be incremented for you automatically
warn: About to write E:\github\deliverance\client\package.json
data:
data: {
@blakmatrix
blakmatrix / git-commit-prefixes
Created July 20, 2012 22:09 — forked from olauzon/git-commit-prefixes
Short list of Git commit prefixes used at Nodejitsu
[api]: New apis / changes to apis
[test]: Update test/* files
[dist]: Changes to submodules, version bumps, updates to package.json
[minor]: Small changes
[doc]: Updates to documentation
[ux]: Updates to UX
[fix]: Bug fixes
[bin]: Update binary scripts associated with the project
[merge]: Resolved git merge from upstream or otherwise
[refactor]: Refactor of existing code with no external API changes
@blakmatrix
blakmatrix / jshint.json
Created July 21, 2012 00:24 — forked from indexzero/jshint.json
JSHint settings used @nodejitsu
"jshint_options":
{
"passfail": false,
"maxerr": 100,
"browser": true,
"node": true,
"rhino": false,
"couch": true,
"wsh": true,
@blakmatrix
blakmatrix / gist:3263013
Created August 5, 2012 08:45 — forked from anonymous/gist:3263009
Error log for jitsu install on VM
npm WARN eyes@0.1.7 dependencies field should be hash of <name>:<version-range> pairs
npm http 304 https://registry.npmjs.org/utile
npm http GET https://registry.npmjs.org/utile/-/utile-0.1.3.tgz
npm http 304 https://registry.npmjs.org/winston
npm http GET https://registry.npmjs.org/winston/-/winston-0.6.2.tgz
npm http 304 https://registry.npmjs.org/read
npm ERR! error installing prompt@0.2.4
npm http 304 https://registry.npmjs.org/revalidator
npm ERR! error installing wizard@0.0.1
npm http 200 https://registry.npmjs.org/npm/-/npm-1.1.4.tgz
@blakmatrix
blakmatrix / gist:3418257
Created August 21, 2012 18:44 — forked from mquan/gist:3418248
turbobin package.json
{
"name": "turbobin",
"description": "supercharge your point of sale",
"author": "Quan Nguyen",
"version": "0.8.6-12",
"dependencies": {
"express": "2.5.11",
"coffee-script": "1.3.3",
"socket.io": "0.9.10",
"underscore": "1.3.3",
{
"name": "node",
"subdomain": "nclud",
"scripts": {
"start": "server.js"
},
"version": "0.1.0-70",
"engines": {
"node": "0.8.x"
},
@blakmatrix
blakmatrix / gist:3519238
Created August 29, 2012 21:31 — forked from devandy/gist:3487797
package.json
{
"name": "pol",
"version": "0.0.1-24",
"private": true,
"scripts": {
"start": "app.coffee"
},
"dependencies": {
"ejs": "0.8.0",
"express": "3.0.0rc1",
@blakmatrix
blakmatrix / gist:3519240
Created August 29, 2012 21:31 — forked from devandy/gist:3487797
package.json
{
"name": "pol",
"version": "0.0.1-24",
"private": true,
"scripts": {
"start": "app.coffee"
},
"dependencies": {
"ejs": "0.8.0",
"express": "3.0.0rc1",