Skip to content

Instantly share code, notes, and snippets.

View jessefulton's full-sized avatar

Jesse Fulton jessefulton

View GitHub Profile
@jessefulton
jessefulton / error log
Created March 10, 2012 23:28
Building ProCamToolkit - mapamok
Ld bin/mapamokDebug.app/Contents/MacOS/mapamokDebug normal i386
cd /Users/applemacbookpro/Documents/Projects/LIBRARIES/of_preRelease_v007_osx/apps/ProCamToolkit/mapamok
/Developer/usr/bin/clang++ -arch i386 -L/Users/applemacbookpro/Documents/Projects/LIBRARIES/of_preRelease_v007_osx/apps/ProCamToolkit/mapamok/bin -L/Users/applemacbookpro/Documents/Projects/LIBRARIES/of_preRelease_v007_osx/apps/ProCamToolkit/mapamok/../../ofxOpenCv/libs/opencv/lib/android/armeabi -L/Users/applemacbookpro/Documents/Projects/LIBRARIES/of_preRelease_v007_osx/apps/ProCamToolkit/mapamok/../../ofxOpenCv/libs/opencv/lib/android/armeabi-v7a -L/Users/applemacbookpro/Documents/Projects/LIBRARIES/of_preRelease_v007_osx/apps/ProCamToolkit/mapamok/../../ofxOpenCv/libs/opencv/lib/iphone -L/Users/applemacbookpro/Documents/Projects/LIBRARIES/of_preRelease_v007_osx/apps/ProCamToolkit/mapamok/../../ofxOpenCv/libs/opencv/lib/linux -L/Users/applemacbookpro/Documents/Projects/LIBRARIES/of_preRelease_v007_osx/apps/ProCamToolkit/mapamok/../.
@jessefulton
jessefulton / main.js
Created March 6, 2012 04:28
Kapi Text Transform (current)
(function () {
if (!(document.getElementsByTagName("canvas").length)) {
return;
}
(function () {
var myKapi,
myText;
myKapi = kapi(document.getElementById('demo1'), {
@jessefulton
jessefulton / config.js
Created January 15, 2012 17:54
Node.js - merge environment variables + config file + command line args
/**
* Merges environment variables + config file + command line args
*
* To use, from app.js:
* var conf = require('./config').init();
*/
var argv = require('optimist').argv;
function init() {
//1. check process.env
@jessefulton
jessefulton / gist:1441737
Created December 7, 2011 06:38
Determine if cron is running
* * * * * touch /tmp/.cron_is_working