jcollum-hcg
jcollum-hcg
$ which js2coffee /home/dev/.nvm/v0.10.23/bin/js2coffee When I run js2coffee in sublime it tells me the command is not found. Restarted Sublime, didn't help. This is in Sublime 2.
Installed ZMQ via the instructions here: http://zeromq.org/intro:get-the-software Then installed ZMQ via `npm install zmq`. Results: ``` > node-gyp rebuild make: Entering directory `/home/xyz/app-build-0.60/node_modules/zmq/build' CXX(target) Release/obj.target/zmq/binding.o ../binding.cc:28:17: fatal error: zmq.h: No...
I'm running these with node-zmq 2.7.0 and `node ./01.4_router/dealer.js` appears to not do anything, even when debugging (the message event is never fired). Perhaps this is only compatible with an...
Got a single cassandra db running on another server. I'm inserting into it with a script that looks like: ``` var colAndValues, emitter, statement, v; colAndValues = "(" + (this.fieldsWithValue.join(','))...