User:Michael Murtaugh: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 1: Line 1:
Hello.
[[File:Jimmy_Wales_answers_the_question_about_internet_censorship_in_China.ogv]]
[[File:Apple Macintosh Plus mouse.jpg]]
<video src="http://automatist.org/video/ipad.melt.webm"></video>
<video src="http://automatist.org/video/ipad.melt.webm"></video>
We talked about [[Human Computation | how to add numbers]] today.
{{vimeo|45743577}}


<canvas width=500 height=300 showsrc=true>
<canvas width=500 height=300 showsrc=true>
Line 22: Line 12:
}
}
</canvas>
</canvas>
{{#ask: [[thumbnail::+]]
| ?thumbnail
| format=gallery
}}

Revision as of 22:19, 23 April 2013

<video src="http://automatist.org/video/ipad.melt.webm"></video>

<canvas width=500 height=300 showsrc=true> function draw() {

 c = document.getElementById("canvas");
 p = c.getContext('2d');
 x = 10;
 while(x<300) {
   p.strokeRect(x, x, 20, 20);
   x += 20;
 }

} </canvas>

{{#ask: thumbnail::+ | ?thumbnail | format=gallery }}