-
Notifications
You must be signed in to change notification settings - Fork 120
resources
Lance Pollard edited this page Sep 24, 2012
·
2 revisions
-
https://github.com/rails/rails/tree/master/actionpack/lib/sprockets
-
https://github.com/Tim-Smart/node-asset/blob/master/src/index.coffee
-
https://github.com/TrevorBurnham/snockets/blob/master/src/snockets.coffee
-
https://github.com/stoyan/yuicompressor/blob/master/ports/js/cssmin.js
-
https://github.com/maccman/spine/blob/master/src/spine.coffee
-
https://github.com/bnoguchi/mongoose-auth/blob/master/lib/modules/github/schema.js
-
https://github.com/kangax/detect-global/blob/master/detect-global.src.js
-
https://github.com/LearnBoost/juice (inject styles to html for emails)
-
http://visionmedia.github.com/nib/ (cross browser css)
- http://imulus.com/blog/casey/javascript/coffeescript-namespaces-modules-and-inheritance/
- https://github.com/jashkenas/coffee-script/wiki/FAQ
- https://github.com/joyent/node/wiki/modules
- http://npmjs.org/doc/developers.html
- https://developer.mozilla.org/en/JavaScript/Reference/Functions_and_function_scope
- https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function#Methods_2
- http://matchingnotes.com/coffeescript-and-the-number-prototype
- https://github.com/jashkenas/coffee-script/wiki/Mixins
- https://github.com/jashkenas/coffee-script/wiki/%5BExtensibility%5D-Writing-DSLs
- https://github.com/jashkenas/coffee-script/wiki/Easy-modules-with-CoffeeScript
- http://shinetech.com/thoughts/thought-articles/139-asynchronous-code-design-with-nodejs-
- http://blog.monitis.com/index.php/2011/07/09/6-node-js-recipes-working-with-the-file-system/
- http://nodejs.org/docs/v0.4.7/api/events.html
- http://elegantcode.com/2011/04/06/taking-baby-steps-with-node-js-pumping-data-between-streams/
- https://github.com/visionmedia/express/blob/master/lib/router/route.js
- http://redis.io/topics/memory-optimization
- http://stackoverflow.com/questions/4768748/requireing-a-coffeescript-file-from-a-javascript-file-or-repl
- http://stackoverflow.com/questions/1972242/auto-reload-of-files-in-node-js
- https://github.com/guille/jsconf-todo-demo/blob/master/server.js
- http://michaux.ca/articles/the-command-pattern-in-javascript-encapsulating-function-property-calls
- https://github.com/eriwen/javascript-stacktrace
- https://github.com/caolan/quip
- https://github.com/paulca/eyeballs.js
- http://stackoverflow.com/questions/3601080/how-do-i-pass-content-from-a-template-to-a-layout-in-express
- http://stackoverflow.com/questions/7042340/node-js-error-cant-set-headers-after-they-are-sent
- http://tinnedfruit.com/2011/03/03/testing-backbone-apps-with-jasmine-sinon.html
- http://en.wikipedia.org/wiki/List_of_HTTP_status_codes
- http://metaduck.com/post/2675027550/asynchronous-iteration-patterns-in-node-js
- http://tech.richardrodger.com/2011/04/21/node-js-–-how-to-write-a-for-loop-with-callbacks/
- http://stackoverflow.com/questions/1884724/what-is-node-js
- http://debuggable.com/posts/understanding-node-js:4bd98440-45e4-4a9a-8ef7-0f7ecbdd56cb
- http://www.nodebeginner.org/
- http://blog.mixu.net/2011/02/01/understanding-the-node-js-event-loop/
- http://stackoverflow.com/questions/3491811/node-js-and-cpu-intensive-requests
- http://blog.std.in/2010/07/08/nodejs-webworker-design/
- https://github.com/chriso/node.io/wiki/Input---Output
- http://debuggable.com/posts/parsing-file-uploads-at-500-mb-s-with-node-js:4c03862e-351c-4faa-bb67-4365cbdd56cb
- http://en.wikipedia.org/wiki/Nohup
- http://nodejitsu.com/
- http://nodeguide.com/style.html#semicolons
- http://stackoverflow.com/questions/3382782/nodejs-without-stopping/3461022#3461022
- http://tesoriere.com/2011/10/10/node.js-getting-oauth-up-and-working-using-express.js-and-railway.js/
- http://teddziuba.com/2011/10/node-js-is-cancer.html
- http://news.ycombinator.com/item?id=3062271
- http://www.quora.com/What-are-the-disadvantages-of-using-Node-js
- http://blog.carbonfive.com/2011/06/14/instagram-realtime-demo-with-node-js-redis-and-web-sockets/
- http://blog.carbonfive.com/2011/10/10/crafting-commits-in-git/#more-5136
- http://ejohn.org/blog/javascript-getters-and-setters/
- http://kangax.github.com/es5-compat-table/
- http://stackoverflow.com/questions/812961/javascript-getters-and-setters-for-dummies
- http://download.dojotoolkit.org/release-1.3.0/dojo-release-1.3.0/dojox/lang/observable.js
- http://frozencanuck.wordpress.com/2009/08/24/making-sense-of-sproutcores-key-value-observing-kvo-and-bindings/
- data binding - attach html data-bind tags with jquery for knockout: https://gist.github.com/1006808
- http://stackoverflow.com/questions/5112899/knockout-js-vs-backbone-js-vs
- http://blog.scottmessinger.com/post/6670920963/comparing-the-todos-app-in-knockoutjs-and-backbone-js
- http://backbonetutorials.com/organizing-backbone-using-modules/
- http://radar.oreilly.com/2011/06/node-javascript-success.html
- http://www.jonmaddox.com/2011/09/05/your-platform-or-language-must-be-compelling/
- https://github.com/jashkenas/coffee-script/wiki/[HowTo]-Compiling-and-Setting-Up-Build-Tools
- comment examples for dox.js: https://gist.github.com/0861f66ba7cedb7b3649
- https://github.com/Jakobo/inject
- http://wiki.commonjs.org/wiki/Modules/AsynchronousDefinition
- http://instagram-engineering.tumblr.com/post/12202313862/storing-hundreds-of-millions-of-simple-key-value-pairs
- http://backbonetutorials.com/organizing-backbone-using-modules/
- https://github.com/jashkenas/coffee-script/wiki/[HowTo]-Compiling-and-Setting-Up-Build-Tools
- https://github.com/jrburke/r.js
- https://github.com/c4milo/node-inotify
- https://github.com/technoweenie/coffee-resque
- https://github.com/LearnBoost/mongoose
- https://github.com/LearnBoost/kue
- https://github.com/LearnBoost/knox (s3)
- https://github.com/visionmedia/node-querystring
- https://github.com/felixge/node-formidable
- https://github.com/visionmedia/davis.js
- digest: https://github.com/brainfucker/hashlib
- https://github.com/sstephenson/hike/blob/master/lib/hike/trail.rb
- https://github.com/ryanmcgrath/wrench-js
- https://github.com/joyent/libuv
- https://github.com/mikeal/watch
- https://github.com/hij1nx/EventEmitter2
- https://github.com/jeromeetienne/microevent.js/blob/master/microevent.js#L12-31
- https://github.com/pkrumins/node-lazy
- https://github.com/masylum/dialect/
- https://github.com/naholyr/node-jus-i18n
- https://github.com/mashpie/i18n-node
- https://github.com/substack/node-findit
- https://github.com/cloudhead/node-static
- https://github.com/hookio/hook.io
- http://bricksjs.com/index.html
- https://github.com/substack/node-browserify
- https://github.com/substack/js-traverse
- https://github.com/substack/mrcolor
- https://github.com/substack/node-jadeify
- https://github.com/cliftonc/calipso
- https://github.com/joyent/node/wiki/modules#wiki-templating
- https://github.com/visionmedia/lingo
- https://github.com/isaacs/abbrev-js/
- https://github.com/maritz/node-sprintf
- https://github.com/visionmedia/dox
- npm install sprintf
- http://rejex.heroku.com/
- https://github.com/jed/fab
- https://github.com/kriszyp/rql
- http://www.w3.org/TR/IndexedDB/
- http://testling.com/
- http://www.quora.com/What-is-the-best-JavaScript-templating-framework-and-why
- http://epeli.github.com/piler/
- https://github.com/balupton/history.js
require.paths.unshift(__dirname + '/support/express/lib/',
__dirname + '/support/express/support/connect/lib',
__dirname + '/support/socket.io/lib/',
__dirname + '/support/nodestream/lib/',
__dirname + '/support/mongoose/',
__dirname + '/support/jade/lib/');
function is_a(who, what) {
return who != null && Object(who) instanceof what;
}
- https://github.com/powmedia/backbone-forms
- https://github.com/search?type=Repositories&language=JavaScript&q=validation&repo=&langOverride=&x=0&y=0&start_value=1
- http://happyjs.com/
- https://github.com/flatiron/director
- https://github.com/hij1nx/EventEmitter2
These are projects that should either be integrated into Coach, or rewritten to decrease file size.
- https://github.com/maccman/spine
- https://github.com/biggie/biggie-orm
- http://maxdemarzi.com/2012/01/04/getting-started-with-ruby-and-neo4j/