This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int[][] result; | |
float t; | |
void setup() { | |
setup_(); | |
result = new int[width*height][3]; | |
} | |
void draw() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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 >:) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// by dave @ bees & bombs | |
int[][] result; | |
float t; | |
void setup() { | |
setup_(); | |
result = new int[width*height][3]; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int[][] result; | |
float t; | |
void setup() { | |
setup_(); | |
result = new int[width*height][3]; | |
} | |
void draw() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// by dave @ bees & bombs >:) | |
int[][] result; | |
float t; | |
void setup() { | |
setup_(); | |
result = new int[width*height][3]; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// by Dave @ beesandbombs | |
int[][] result; | |
float t; | |
void setup() { | |
setup_(); | |
result = new int[width*height][3]; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// by david | |
int[][] result; | |
void setup() { | |
setup_(); | |
result = new int[width*height][3]; | |
} | |
void draw() { |
OlderNewer