Skip to content

Instantly share code, notes, and snippets.

View chriskiefer's full-sized avatar

Chris Kiefer chriskiefer

View GitHub Profile
//remember what you did today
History.start
History.document
@chriskiefer
chriskiefer / gist:ea687b853ae6fb61ae8c
Created November 5, 2015 09:31
Transcript from Sussex SuperCollider Users Group Extramuros Improv Session, 4/1/2015
*** Welcome to SuperCollider 3.7alpha1. *** For help type cmd-d.
sc3> s.boot
s.boot
booting 57110
-> localhost
sc3> Found 0 LADSPA plugins
Number of Devices: 5
0 : "AirPlay"
1 : "Built-in Microph"
2 : "Built-in Output"
@chriskiefer
chriskiefer / keybase.md
Created June 29, 2014 13:15
keybase.md

Keybase proof

I hereby claim:

  • I am chriskiefer on github.
  • I am chriskiefer (https://keybase.io/chriskiefer) on keybase.
  • I have a public key whose fingerprint is 570E 5A9A 305A F23E 712D E7F7 0B56 7AFF CB40 8EEB

To claim this, I am signing this object:

@chriskiefer
chriskiefer / stlVectorTest.cpp
Created August 26, 2011 08:15
Stl Vector Contiguity Test
#include <iostream>
#include <Accelerate/Accelerate.h>
using namespace std;
#include <vector>
int main (int argc, char * const argv[]) {
// insert code here...
cout << "Vector Test\n";
int datasize = 100000;
float x[datasize];