All public logs

Combined display of all available logs of Medien Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:08, 20 November 2014 Dora talk contribs uploaded File:Pattern B.JPG (int r, g, b; void setup() { size(640, 480); } void draw() { background(255); for(int y=0; y<height; y+=30) for(int x=0; x<width; x+=30) { r=(int)random(150, 255); g=(int)random(0, 255); b=(int)random(40, 255); fill(r, g, b); )