-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 876030c
Showing
5,252 changed files
with
1,003,918 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
,-----.,--. ,--. ,---. ,--.,------. ,------. | ||
' .--./| | ,---. ,--.,--. ,-| || o \ | || .-. \ | .---' | ||
| | | || .-. || || |' .-. |`..' | | || | \ :| `--, | ||
' '--'\| |' '-' '' '' '\ `-' | .' / | || '--' /| `---. | ||
`-----'`--' `---' `----' `---' `--' `--'`-------' `------' | ||
----------------------------------------------------------------- | ||
|
||
|
||
Welcome to Cloud9 IDE! | ||
|
||
To get you started, we have created a demo chat application. | ||
|
||
1) Open the server.js file | ||
|
||
2) Click the 'Run' button at the top to start your server, | ||
|
||
3) Click the URL that is emitted to the Output tab of the console | ||
|
||
Happy coding! | ||
The Cloud9 IDE team | ||
|
||
## Support & Documentation | ||
|
||
Visit http://docs.c9.io for documentation, or http://support.c9.io for support. | ||
To watch some training videos, visit http://www.youtube.com/user/c9ide. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "cam_test", | ||
"version": "0.0.1", | ||
"authors": [ | ||
"Dominic Lapointe <[email protected]>" | ||
], | ||
"description": "test werbRTC", | ||
"main": "server.js", | ||
"moduleType": [ | ||
"node" | ||
], | ||
"license": "MIT", | ||
"private": true, | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
], | ||
"dependencies": { | ||
"angular": "~1.2.17", | ||
"jquery": "~2.1.1", | ||
"angular-route": "~1.2.17", | ||
"angular-sanitize": "~1.2.18" | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"name": "angular-route", | ||
"version": "1.2.17", | ||
"main": "./angular-route.js", | ||
"dependencies": { | ||
"angular": "1.2.17" | ||
}, | ||
"homepage": "https://github.com/angular/bower-angular-route", | ||
"_release": "1.2.17", | ||
"_resolution": { | ||
"type": "version", | ||
"tag": "v1.2.17", | ||
"commit": "919ab6e64a7cd1352b4aff3a57e1a44cde7e962e" | ||
}, | ||
"_source": "git://github.com/angular/bower-angular-route.git", | ||
"_target": "~1.2.17", | ||
"_originalSource": "angular-route", | ||
"_direct": true | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# bower-angular-route | ||
|
||
This repo is for distribution on `bower`. The source for this module is in the | ||
[main AngularJS repo](https://github.com/angular/angular.js/tree/master/src/ngRoute). | ||
Please file issues and pull requests against that repo. | ||
|
||
## Install | ||
|
||
Install with `bower`: | ||
|
||
```shell | ||
bower install angular-route | ||
``` | ||
|
||
Add a `<script>` to your `index.html`: | ||
|
||
```html | ||
<script src="/bower_components/angular-route/angular-route.js"></script> | ||
``` | ||
|
||
And add `ngRoute` as a dependency for your app: | ||
|
||
```javascript | ||
angular.module('myApp', ['ngRoute']); | ||
``` | ||
|
||
## Documentation | ||
|
||
Documentation is available on the | ||
[AngularJS docs site](http://docs.angularjs.org/api/ngRoute). | ||
|
||
## License | ||
|
||
The MIT License | ||
|
||
Copyright (c) 2010-2012 Google, Inc. http://angularjs.org | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |
Oops, something went wrong.