Monday, 2. May 2005

blinkenlights for kaiserslautern

gerade jetzt leuchtet das rathaus wie verrückt, auf der Westseite.

Alarmanlage oder blinkenlights, jedenfalls schauts geil aus.
QR barcode by i-nigma.com/CreateBarcodes
leobard - 2. May, 21:52

echt cool!!


020200 - 10. May, 23:50

Für leute, die http://www.processing.org lieben und haben. So in etwa sah das aus:

// rathausripoff
// quick sketch m.wisniowski
// http://www.node3000.org/020200

Blink[] blink_array;
int num = 0;

void setup() {
size(160,140,P3D);
framerate(40);
background(255);
blink_array = new Blink[36];
for (int i = 0; i < 6; i++) {
for (int j = 0; j < 5; j++) {
blink_array[num] = new Blink(i, j);
num++;
}
}
}

void draw() {
for (int i = 0; i < 30; i++) {
blink_array[i].go();
}
}

class Blink {
int binit = (int)random(32)+5;
int brate = binit;
int x, y;

Blink (int i, int j) {
x = i;
y = j;
println("X:"+x);
println("Y:"+y);
}

void go()
{
brate--;
if (brate < 0) {
brate = binit;
fill(0);
} else {
fill(255);
}
rect(x*20+20, y*20+20, 17, 17);
}
}
icon

semantic weltbild 2.0

Building the Semantic Web is easier together

and then...

foaf explorer
foaf

Geo Visitors Map
I am a hard bloggin' scientist. Read the Manifesto.
www.flickr.com
lebard's photos More of lebard's photos
Skype Me™!

Search

 

Users Status

You are not logged in.

I support

Wikipedia Affiliate Button

Archive

May 2005
Sun
Mon
Tue
Wed
Thu
Fri
Sat
 1 
 4 
 6 
 7 
 8 
14
15
20
21
24
25
26
28
29
30
31
 
 
 
 
 

Credits


austriaca
Chucknorrism
digitalcouch
gnowsis
Jesus
NeueHeimat
route planning
SemWeb
travel
zoot
Profil
Logout
Subscribe Weblog