title: "Javascript Notebook" author: "Wes Sonnenreich" created: "Sun Dec 18 2016 23:22:51 GMT+1100 (AEDT)" datasources: joelotter: "https://api.github.com/users/joelotter/repos" popular: "https://api.github.com/search/repositories?q=created:>2016-01-01&sort=stars&order=desc" original: title: "Kajero" url: "http://localhost:3000/"
This file contains hidden or 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
| <?php | |
| # ------------------------------ | |
| # START CONFIGURATION SECTION | |
| # | |
| $launch_url = "http://www.imsglobal.org/developers/BLTI/tool.php"; | |
| $key = "12345"; | |
| $secret = "secret"; | |
| $launch_data = array( |
This file contains hidden or 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
| # Credit to John Creecy | |
| # Original can be found at https://gist.github.com/zugdud/f5453af2c827eba38bb036b19e10b371 | |
| AWSTemplateFormatVersion: '2010-09-09' | |
| Description: OpenVPN Stack | |
| Parameters: | |
| OpenVPNPort: | |
| Type: Number | |
| Default: 1194 |
Interactive JavaScript notebooks with clever graphing.
You can view a sample notebook here.
