Skip to content

Instantly share code, notes, and snippets.

View jazzmind's full-sized avatar

Wes Sonnenreich jazzmind

View GitHub Profile
@jazzmind
jazzmind / notebook.md
Last active December 18, 2016 12:21
Kajero notebook

Kajero - wes edited gist v2

npm Join the chat at https://gitter.im/JoelOtter/kajero

Interactive JavaScript notebooks with clever graphing.

You can view a sample notebook here.

@jazzmind
jazzmind / notebook.md
Last active December 18, 2016 13:00
Kajero notebook
@jazzmind
jazzmind / vpn-cloudformation-template.yaml
Last active November 4, 2018 02:22 — forked from pbzona/vpn-cloudformation-template.yaml
Roll your own VPN with AWS CloudFormation - Part two
# 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
@jazzmind
jazzmind / blti-launch.php
Created July 19, 2019 04:36 — forked from matthanger/blti-launch.php
Sample code for Basic LTI Consumer in PHP
<?php
# ------------------------------
# START CONFIGURATION SECTION
#
$launch_url = "http://www.imsglobal.org/developers/BLTI/tool.php";
$key = "12345";
$secret = "secret";
$launch_data = array(