Skip to content

Instantly share code, notes, and snippets.

View colbygk's full-sized avatar
:bowtie:
Oh Hai.

Colby Gutierrez-Kraybill colbygk

:bowtie:
Oh Hai.
View GitHub Profile
int[][] result;
float t;
void setup() {
setup_();
result = new int[width*height][3];
}
void draw() {
//by dave @ bees & bombs
int[][] result;
float t;
float ease(float p) {
return 3*p*p - 2*p*p*p;
}
float ease(float p, float g) { // via patakk >:)
// by dave @ bees & bombs
int[][] result;
float t;
void setup() {
setup_();
result = new int[width*height][3];
}
int[][] result;
float t;
void setup() {
setup_();
result = new int[width*height][3];
}
void draw() {
// by dave @ bees & bombs >:)
int[][] result;
float t;
void setup() {
setup_();
result = new int[width*height][3];
}
// by Dave @ beesandbombs
int[][] result;
float t;
void setup() {
setup_();
result = new int[width*height][3];
}
// by david
int[][] result;
void setup() {
setup_();
result = new int[width*height][3];
}
void draw() {
int[][] result;
float t;
void setup() {
setup_();
result = new int[width*height][3];
}
void draw() {
@colbygk
colbygk / keybase.md
Created March 20, 2015 02:58
keybase.md
### Keybase proof
I hereby claim:
* I am colbygk on github.
* I am cgk (https://keybase.io/cgk) on keybase.
* I have a public key whose fingerprint is BF8E 72D4 CD56 A8D9 F068 F9C6 C9CB 1B6B 1264 85D0
To claim this, I am signing this object:
colby@foid lib64 $ cd /lib64
colby@foid lib64 $ ls -al {libm.so.6,libc.so.6,ld-linux-x86-64.so.2}
lrwxrwxrwx 1 root root 12 2009-12-19 01:27 ld-linux-x86-64.so.2 -> ld-2.10.1.so
lrwxrwxrwx 1 root root 14 2009-12-19 01:27 libc.so.6 -> libc-2.10.1.so
lrwxrwxrwx 1 root root 14 2009-12-19 01:27 libm.so.6 -> libm-2.10.1.so