Skip to content

Instantly share code, notes, and snippets.

View jcrugzz's full-sized avatar

Jarrett Cruger jcrugzz

View GitHub Profile
DEBUG: Connection: Trying 72.2.114.207 on port 22 ...
DEBUG: Parser: STATE_INIT
DEBUG: Parser: STATE_GREETING
DEBUG: Parser: STATE_HEADER
DEBUG: Connection: Server ident: 'SSH-2.0-Sun_SSH_1.5'
DEBUG: Parser: STATE_PACKETBEFORE (expecting 8)
DEBUG: Connection: Sending KEXINIT
DEBUG: Parser: STATE_PACKET
DEBUG: Parser: pktLen:2380,padLen:10,remainLen:2376
DEBUG: Parser: STATE_PACKETDATA

Keybase proof

I hereby claim:

  • I am jcrugzz on github.
  • I am jcrugzz (https://keybase.io/jcrugzz) on keybase.
  • I have a public key whose fingerprint is 2318 5A3E 419E 363A 4EF4 4C35 78D8 3158 B780 A73A

To claim this, I am signing this object:

List of Artists that I like

  • OCNO
  • Desert Dwellers
  • Sean Johnson and the Wild Lotus Band
  • Bhagavan Das
  • MC Yogi
  • Shaman's Dream
  • John De Kadt
  • Ecodek
/Users/jcruger/github/jcrugzz/sublevel-repro/node_modules/level-party-hyper/node_modules/multileveldown/node_modules/pbs/node_modules/protocol-buffers/encodings.js:19
return Buffer.isBuffer(val) ? val.length : Buffer.byteLength(val)
^
TypeError: Argument must be a string
at exports.bytes.bufferLength (/Users/jcruger/github/jcrugzz/sublevel-repro/node_modules/level-party-hyper/node_modules/multileveldown/node_modules/pbs/node_modules/protocol-buffers/encodings.js:19:55)
at Object.exports.bytes.encodingLength (/Users/jcruger/github/jcrugzz/sublevel-repro/node_modules/level-party-hyper/node_modules/multileveldown/node_modules/pbs/node_modules/protocol-buffers/encodings.js:23:15)
at Object.encodingLength (eval at <anonymous> (/Users/jcruger/github/jcrugzz/sublevel-repro/node_modules/level-party-hyper/node_modules/multileveldown/node_modules/pbs/node_modules/generate-function/index.js:55:21), <anonymous>:8:20)
at Object.encodingLength (eval
Error: Decoded message is not valid
at Array.decode [as 0] (eval at <anonymous> (/Users/jcruger/github/mafintosh/multileveldown/node_modules/pbs/node_modules/generate-function/index.js:55:21), <anonymous>:16:37)
at eval [as _decode] (eval at <anonymous> (/Users/jcruger/github/mafintosh/multileveldown/node_modules/pbs/node_modules/generate-function/index.js:55:21), <anonymous>:6:27)
at Decoder._pushMessage (/Users/jcruger/github/mafintosh/multileveldown/node_modules/pbs/decoder.js:127:10)
at Decoder._parse (/Users/jcruger/github/mafintosh/multileveldown/node_modules/pbs/decoder.js:175:21)
at Decoder._write (/Users/jcruger/github/mafintosh/multileveldown/node_modules/pbs/decoder.js:190:10)
at doWrite (/Users/jcruger/github/mafintosh/multileveldown/node_modules/pbs/node_modules/readable-stream/lib/_stream_writable.js:237:10)
at writeOrBuffer (/Users/jcruger/github/mafintosh/multileveldown/node_modules/pbs/node_modules/readable-stream/lib/_stream_writable.js:227:5)
at Writable.writ
var http = require('http');
var url = require('url');
var fs = require('fs');
var parsed = url.parse('http://change-fonts.s3.amazonaws.com/change-symbols-webfont.ttf');
var req = http.request(parsed);
req.end();
req.on('error', console.error.bind(console));
C:\Git\node-wsb-api>npm i level-hyper@latest -g
-
> leveldown-hyper@1.0.0 install C:\Program Files\nodejs\node_modules\level-hyper\node_modules\leveldown-hyper
> node-gyp rebuild
C:\Program Files\nodejs\node_modules\level-hyper\node_modules\leveldown-hyper>node "C:\Users\rbenedum\AppData\Roaming\npm\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild
gyp: Undefined variable os_include in C:\Program Files\nodejs\node_modules\level-hyper\node_modules\leveldown-hyper\deps\leveldb\leveldb.gyp while loading dependencies of binding.gyp while trying to load binding.gyp
gyp ERR! configure error
gyp ERR! stack Error: `gyp` failed with exit code: 1
@jcrugzz
jcrugzz / gist:3166170
Created July 23, 2012 20:54
kohai npm install fail
npm ERR! error reading /var/folders/zt/38s6rh6x7ml4ytmlw80pn62w0000gn/T/npm-1343076690635/1343076692008-0.3378928294405341/package
npm ERR! couldn't pack /var/folders/zt/38s6rh6x7ml4ytmlw80pn62w0000gn/T/npm-1343076690635/1343076692008-0.3378928294405341/package to /Users/crugej/.npm/socket.io/0.6.18/package.tgz
npm ERR! TypeError: Cannot call method 'filter' of undefined
npm ERR! at Packer.addIgnoreRules (/usr/local/n/versions/0.6.19/lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/ignore.js:148:13)
npm ERR! at Packer.<anonymous> (/usr/local/n/versions/0.6.19/lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/ignore.js:133:10)
npm ERR! at [object Object].<anonymous> (fs.js:123:5)
npm ERR! at [object Object].emit (events.js:64:17)
npm ERR! at fs.js:1190:12
npm ERR! at Object.oncomplete (/usr/local/n/versions/0.6.19/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:94:5)
@jcrugzz
jcrugzz / gist:3167198
Created July 24, 2012 00:41
hello world
int main() {
std::cout << "Hello World" << "\n";
}
@jcrugzz
jcrugzz / gist:3239204
Created August 2, 2012 18:04
When running the "jitsu login" command with a string X following the login where X is anything, it produced the following error.
/usr/local/lib/node_modules/jitsu/node_modules/flatiron-cli-users/lib/commands.js:242
return err ? callback(err) : callback();
^
TypeError: string is not a function
at exports.login.cliUsers.before.setup.username (/usr/local/lib/node_modules/jitsu/node_modules/flatiron-cli-users/lib/commands.js:242:38)
at Provider.save (/usr/local/lib/node_modules/jitsu/node_modules/flatiron/node_modules/broadway/node_modules/nconf/lib/nconf/provider.js:492:34)
at async.reduce (/usr/local/lib/node_modules/jitsu/node_modules/flatiron/node_modules/broadway/node_modules/nconf/node_modules/async/lib/async.js:206:13)
at async.forEachSeries.iterate (/usr/local/lib/node_modules/jitsu/node_modules/flatiron/node_modules/broadway/node_modules/nconf/node_modules/async/lib/async.js:116:25)
at async.reduce (/usr/local/lib/node_modules/jitsu/node_modules/flatiron/node_modules/broadway/node_modules/nconf/node_modules/async/lib/async.js:203:17)
at saveStore (/usr/local/lib/