Commit Graph

661 Commits

Author SHA1 Message Date
DavidBM 18515169dc Close GH-184: add SockJS 2014-10-10 01:33:07 +02:00
Ben Bradley 5cb5c99d9e Close GH-186: adding ascii-charts to ### Command-line utilities. 2014-10-10 01:15:27 +02:00
Sindre Sorhus 6ce6af7f32 add atom-shell
fixes #181
2014-10-08 14:15:35 +02:00
Sindre Sorhus cd9d2d9c72 Merge pull request #183 from wooorm/add-franc-to-natural-language-processing
Add wooorm/franc to Natural Language Processing
2014-10-07 18:47:27 +02:00
Titus Wormer 1a4bf3b29c Add wooorm/franc to Natural Language Processing
This addition adds [franc](http://github.com/wooorm/franc), a library to detect which natural language (out of 160+ languages) is used in a given string, to Natural Language Processing.
2014-10-07 17:56:02 +02:00
Sindre Sorhus e25bb72389 add peercast 2014-10-05 15:30:56 +02:00
Sindre Sorhus d6c471cf4e add slap
closes #179
2014-09-28 22:40:15 +02:00
Sindre Sorhus f2696db28c Merge pull request #178 from coolzilj/patch-1
Add "Mixu's Node book"
2014-09-24 11:52:03 +02:00
Liu Jin 339baf04b1 Add "Mixu's Node book" 2014-09-24 16:50:00 +08:00
Mirco Zeiss ec005693fe Close GH-146: lockit. 2014-09-23 22:00:06 +02:00
Philipp Waldmann 96c422c692 add OpenRecord
closes #159
2014-09-23 21:58:42 +02:00
David Britt bdc638bf93 Close GH-177: add lazy 2014-09-23 21:55:08 +02:00
Sindre Sorhus e35e5bf278 Merge pull request #144 from SPARTAN563/patch-1
Added Iridium
2014-09-23 17:55:55 +02:00
Sindre Sorhus 10941ebaad Merge pull request #167 from mantoni/master
Add Mochify
2014-09-22 22:34:07 +02:00
Sindre Sorhus 714540e003 Merge pull request #175 from markhovskiy/patch-1
add "intel" logger
2014-09-22 12:58:22 +02:00
Sindre Sorhus 904ca57bef Merge pull request #176 from kessler/master
add cylon.js to hardware section
2014-09-21 23:06:05 +02:00
Yaniv Kessler 15fcb23318 add cylon.js to hardware section 2014-09-21 18:01:19 +03:00
Oleksii Markhovskyi 90824e3a1f add "intel" logger 2014-09-21 12:01:29 +02:00
Sindre Sorhus a61f228897 Merge pull request #170 from spencer48/master
Inserted commas and fixed typos where necessary
2014-09-19 11:58:07 +02:00
Sindre Sorhus c3eaf479a7 Merge pull request #172 from wykhuh/master
Update README.md
2014-09-19 11:54:52 +02:00
Wai-Yin Kwan 15e4af3200 Update README.md
Minor spelling corrections.
2014-09-18 21:29:46 -07:00
Spencer Handley be798fea8b Inserted commas and fixed typos where necessary
I noticed some typos as well as a few places which should have had commas. Nothing else was altered.
2014-09-18 20:56:05 -07:00
BJR Matos de9084e00c Close GH-168: Add LearnAllTheNodes in Tutorials Section. 2014-09-18 11:11:58 +02:00
Sindre Sorhus cce2335d99 Merge pull request #166 from nathanpeck/master
Adding s3-upload-stream
2014-09-16 19:07:44 +02:00
Nathan Peck 9724b82d63 Adding s3-upload-stream 2014-09-16 11:57:04 -04:00
Maximilian Antoni 93a5af134d add mochify 2014-09-16 17:56:47 +02:00
Sindre Sorhus 27f6953fef Merge pull request #137 from jmar777/patch-1
Adding suspend, a generator-based control flow library.
2014-09-15 19:56:22 +02:00
Sindre Sorhus add5500048 add Karma
closes #156
2014-09-15 16:44:55 +02:00
Sindre Sorhus df88163cc9 add PEG.js - fixes #158 2014-09-15 16:39:24 +02:00
Sindre Sorhus 37ddd4f671 Merge pull request #153 from watson/patch-6
Add stackman in Debugging / Profiling section
2014-09-15 16:05:42 +02:00
Azat Mardan 57751f3ebe Close GH-152: Add Express.js cheatsheet 2014-09-15 16:03:05 +02:00
Sindre Sorhus 38f938d63b Merge pull request #147 from watson/patch-1
Add after-all-results to Control flow section
2014-09-15 15:53:31 +02:00
Sindre Sorhus 444c833fb4 add zone
closes #143
2014-09-15 15:47:22 +02:00
Parth Patil 4e9170bfa7 Close GH-160: Bacon.js is an excellent functional reactive programming library that ca.... 2014-09-15 15:33:57 +02:00
Keith Rosenberg a9b0ffafb7 Close GH-161: add Channels to Control Flows, add js-csp. 2014-09-15 15:31:35 +02:00
Sindre Sorhus ef767bca06 Merge pull request #149 from watson/patch-4
Add node-modules.com in Resources section
2014-09-15 15:28:17 +02:00
Sindre Sorhus d9afad5990 add hardware section 2014-09-14 01:31:04 +02:00
Sindre Sorhus 05e7b84d68 Merge pull request #136 from psema4/master
Add bcat to CLI apps
2014-09-14 01:13:08 +02:00
Thomas Watson Steen d8a0f642a5 Add stackman in Debugging / Profiling section 2014-09-13 16:01:09 +02:00
Thomas Watson Steen f805157a88 Add node-modules.com in Resources section 2014-09-13 15:51:39 +02:00
Thomas Watson Steen c8638a6dc9 Add after-all-results to Control flow section
The module `after-all-results` is an extremely lightweight way of performing a series of async function calls and have it call a callback function once they have all finished.

The callback will be called with an array of the results from the async function calls.

The focus of the module is to do this with as little a coding overhead as possible.
2014-09-13 15:29:00 +02:00
Benjamin Pannell 30ae9e26ac Added Iridium
Iridium is a MongoDB ORM, currently in its 3rd major release version. It has been extensively tested and used in a number of live deployments.
2014-09-13 04:26:07 +02:00
Sindre Sorhus 88432e9c46 Merge pull request #138 from es128/patch-1
Add Brunch to build tools
2014-09-12 20:53:43 +02:00
Elan Shanker 9b1788a15c Add Brunch to build tools
Per vetted description editing under #99
2014-09-12 11:54:27 -04:00
Jeremy Martin b4e23276fd Adding suspend, a generator-based control flow library.
Suspend is a generator-based control-flow for Node that is designed to play nice with callbacks, promises, and thunks.  It's available on npm as [suspend](https://www.npmjs.org/package/suspend), and the code is available on [GitHub](https://github.com/jmar777/suspend).
2014-09-12 11:50:11 -04:00
Scott Elcomb 1ef1be2d37 Add bcat to CLI apps 2014-09-12 11:29:44 -04:00
Guy Ellis a126b7c726 Close GH-101: Added SinonJS. 2014-09-12 16:30:24 +02:00
Sindre Sorhus 137d79625d add node weekly newsletter #87 2014-09-12 16:25:23 +02:00
Sindre Sorhus 33257ce8a7 add peerwiki
https://twitter.com/KasperTidemann/status/510431755116236800
2014-09-12 16:18:48 +02:00
Sindre Sorhus 4fb969ae77 add common-errors - closes #107 2014-09-12 15:46:29 +02:00