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:07, 20 November 2014 Dora talk contribs uploaded File:Pattern A.JPG (int r, g, b; void setup() { size(600, 600); noStroke(); for(int y=0; y<height; y+=20) for(int x=0; x<width; x+=30) { r=(int)random(28); g=(int)random(162); b=(int)random(89); fill(r, g, b); ellipse(x, y, 30, 20); rect (x, y, 30, 20))