make-random-string
generate random string from custom charset (or the default one) and define the length of the string. Fantastic for when you need to generate a 'throw-away' id
params-list-builder
simple params object builder that is easily extended. Includes both the CoffeeScript and JS versions