pulsar/README.md

30 lines
885 B
Markdown
Raw Normal View History

2011-08-28 23:46:34 +04:00
![](https://img.skitch.com/20110828-e6a2sk5mqewpfnxb3eeuef112d.png)
2011-09-29 05:26:13 +04:00
## Informative Links
2011-08-28 23:46:34 +04:00
2011-09-29 05:26:13 +04:00
### Ace
2011-08-19 11:36:46 +04:00
2011-09-29 05:26:13 +04:00
* https://github.com/ajaxorg/ace/wiki/Creating-or-Extending-an-Edit-Mode
* https://github.com/ajaxorg/ace/blob/master/lib/ace/selection.js
* https://github.com/ajaxorg/ace/blob/master/lib/ace/commands/default_commands.js
* https://github.com/ajaxorg/ace/blob/master/lib/ace/document.js
2011-08-24 20:59:12 +04:00
2011-09-29 05:26:13 +04:00
### commonjs
2011-08-25 23:38:36 +04:00
2011-09-29 05:26:13 +04:00
* http://ringojs.org/api/master/
* http://wiki.commonjs.org/wiki/Filesystem/A
* https://github.com/280north/narwhal
2011-08-25 23:38:36 +04:00
2011-09-29 05:26:13 +04:00
### JSCocoa
2011-08-25 04:46:20 +04:00
2011-09-29 05:26:13 +04:00
* http://parmanoir.com/Taming_JavascriptCore_within_and_without_WebView
* https://github.com/parmanoir/jscocoa/
* http://code.google.com/p/jscocoa/
2011-08-25 04:46:20 +04:00
2011-09-29 05:26:13 +04:00
### Cloud9
2011-08-24 20:59:12 +04:00
2011-09-29 05:26:13 +04:00
* Extensions: http://cloud9ide.posterous.com/writing-an-extension-for-cloud9-javascript-id
* https://github.com/ajaxorg/cloud9/blob/master/client/ext/extension_template/extension_template.js
2011-08-28 23:46:34 +04:00