Interactive JavaScript notebooks with clever graphing.
You can view a sample notebook here.
Interactive JavaScript notebooks with clever graphing.
You can view a sample notebook here.
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/"
| # 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 |
| <?php | |
| # ------------------------------ | |
| # START CONFIGURATION SECTION | |
| # | |
| $launch_url = "http://www.imsglobal.org/developers/BLTI/tool.php"; | |
| $key = "12345"; | |
| $secret = "secret"; | |
| $launch_data = array( |