-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (101 loc) · 2.14 KB
/
index.html
File metadata and controls
101 lines (101 loc) · 2.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html>
<head>
<title>AATree</title>
</head>
<body>
<audio id="myAudio" controls preload autoplay>
<source src="aatree.mp3" type="audio/mpeg">
</audio>
<h1>AATree -- Good things come in small packages!</h1>
<p>Come join the fun.</p>
<ul>
<li>
<p>
Videos
</p>
<ul>
<li>
<p>
<a href="http://aatree.github.io/videos/boot.properties.html">boot.properties</a>
</p>
</li>
<li>
<p>
<a href="http://aatree.github.io/videos/project.clj.html">project.clj</a>
</p>
</li>
<li>
<p>
<a href="http://aatree.github.io/videos/w3c-worker.html">W3C-Worker Demo</a>
</p>
</li>
<li>
<p>
<a href="http://aatree.github.io/videos/tworker.html">TWorker Demo</a>
</p>
</li>
<li>
<p>
<a href="http://aatree.github.io/videos/duracell.html">Duracell Demo</a>
</p>
</li>
</ul>
</li>
<li>
<p>
<a href="https://clojurians.slack.com/messages/aatree/">Slack Channel</a>
</p>
</li>
<li>
<p>
repositories
</p>
<ul>
<li>
<p>
<a href="https://github.com/aatree/aademos">aademos</a>
Simple web applications illustrating/exercising the aatree libraries
</p>
</li>
<li>
<p>
<a href="https://github.com/aatree/durable-cells">durable-cells</a>
Local Storage for Hoplon
</p>
</li>
<li>
<p>
<a href="https://github.com/aatree/aaworker">aaworker</a>
An Extensible Web Worker for Hoplon
</p>
</li>
<li>
<p>
<a href="https://github.com/aatree/aautil">aautil</a>
Snippets of useful cljc code
</p>
</li>
</ul>
</li>
<li>
<p>
Web Workers and CLJC Tooling
</p>
<ul>
<li>
<p>
<a href="http://www.meetup.com/Clojure-NYC/events/229179737/">Talk, Wednesday, March 30, 2016</a>
(NYC Clojure Users Group)
</p>
</li>
<li>
<p>
<a href="http://aatree.github.io/slides/Web%20Workers.pdf">Slides</a> (pdf)
</p>
</li>
</ul>
</li>
</ul>
</body>
</html>