Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
work in progress
  • Loading branch information
jbilcke committed May 31, 2013
1 parent 42343ac commit 003de78
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 224 deletions.
113 changes: 0 additions & 113 deletions examples/sample-async.coffee

This file was deleted.

103 changes: 0 additions & 103 deletions examples/sample-webapp.coffee

This file was deleted.

6 changes: 4 additions & 2 deletions lib/market.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -7,7 +7,7 @@
"url" : "http://github.com/daizoru"
},
"name": "market",
"description": "A Market Simulator for Node",
"description": "Work in progress lib to simulate a market",
"version": "0.0.0",
"repository": {
"type": "git",
Expand All @@ -29,9 +29,6 @@
"start" : "npm run-script build && node lib/market"
},
"dependencies": {
"ragtime" : "0.0.x",
"penny" : "0.0.x",
"timmy" : "0.0.x",
"geekdaq" : "0.0.x"
},
"devDependencies": {
Expand Down
5 changes: 3 additions & 2 deletions src/market.coffee
@@ -1,8 +1,9 @@
{inspect} = require 'util'
Stream = require 'stream'

{delay} = require 'ragtime'
geekdaq = require 'geekdaq'
geekdaq = require 'geekdaq'

delay = (t,f) -> setTimeout f, t

pretty = (obj) -> "#{inspect obj, no, 20, yes}"

Expand Down

0 comments on commit 003de78

Please sign in to comment.