Skip to content

Instantly share code, notes, and snippets.

View olalonde's full-sized avatar

Oli olalonde

View GitHub Profile
var base = require("../base");
var util = require("util");
/**
* Create an NOJ Module
* @param baseurl
* @returns {nbut}
*/
exports.create = function(baseurl) {
return new nbut(baseurl);
@olalonde
olalonde / chat.js
Created October 18, 2012 07:50 — forked from dileephell/chat.js
var http = require('http'),
sys = require('sys'),
fs = require('fs'),
ws = require('./ws.js');
var clients = [];
http.createServer(function(request, response)
{
" Vim color scheme
"
" Name: railscat.vim
" Maintainer: Jeff Kreeftmeijer
" License: public domain
"
" A GUI only extended version of the Railscasts+ theme, that comes with
" Janus [1] and is, in turn, an extension to the original Railscasts theme
" [2], which is a port of the RailsCasts TextMate theme [3] to Vim.
"