view pretty-dyln.html @ 62:fb5ea1d5bbe9

fixed the author macro to work!
author Robert McIntyre <rlm@mit.edu>
date Mon, 02 Mar 2015 09:51:23 -0800
parents
children
line wrap: on
line source
1 <html>
2 <head>
3 <link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700'
4 rel='stylesheet' type='text/css'/>
5 <link href='http://fonts.googleapis.com/css?family=Titillium+Web:400,700,400italic' rel='stylesheet' type='text/css'>
7 <link href='./css/dyln-dark-4.css' rel='stylesheet'
8 type='text/css'/>
9 </head>
10 <body>
12 <div class="header">
13 <span class="authors"><author><em>R</em>obert <em>L</em>. <em><strong>M</strong></em>c<strong>I</strong>n<strong>t</strong>yre</author>'s blog</span>
14 <h1>au<em>r</em>e<em>l</em>le<em>m</em>.org</h1>
15 <h2>science, programming, ideas</h2>
16 </div>
17 <div class="content">
18 <div class="atmosphere"></div>
19 <table class="toc">
20 <tr>
21 <th>Ideas Page</th>
22 <td>
23 <p>A list of all the ideas I've had that I felt like
24 writing down for the past ~ 8 years. Some of them could be
25 practical inventions and are "just" waiting the that 95%
26 perspiration to bring them to fruition, some are ideas for
27 science fiction, and some are simple observations.
28 </p>
29 <a href="#">Go to the Ideas Page &raquo;</a>
30 </td>
31 </tr>
33 <tr>
34 <th>How-to Guides</th>
35 <td>
36 <ul>
37 <li><a href="../free/html/email.html">How to set up your
38 own Email server</a>
39 </li>
40 <li><a href="../free/html/wiki.html">How to set up your
41 own Wiki</a>
42 <li><a href="../cortex/html/capture-video.html">How to
43 capture live video feeds from JMonkeyEngine</a>
44 </li>
45 </ul>
46 </td>
47 </tr>
48 <tr>
49 <th>Major Projects</th>
51 <td>
52 <h2>Cortex: a virtual world for sensate AI (2014)</h2>
53 <p class="description">
54 My MEng thesis at MIT, which won the 2014 Charles and
55 Jennifer Johnson Thesis Award &mdash; 1st Place! All
56 code and text for the thesis is freely licensed.<br/>
57 <a href="http://aurellem.org/dl/rlm-meng-cortex-final.pdf">
58 Download PDF of thesis &raquo;</a> &nbsp;&nbsp;&nbsp;
59 <a href="http://aurellem.org/dl/cortex-1.0.0.tar.bz2">Download
60 source code (cortex-1.0.0.tar.bz2) &raquo;</a>
63 <h3>Demonstrations</h3>
64 <ol>
65 <li>
66 <a href="../cortex/html/world.html">Creating a
67 Virtual World</a>
68 </li>
69 <li>
70 <a href="../cortex/html/util.html">Utilities that
71 Integrate jMonkeyEngine3 into Clojure </a>
72 </li>
73 <li>
74 <a href="../cortex/html/games.html"> Showing off:
75 Games and Examples</a>
76 </li>
77 </ol>
78 <h3>Sensors and effectors</h3>
79 <ol>
80 <li><a href="../cortex/html/sense.html">Preamble:
81 auxillary functions</a>
82 <li><a href="../cortex/html/body.html">Building a
83 Body</a></li>
85 <li><a href="../cortex/html/vision.html">Vision</a></li>
87 <li><a href="../cortex/html/hearing.html">Hearing</a></li>
89 <li><a href="../cortex/html/touch.html">Touch</a></li>
91 <li><a href="../cortex/html/proprioception.html">Proprioception</a></li>
93 <li><a href="../cortex/html/movement.html">Movement</a></li>
95 <li><a href="../cortex/html/integration.html">Integration</a></li>
97 </ol>
100 </p>
102 </td></tr>
103 <tr><th></th><td>
104 <h2>Pok&eacute;mon Yellow Total Control Hack (2013)</h2>
105 <p class="description">
106 Just by buying and rearranging certain items and
107 pressing certain buttons in Pok&eacute;mon Yellow, you
108 can get the game into a state where you can completely
109 reprogram it from the inside. It's the first hack of its
110 kind, and it won a TAS award.<br/><br/>
112 <a href="./vba-clojure/html/total-control.html">Guide to the
113 Pok&eacute;mon Yellow total control hack &raquo;</a>
114 </p>
115 </td>
116 </tr>
119 <tr>
120 <th>Small projects</th>
121 <td>
122 <ul>
124 <li><a href="../cortex/html/capture-video.html">Calling
125 it quits without parentheses</a>
126 <p class="micro">This Clojure script allows you to quit by
127 typing <tt>quit</tt> into the REPL.</p>
128 </li>
129 </ul>
132 </td>
133 </tr>
134 <tr>
135 <th>Essays</th>
136 <td>
137 <ul>
139 <li><a href="../cortex/html/capture-video.html">A
140 universe of human experience</a>
141 </li>
142 </ul>
145 </td>
146 </tr>
147 </table>
148 </div>
151 <div class="footer">
153 <a rel="license"
154 href="http://creativecommons.org/licenses/by-sa/4.0/">
155 <img alt="Creative Commons License" style="border-width:0"
156 src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"
157 /></a>
159 &#x2661;2012-2015 Robert McIntyre. Except where otherwise noted,
160 all work on this website is <em>freely available</em> under
161 a <a rel="license"
162 href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
163 Commons Attribution-ShareAlike 4.0 International License</a>.
164 <i>(This means that you are free to use, modify, and
165 re-distribute such work &mdash;even commercially&mdash; as
166 long as you attribute the original to me and share your
167 modified versions in the same way.)</i>
168 </div>
170 </body>
171 </html>