Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Chouser committed Oct 15, 2010
0 parents commit 0d64454
Show file tree
Hide file tree
Showing 7 changed files with 3,012 additions and 0 deletions.
31 changes: 31 additions & 0 deletions chouser.css
@@ -0,0 +1,31 @@
pre.sh_sourceCode .sh_string { font-family: inherit; }
pre.sh_sourceCode .sh_regexp { font-family: inherit; }
pre.sh_sourceCode .sh_specialchar { font-family: inherit; }
pre.sh_sourceCode .sh_linenum { font-family: inherit; }
pre.sh_sourceCode .sh_url { font-family: inherit; }
pre.sh_sourceCode .sh_fixed { font-family: inherit; }

@media print {
.slide:first-child { margin-top: 0; }

.slide .center {
width: 1020px;
height: 740px;
margin: 40px;
}

#preso, .slide {
width: 1020px;
height: 740px;
margin: 40px;
}
pre, code { font-family: DejaVu Sans Mono; }
}

@media screen {
code { font-size: 65%; font-family: DejaVu Sans Mono; }
}

.content {
margin-top: 20px !important;
}
13 changes: 13 additions & 0 deletions chouser.js
@@ -0,0 +1,13 @@
var original_setupMenu = setupMenu;

window.addEventListener('load', function() {
window.setupMenu = function() {
$('#preso').cycle({
speed: 400,
timeout: 0
})

original_setupMenu();
}
});

14 changes: 14 additions & 0 deletions fingertree/fingertree.md
@@ -0,0 +1,14 @@
!SLIDE bullets

# Finger Trees
* Custom Persistent Collections

* <br/>Chris Houser
* a.k.a. Chouser
* Clojure Conj, Oct. 22 2010, Durham

!SLIDE center transition=scrollLeft

# Lookup by count

<embed src="image/fingertree/media/ft-counted-lookup.svg" width="1024" height="768" type="image/svg+xml" />

0 comments on commit 0d64454

Please sign in to comment.