Skip to content

Instantly share code, notes, and snippets.

View exitrip's full-sized avatar

Edward Bear exitrip

  • Kin Circuits, Inc
View GitHub Profile

Keybase proof

I hereby claim:

  • I am exitrip on github.
  • I am edbear (https://keybase.io/edbear) on keybase.
  • I have a public key ASCFdxg5kWUul6c_yKXna1GxGHk8eh5YLpkYNqjnlPEIlQo

To claim this, I am signing this object:

@exitrip
exitrip / sketch.js
Last active June 13, 2020 07:10
Demo p5.js sketch
//See https://p5js.org/examples/ for more examples
// and https://p5js.org/reference/ for reference
var widthScale = 4
var heightScale = 4
var thisURL
var osc, playing, freq, amp;
function preload() {
}
@exitrip
exitrip / chthonic.patch
Created June 13, 2020 07:21
patch for chthonic computing
From 6f492e31af789c1ab0e48c7b4b2c8450e3172704 Mon Sep 17 00:00:00 2001
From: exitrip <edbear@ieee.org>
Date: Fri, 12 Jun 2020 15:12:01 -0400
Subject: [PATCH 1/2] got it working with app engine and collider on gcp
---
Gruntfile.js | 5 ++--
build/gen_js_enums.py | 1 -
src/app_engine/apprtc.py | 15 ++++++------
src/app_engine/constants.py | 36 ++++++++++++++++++++++------