I hereby claim:
- I am laserpilot on github.
- I am laserpilot (https://keybase.io/laserpilot) on keybase.
- I have a public key ASAdywVgZu3gAWrNhEyTpvhlwomHnwxdwJ0rpmDemBWa1wo
To claim this, I am signing this object:
#!/bin/sh | |
#Script to reboot application | |
#Can be used in conjunction with Lingon or a Cron to run on a periodic basis, e.g. every 2 minutes. | |
#Version 1.0 written by Daniel Mare from http://hintsforums.macworld.com/showthread.php?p=592991 | |
#Date: 02/08/2010 | |
#Modified by Blair Neal 11_27_2012 http://www.blairneal.com | |
#Helpful shell scripting additions from Patricio Gonzalez Vivo http://www.patriciogonzalezvivo.com/ | |
MEM_THRESHOLD=6 #INTEGERS ONLY If any process uses more MEM (in percentage of total MEM) than this threshold, the application will be rebooted | |
#Say you have 8gb of RAM, then a process that is using 2gb or more would be using 25% |
//FBO Stuff | |
ofFbo::Settings settings; | |
settings.width = 2048; | |
settings.height = 2048; | |
settings.internalformat = GL_RGBA; | |
settings.numSamples = 0; | |
settings.useDepth = false; | |
settings.useStencil = false; | |
fboNew.allocate(settings); |
#include "testApp.h" | |
#include "ofMain.h" | |
int main(){ | |
ofAppiPhoneWindow * iOSWindow = new ofAppiPhoneWindow; | |
// iOSWindow -> enableAntiAliasing(4); //you can't take screenshots with this enabled | |
iOSWindow -> enableRetinaSupport(); | |
ofSetupOpenGL(iOSWindow,480,320, OF_FULLSCREEN); // <-------- setup the GL context | |
ofRunApp(new testApp); | |
} |
1205 | |
1265 | |
142 | |
148 | |
1545 | |
1605 | |
169 | |
196 | |
2622 | |
2706 |
-SOURCE: http://www.deadmedia.org/notes/11/119.html | |
In 1928 Baird convinced a London surgeon to lend him | |
an eyeball removed from a young man's head. In his own | |
words... | |
"As soon as I was given the eye, I hurried in a |
_______ _______ ___ _ _______ ___ _______ __ __ _______ | |
| || _ || | | || | | | | || | | || | | |
| ___|| |_| || |_| || ___| | | | _ || |_| || ___| | |
| |___ | || _|| |___ | | | | | || || |___ | |
| ___|| || |_ | ___| | |___ | |_| || || ___| | |
| | | _ || _ || |___ | || | | | | |___ | |
|___| |__| |__||___| |_||_______| |_______||_______| |___| |_______| | |
Send resumes, portfolio and github links to |
I hereby claim:
To claim this, I am signing this object: