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
// 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 @ 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 >:)
int[][] result;
float t;
void setup() {
setup_();
result = new int[width*height][3];
}
void draw() {
test-ata:~/inst/ATA_openSUSE_11.3_64bit.x86_64-0.0.3.iso-kiwi_src # ./create_appliance.sh
'kiwi-4.43-112.1' expected, but 'kiwi-4.43-1.6.x86_64' found.
Continue? [y/n] y
** Checking for internal repositories...
** Fetching boot profiles...
Using default boot profile
Using default boot kernel
** Creating custom boot image (initrd)...
Activity over the last 33 days:
http://webnumbr.com/log4r-downloads.from(date=33%20days%20ago).derivative.min(num=0).average(10).graph(max=220)
Activity over the 33 days after the previous release:
http://webnumbr.com/log4r-downloads.from(date=122%20days%20ago).to(date=89%20days%20ago).derivative.min(num=0).average(10).graph(max=220)
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