This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script> | |
function loaded() { | |
var canvas = document.getElementById("canvas") | |
var img = document.getElementById("ascii") | |
ctx = canvas.getContext("2d") | |
ctx.drawImage(img,0,0) | |
//window.open(canvas.toDataURL(), "new") | |
//alert(canvas.toDataURL()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<style> | |
*{ | |
margin: 0; | |
padding: 0; | |
} | |
#input { | |
position: absolute; | |
top: 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<script src="jquery.js"></script> | |
<script src="json2.js"></script> | |
<script> | |
var start = 1269823940545 | |
function rand(x) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face { | |
font-family: 'Steinem'; | |
src: url('http://kernest.com/embed/steinem'), url('http://kernest.com/embed/steinem#steinem') format('svg'); | |
} | |
*{ | |
font-family: Steinem !important; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
julieta: 396896 | |
bands: 398365 | |
todo: 399506 | |
pure: 399609 | |
lines: 400867 | |
scripter: 407668 | |
rv: 409898 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
.text { | |
font-family: Helvetica, Arial; | |
} | |
</style> | |
<h1>My favorite Spanish singers/bands</h1> | |
<pre class="text"> | |
• Julieta Venegas | |
• Aterciopelados |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>To do</h1> | |
lots of stuff |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>Quote by Peter Seibel</h1> | |
<pre style="font-family: Helvetica, Arial"> | |
Yet there's often a tension between small, elegant jewels | |
and sprawling practical balls of mud. | |
A small, perfect jewel is easy to understand and it doesn't have | |
any warts but then you have to build more stuff | |
on top of it to do anything. So everybody reimplements the same things over and over | |
and that leads to a different kind of bloat and ugliness. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<style> | |
textarea { | |
width: 500px; | |
height: 400px; | |
} | |
</style> | |
<script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<meta name = "viewport" | |
content = "user-scalable = no, maximum-scale=1.0, initial-scale = 1.0, width = device-width, height = device-height"> | |
<script> | |
lt="qwertyuiopasdfghjklzxcvbnm " | |
lt+="1234567890" |