Mercurial > aurellem
diff 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 diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pretty-dyln.html Mon Mar 02 09:51:23 2015 -0800 1.3 @@ -0,0 +1,171 @@ 1.4 +<html> 1.5 + <head> 1.6 + <link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700' 1.7 + rel='stylesheet' type='text/css'/> 1.8 + <link href='http://fonts.googleapis.com/css?family=Titillium+Web:400,700,400italic' rel='stylesheet' type='text/css'> 1.9 + 1.10 + <link href='./css/dyln-dark-4.css' rel='stylesheet' 1.11 + type='text/css'/> 1.12 + </head> 1.13 + <body> 1.14 + 1.15 + <div class="header"> 1.16 + <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> 1.17 + <h1>au<em>r</em>e<em>l</em>le<em>m</em>.org</h1> 1.18 + <h2>science, programming, ideas</h2> 1.19 + </div> 1.20 + <div class="content"> 1.21 + <div class="atmosphere"></div> 1.22 + <table class="toc"> 1.23 + <tr> 1.24 + <th>Ideas Page</th> 1.25 + <td> 1.26 + <p>A list of all the ideas I've had that I felt like 1.27 + writing down for the past ~ 8 years. Some of them could be 1.28 + practical inventions and are "just" waiting the that 95% 1.29 + perspiration to bring them to fruition, some are ideas for 1.30 + science fiction, and some are simple observations. 1.31 + </p> 1.32 + <a href="#">Go to the Ideas Page »</a> 1.33 + </td> 1.34 + </tr> 1.35 + 1.36 + <tr> 1.37 + <th>How-to Guides</th> 1.38 + <td> 1.39 + <ul> 1.40 + <li><a href="../free/html/email.html">How to set up your 1.41 + own Email server</a> 1.42 + </li> 1.43 + <li><a href="../free/html/wiki.html">How to set up your 1.44 + own Wiki</a> 1.45 + <li><a href="../cortex/html/capture-video.html">How to 1.46 + capture live video feeds from JMonkeyEngine</a> 1.47 + </li> 1.48 + </ul> 1.49 + </td> 1.50 + </tr> 1.51 + <tr> 1.52 + <th>Major Projects</th> 1.53 + 1.54 + <td> 1.55 + <h2>Cortex: a virtual world for sensate AI (2014)</h2> 1.56 + <p class="description"> 1.57 + My MEng thesis at MIT, which won the 2014 Charles and 1.58 + Jennifer Johnson Thesis Award — 1st Place! All 1.59 + code and text for the thesis is freely licensed.<br/> 1.60 + <a href="http://aurellem.org/dl/rlm-meng-cortex-final.pdf"> 1.61 + Download PDF of thesis »</a> 1.62 + <a href="http://aurellem.org/dl/cortex-1.0.0.tar.bz2">Download 1.63 + source code (cortex-1.0.0.tar.bz2) »</a> 1.64 + 1.65 + 1.66 + <h3>Demonstrations</h3> 1.67 + <ol> 1.68 + <li> 1.69 + <a href="../cortex/html/world.html">Creating a 1.70 + Virtual World</a> 1.71 + </li> 1.72 + <li> 1.73 + <a href="../cortex/html/util.html">Utilities that 1.74 + Integrate jMonkeyEngine3 into Clojure </a> 1.75 + </li> 1.76 + <li> 1.77 + <a href="../cortex/html/games.html"> Showing off: 1.78 + Games and Examples</a> 1.79 + </li> 1.80 + </ol> 1.81 + <h3>Sensors and effectors</h3> 1.82 + <ol> 1.83 + <li><a href="../cortex/html/sense.html">Preamble: 1.84 + auxillary functions</a> 1.85 + <li><a href="../cortex/html/body.html">Building a 1.86 + Body</a></li> 1.87 + 1.88 + <li><a href="../cortex/html/vision.html">Vision</a></li> 1.89 + 1.90 + <li><a href="../cortex/html/hearing.html">Hearing</a></li> 1.91 + 1.92 + <li><a href="../cortex/html/touch.html">Touch</a></li> 1.93 + 1.94 + <li><a href="../cortex/html/proprioception.html">Proprioception</a></li> 1.95 + 1.96 + <li><a href="../cortex/html/movement.html">Movement</a></li> 1.97 + 1.98 + <li><a href="../cortex/html/integration.html">Integration</a></li> 1.99 + 1.100 + </ol> 1.101 + 1.102 + 1.103 + </p> 1.104 + 1.105 + </td></tr> 1.106 + <tr><th></th><td> 1.107 + <h2>Pokémon Yellow Total Control Hack (2013)</h2> 1.108 + <p class="description"> 1.109 + Just by buying and rearranging certain items and 1.110 + pressing certain buttons in Pokémon Yellow, you 1.111 + can get the game into a state where you can completely 1.112 + reprogram it from the inside. It's the first hack of its 1.113 + kind, and it won a TAS award.<br/><br/> 1.114 + 1.115 + <a href="./vba-clojure/html/total-control.html">Guide to the 1.116 + Pokémon Yellow total control hack »</a> 1.117 + </p> 1.118 + </td> 1.119 + </tr> 1.120 + 1.121 + 1.122 + <tr> 1.123 + <th>Small projects</th> 1.124 + <td> 1.125 + <ul> 1.126 + 1.127 + <li><a href="../cortex/html/capture-video.html">Calling 1.128 + it quits without parentheses</a> 1.129 + <p class="micro">This Clojure script allows you to quit by 1.130 + typing <tt>quit</tt> into the REPL.</p> 1.131 + </li> 1.132 + </ul> 1.133 + 1.134 + 1.135 + </td> 1.136 + </tr> 1.137 + <tr> 1.138 + <th>Essays</th> 1.139 + <td> 1.140 + <ul> 1.141 + 1.142 + <li><a href="../cortex/html/capture-video.html">A 1.143 + universe of human experience</a> 1.144 + </li> 1.145 + </ul> 1.146 + 1.147 + 1.148 + </td> 1.149 + </tr> 1.150 + </table> 1.151 + </div> 1.152 + 1.153 + 1.154 + <div class="footer"> 1.155 + 1.156 + <a rel="license" 1.157 + href="http://creativecommons.org/licenses/by-sa/4.0/"> 1.158 + <img alt="Creative Commons License" style="border-width:0" 1.159 + src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" 1.160 + /></a> 1.161 + 1.162 + ♡2012-2015 Robert McIntyre. Except where otherwise noted, 1.163 + all work on this website is <em>freely available</em> under 1.164 + a <a rel="license" 1.165 + href="http://creativecommons.org/licenses/by-sa/4.0/">Creative 1.166 + Commons Attribution-ShareAlike 4.0 International License</a>. 1.167 + <i>(This means that you are free to use, modify, and 1.168 + re-distribute such work —even commercially— as 1.169 + long as you attribute the original to me and share your 1.170 + modified versions in the same way.)</i> 1.171 + </div> 1.172 + 1.173 + </body> 1.174 +</html>