Skip to content

Instantly share code, notes, and snippets.

@lowol
lowol / nodeapp.sh
Created August 1, 2012 04:19
init.d script for node.js
#!/bin/bash
#
# nodejs - Startup script for node.js server
# /etc/init.d/app1
#
# chkconfig: 35 99 99
# description: Node.js node /apps/app1/server.js
rootdir="/var/www/apps/app1"
server="$rootdir/server.js"
@lowol
lowol / .jshintrc
Created July 18, 2012 02:30
.jshintrc
{
"predef": [
"jasmine",
"spyOn",
"it",
"console",
"describe",
"expect",
"beforeEach",
"waits",
@lowol
lowol / screen-devel.rb
Created June 28, 2012 17:23
brew install screen-devel
$ export CC=gcc
$ brew install -f --use-llvm https://raw.github.com/gist/3012658/c0c139fc9c65303722647e11d8351d53d88b4311/screen-devel.rb