There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Install Node.JS (http://nodejs.org/#download), NPM (http://npmjs.org/) and Foreman (http://ddollar.github.com/foreman/). Symlinks a package folder into your system, so that changes are automatically reflected, and install the "dependencies" and "devDependencies" from package.json: $ npm link . Run: $ foreman start or as simple as: $ node src/server.js List of all modules/libraries in use is in package.json or below: https://github.com/LearnBoost/mongoose https://github.com/felixge/node-mysql https://github.com/mranney/node_redis https://github.com/visionmedia/express https://github.com/visionmedia/ejs https://github.com/caolan/async https://github.com/lorenwest/node-config https://github.com/LearnBoost/cluster https://github.com/flatiron/winston https://github.com/broofa/node-uuid https://github.com/felixge/node-dateformat https://github.com/visionmedia/expresso https://github.com/dannycoates/node-inspector https://github.com/mhevery/jasmine-node For simplicity sake I'll describe the process of getting it on Heroku: https://devcenter.heroku.com/articles/nodejs $ heroku create crud-bones-dev --stack cedar --remote heroku-dev $ git push heroku-dev master $ heroku config:add NODE_ENV=staging --app crud-bones-dev Or if you want to push to existing Heroku instance: $ git init $ git add . $ git commit -m 'bundle for heroku-dev deploy' $ git remote add heroku-dev [email protected]:crud-bones-dev.git $ heroku config:add NODE_ENV=staging --app crud-bones-dev $ git push -f heroku-dev master * dotCloud: $ dot create crudbonesdev $ dot push crudbonesdev . Unfortunately at this moment it doesn't seem to be supporting newer Node.JS * Engine Yard N/A (in progress :-)
birdemia
The best worst bird attack you will ever happen to get into! Spontaneous appearances, awkward aerial maneuvers, explosions and time limitations... it is so bad that it is good! Can't be unseen, and you will feel the immediate urge to share it with your friends!omni2stencils
UML 2.0 Stencils for OmniGraffleEncryptDecrypt
Basic example how to encrypt and decrypt NSData by key (password)dropwizard-archetype
Maven2 Archetype for Coda Hale's Dropwizardomnigraffle-stencils-collection
my omnigraffle stencils collectionwho-replied-to
Ruby, Sinatra - searches for all replies to any status message on Twittertestildo
Some tests with Node.js/Express/Async/Mongoose and Java/Play/Spring/Morphiarietveld-upload-git
For code reviews using Rietveld (Google Code Reviews) -- instructions and pre-commit hook shell script for Git.dt-source
Hibernate and JDBC data sources for DisplayTag (outdated, back from 2005-2006)amqdemo
"Dead simple" example of Ruby (w/ Sinatra) on frontend, Java on backend, talking thru ActiveMQ, with little help of memcachedqwe3-1
Scala (Servlet/JSP) CRUD JDO demo on GAE (Google App Engine)m0dump
Maven archetype for CRUD skeleton with Spring, Hibernate, MySQL, JavaMail, Velocity, URLRewrite and Security (Acegi).alexqwe3-1
Struts 2 CRUD JDO demo on GAE (Google App Engine)scaladp
Simple design patterns implementation in Scala (while learning it, so it's not too Scala-like)Love Open Source and this site? Check out how you can help us