I hereby claim:
- I am thatpixguy on github.
- I am pix (https://keybase.io/pix) on keybase.
- I have a public key ASCM0vDrj2Tud99W1Y4gukOHTa4WXRJmwwvO--yp1zekzAo
To claim this, I am signing this object:
| <html> | |
| <head> | |
| <meta name="apple-mobile-web-app-capable" content="yes"/> | |
| </head> | |
| <body> | |
| <script src="https://ipepe.github.io/show-touches-js/show-touches.js"></script> | |
| </body> | |
| </html> |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
{| void setup() { | |
| size(256,256); | |
| colorMode(RGB,1.0); | |
| for(int x=0;x<width;x++) { | |
| float h = (float)x/width; | |
| float v = 1; | |
| for(int y=0;y<width;y++) { |