js fiddling

This commit is contained in:
Mark Pilgrim
2009-03-22 14:51:44 -04:00
parent 8511a902c2
commit 5254c05f86
5 changed files with 47 additions and 33 deletions
+2 -1
View File
@@ -5,6 +5,7 @@
<link rel=stylesheet type=text/css href=dip3.css>
<style>
body{counter-reset:h1 3}
.s{text-decoration:line-through}
</style>
</head>
<form action=http://www.google.com/cse><div><input type=hidden name=cx value=014021643941856155761:l5eihuescdw><input type=hidden name=ie value=UTF-8>&nbsp;<input name=q size=31>&nbsp;<input type=submit name=sa value=Search></div></form>
@@ -100,7 +101,7 @@ La Pe&ntilde;a</pre>
<p>Let's take another look at <a href=your-first-python-program.html#divingin><code>humansize.py</code></a>:
<p class=download>[<a href=humansize.py>download <code>humansize.py</code></a>]
<p class=d>[<a href=humansize.py>download <code>humansize.py</code></a>]
<pre><code>
<a>SUFFIXES = {1000: ['KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'], <span>&#x2460;</span></a>
1024: ['KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB', 'ZiB', 'YiB']}