show dbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 1D Bag Packing Problem Description: | |
// There are 1 to 1M Orders with 1 to 100 LineItems each | |
// Each LineItem has Space S, Quanity Q, and Title | |
// For each Order O, Pack N LineItems with Space S and Quantity Q into 1 to M Bags with Size S | |
// Reduce the number of bags used if possible since some arrangments will result in extra bags used | |
// Ordered by largest bag to smallest bag | |
// Can be generalized to any application or restaurant situation | |
const example_order_3_lines = [ | |
{ |
ror, scala, jetty, erlang, thrift, mongrel, comet server, my-sql, memchached, varnish, kestrel(mq), starling, gizzard, cassandra, hadoop, vertica, munin, nagios, awstats
- node.js
- Installation paths: use one of these techniques to install node and npm without having to sudo.
- Node.js HOWTO: Install Node+NPM as user (not root) under Unix OSes
- Felix's Node.js Guide
- Creating a REST API using Node.js, Express, and MongoDB
- Node Cellar Sample Application with Backbone.js, Twitter Bootstrap, Node.js, Express, and MongoDB
- JavaScript Event Loop
- Node.js for PHP programmers