Skip to content

Instantly share code, notes, and snippets.

ruby-1.8.7-p302:
system:
uname: "Darwin klop.local 10.5.0 Darwin Kernel Version 10.5.0: Fri Nov 5 23:20:39 PDT 2010; root:xnu-1504.9.17~1/RELEASE_I386 i386"
bash: "/bin/bash => GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin10.0)"
zsh: "/bin/zsh => zsh 4.3.9 (i386-apple-darwin10.0)"
rvm:
version: "rvm 1.1.4 by Wayne E. Seguin (wayneeseguin@gmail.com) [http://rvm.beginrescueend.com/]"
rvm install 1.9.2
/Users/klop/.rvm/rubies/ruby-1.9.2-p0, this may take a while depending on your cpu(s)...
ruby-1.9.2-p0 - #fetching
ruby-1.9.2-p0 - #extracted to /Users/klop/.rvm/src/ruby-1.9.2-p0 (already extracted)
ruby-1.9.2-p0 - #configuring
ruby-1.9.2-p0 - #compiling
Error running 'make ', please read /Users/klop/.rvm/log/ruby-1.9.2-p0/make.log
There has been an error while running make. Halting the installation.
@gradus
gradus / smsified-node.coffee
Created May 20, 2011 02:59
smsified-node-coffee
http = require 'http'
express = require 'express'
querystring = require 'querystring'
app = express.createServer()
app.configure( ->
app.use express.bodyParser()
)
app.post('/', (req, res) ->
@gradus
gradus / gist:998294
Created May 30, 2011 00:46
JavaScript
(JSON.stringify({"name":"a","content":["google"],"attributes":{"href":"google.com"}}) == JSON.stringify({"name":"a","content":["google"],"attributes":{"href":"google.com"}})) // => true
@gradus
gradus / nodejitsu package.json
Created February 20, 2012 02:28
package.json for running bam generated site on nodejitsu with jitsu deploy
{
"name": "bamTest",
"description": "playing with Bam, The easiest static site generator on the planet.",
"version": "0.0.1-1",
"homepage": "http://",
"author": "Kris Windham",
"private": true,
"scripts": {
"start": "server.js"
},
@gradus
gradus / npm-debug.log
Created February 23, 2012 04:33
Errors on jitsu deploy
info it worked if it ends with ok
verbose cli [ 'node', '/usr/local/bin/npm', 'install', 'jitsu', '-g' ]
info using npm@1.1.1
info using node@v0.6.11
verbose config file /Users/klop/.npmrc
verbose config file /usr/local/etc/npmrc
verbose config file /usr/local/lib/node_modules/npm/npmrc
silly exec /usr/local/bin/node "/usr/local/lib/node_modules/npm/bin/npm-get-uid-gid.js" "nobody" 20
silly spawning [ '/usr/local/bin/node',
silly spawning [ '/usr/local/lib/node_modules/npm/bin/npm-get-uid-gid.js',
@gradus
gradus / npmdebug.log
Created February 23, 2012 04:49
erros with jitsu cli
info it worked if it ends with ok
verbose cli [ 'node', '/usr/local/bin/npm', 'install', 'jitsu', '-g' ]
info using npm@1.1.1
info using node@v0.6.11
verbose config file /Users/klop/.npmrc
verbose config file /usr/local/etc/npmrc
verbose config file /usr/local/lib/node_modules/npm/npmrc
silly exec /usr/local/bin/node "/usr/local/lib/node_modules/npm/bin/npm-get-uid-gid.js" "nobody" 20
silly spawning [ '/usr/local/bin/node',
silly spawning [ '/usr/local/lib/node_modules/npm/bin/npm-get-uid-gid.js',
@gradus
gradus / package.json
Created April 14, 2012 18:05
package.json for black-coffee
{
"author": "Kris Windham <kriswindham@gmail.com> (http://krwindham.nodejitsu.com)",
"name": "black-coffee",
"description": "A flatiron coffee-script template",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "git://github.com/gradus/black-coffee.git"
},
"main": "server.js",
@gradus
gradus / npm output
Created April 14, 2012 18:20
server.js not found
sh: server.js: command not found
npm ERR! black-coffee@0.3.0 start: `server.js`
npm ERR! `sh "-c" "server.js"` failed with 127
npm ERR!
npm ERR! Failed at the black-coffee@0.3.0 start script.
npm ERR! This is most likely a problem with the black-coffee package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! server.js
@gradus
gradus / start
Created April 14, 2012 18:12
npm start
sh: server.js: command not found
npm ERR! black-coffee@0.3.0 start: `server.js`
npm ERR! `sh "-c" "server.js"` failed with 127
npm ERR!
npm ERR! Failed at the black-coffee@0.3.0 start script.
npm ERR! This is most likely a problem with the black-coffee package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! server.js