-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path2011-05-24.html
52 lines (40 loc) · 1.95 KB
/
2011-05-24.html
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
<html>
<head>
<title>2001 05 24 was JavaScript night</title>
<link rel="stylesheet" type="text/css" href="brisfunctional.css"/>
</head>
<body>
<h1>Awesome</h1>
<p>JavaScript night was cool. We had over 40 people in, here's a collection of relevant linkage:</p>
<h2>Joel's "Functional JS" intro</h2>
<ul>
<li><a href="http://www.jslint.com/">Does it lint?</a></li>
<li><a href="http://oreilly.com/catalog/9780596517748">The Good Parts</a></li>
<li><a href="https://docs.google.com/present/view?id=dhjs8g7x_26skcr6kfr&pli=1">Slides from Joel's talk</a></li>
<li><a href="http://jsninja.com/">Secrets of the JavaScript Ninja</a></li>
<li><a href="http://ejohn.org/apps/learn/">Interactive tutorial of code exercises from JS Ninja</a></li>
</ul>
<h2>JP's Bluebox, Health & Safety</h2>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Blue_box">Blue Box</a></li>
<li><a href="http://www.pouet.net/prod.php?which=55792">Health & Safety</a></li>
<li><a href="https://wiki.mozilla.org/Audio_Data_API">Mozilla Audio Data API</a></li>
</ul>
<h2>Joey's CoffeeScript & Fractals</h2>
<ul>
<li><a href="http://hwi.ath.cx/javascript/fractals/julia4d.html">Julia 4D</a></li>
<li><a href="http://jashkenas.github.com/coffee-script/">CoffeeScript</a></li>
<li><a href="http://hwi.ath.cx/javascript/fractals/mandelbox.html">Mandelbrot 3D</a></li>
</ul>
<h2>Thom & Matthew on node.js</h2>
<ul>
<li><a href="http://nodejs.org/">node.js</a></li>
<li><a href="http://socket.io/">socket.io</a></li>
<li><a href="https://code.google.com/apis/discovery/">google apis</a></li>
<li><a href="https://github.com/BrisFunctional/node-multilang-chat">Code on github</a></li>
<li><a href="http://www.joyent.com/">Joyent (node hosting)</a></li>
<li><a href="http://72.2.127.162:1337/node.svg">Node "slides"</a> (use FF or Chrome & arrow-keys)</li>
<li><a href="http://72.2.127.162:1337/">LIVE multi-lang chat on Joyent</a> (Chrome only, it seems)</li>
</ul>
</body>
</html>