Skip to content

Instantly share code, notes, and snippets.

@dennishall
dennishall / Strip_Trailing_Whitespace.js
Created May 11, 2011 13:26
Strip Trailing Whitespace (Macro for Komodo Edit)
// also available at http://jsfiddle.net/dennishall/UydZn/
var previousIndentation = '';
var indent = " ";
/**
* Standard setup for a method
*
* @param Function callback The content of the script
*/
@dennishall
dennishall / FormAuthStrategy.js
Created May 5, 2011 20:49
connect-auth example
//FormStrategy.js
var fs = require("fs"),
forms = require("forms"),
connect = require('connect'),
url = require('url'),
jsSHA = require('./jsSHA'),
haml = require('hamljs'), // For a higher quality implementation you may want to look at [visionmedia]'s [Jade](http://jade-lang.com) template engine,
mailer = require('mailer'),
// our own libs