andreybogush:

from Color pickers, 2013

05.24.13 @ 08:587

05.22.13 @ 21:3877

05.22.13 @ 21:3110

v5mt:

▐  │ S H Λ ΛΛ Λ N I X │▐│ \/5/\/\T

05.20.13 @ 18:3458

05.20.13 @ 11:3358

ryandonato:

Otaku Gangsta

05.17.13 @ 10:528889

forgethowtotalk:

//CMYKsinSplit //Steup Code is from CMYKsin sketchfloat rColor, gColor, bColor, aColor;int threshold;void setup() {  size(720, 720);  translate(width/2, height/3*2);  threshold = 135;  for (int i=0; i<width; i++) {    for (int j=0; j<height; j++) {      rColor = abs(cos(i)*width/2);      gColor = abs(sin(j)*height/2);      bColor = abs(cos(i+j)*width/2);      aColor = 255;      stroke(rColor, gColor, bColor, aColor);      pushMatrix();      translate((sin(i))*width/5*2, (sin(j))*height/5*2);      rotate(i);      rotate(j);      point(0, 0);      popMatrix();    }  }}void draw() {  loadPixels();  if (threshold < 255) {    for (int k=width; k<width*height-width; k++) {      if (brightness(pixels[k]) > threshold) {        pixels[k-1] = color(        int(red(pixels[k+1])),         int(green(pixels[k+1])),         int(blue(pixels[k+1])),         int(brightness(pixels[k+1]))          );      }       else {        pixels[k-width] = color(        int(red(pixels[k+1])),         int(green(pixels[k+1])),         int(blue(pixels[k+1])),         int(brightness(pixels[k+1]))          );      }    }    threshold = threshold+1;  }   else {    threshold = 100;  }  updatePixels();}

05.17.13 @ 00:0110

quietbabylon:

Dailymail Reporters Will Kill You™
How Mail On Sunday ‘printed’ first plastic gun in UK - and then took it on board Eurostar without being stopped in security scandal

05.12.13 @ 10:074

05.09.13 @ 17:0115

so this happened

05.07.13 @ 22:471

Theme