Skip to content

Instantly share code, notes, and snippets.

@bjacobso
bjacobso / keybase.md
Created December 22, 2016 17:55
keybase.md

Keybase proof

I hereby claim:

  • I am bjacobso on github.
  • I am benjacobson (https://keybase.io/benjacobson) on keybase.
  • I have a public key whose fingerprint is C88A D10D ACBE ACDD 3B48 A167 FAAE E4EC E189 06DE

To claim this, I am signing this object:

@bjacobso
bjacobso / Farey.cxx
Created February 7, 2012 03:42
Farey
// File: Farey.cxx
// Written by Matt Jacobson (Matthew.G.Jacobson@Colorado.edu)
// Date: 02/03/12
// This program calculates Farey numbers
//
// used http://www.cplusplus.com/doc/tutorial/arrays/ for reference
//
// Directives:
@bjacobso
bjacobso / tutorial.js
Created December 3, 2009 01:30
tutorial for the stamina API
//
// Project Stamina - ATLAS
//
// API Tutorial
//
// This tutorial will walk you through using our Javascript API.
// The API allows anybody to inject projects from our database into their
// own sites
//
// An example of this script can be found at:
// example data
var data = {
"name" : "John Doe Jr.",
"address" : {
"street" : "908 Magic Lane",
"zip" : "80099"
}
}
// creates a sketched object