Skip to content

Instantly share code, notes, and snippets.

View crecord's full-sized avatar

Caroline Record crecord

View GitHub Profile
@crecord
crecord / Multiples
Last active February 20, 2016 00:00 — forked from j3ffgray/Multiples
Text Overlay Template, openFrameworks Examples
// in the ofApp.h
// ... additional initialization code ...
//boolean to toggle help text
bool bHelpText;
// in the ofApp.cpp
void ofApp::setup(){
//set help text to display by default
@crecord
crecord / Dub.cpp
Created September 21, 2015 03:53
C++ for Dub plate archive
//
// dub.cpp
// spiral
//
// Created by Caroline Record on 7/16/15.
//
//
#include "Dub.h"
#include <string>
@crecord
crecord / circle
Created May 27, 2015 19:56
hosting a xml files
<?xml version="1.0" encoding="UTF-8"?>
<dict>
<key>1370306890.355789</key>
<string>41.989491, -73.203112</string>
<key>1370306891.347759</key>
<string>41.989447, -73.203096</string>
<key>1370306892.348752</key>
<string>41.989447, -73.203096</string>
<key>1370306893.357776</key>
<string>41.989447, -73.203096</string>