Mercurial > aurellem
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 like24 writing down for the past ~ 8 years. Some of them could be25 practical inventions and are "just" waiting the that 95%26 perspiration to bring them to fruition, some are ideas for27 science fiction, and some are simple observations.28 </p>29 <a href="#">Go to the Ideas Page »</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 your38 own Email server</a>39 </li>40 <li><a href="../free/html/wiki.html">How to set up your41 own Wiki</a>42 <li><a href="../cortex/html/capture-video.html">How to43 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 and55 Jennifer Johnson Thesis Award — 1st Place! All56 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 »</a> 59 <a href="http://aurellem.org/dl/cortex-1.0.0.tar.bz2">Download60 source code (cortex-1.0.0.tar.bz2) »</a>63 <h3>Demonstrations</h3>64 <ol>65 <li>66 <a href="../cortex/html/world.html">Creating a67 Virtual World</a>68 </li>69 <li>70 <a href="../cortex/html/util.html">Utilities that71 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 a83 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émon Yellow Total Control Hack (2013)</h2>105 <p class="description">106 Just by buying and rearranging certain items and107 pressing certain buttons in Pokémon Yellow, you108 can get the game into a state where you can completely109 reprogram it from the inside. It's the first hack of its110 kind, and it won a TAS award.<br/><br/>112 <a href="./vba-clojure/html/total-control.html">Guide to the113 Pokémon Yellow total control hack »</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">Calling125 it quits without parentheses</a>126 <p class="micro">This Clojure script allows you to quit by127 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">A140 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 ♡2012-2015 Robert McIntyre. Except where otherwise noted,160 all work on this website is <em>freely available</em> under161 a <a rel="license"162 href="http://creativecommons.org/licenses/by-sa/4.0/">Creative163 Commons Attribution-ShareAlike 4.0 International License</a>.164 <i>(This means that you are free to use, modify, and165 re-distribute such work —even commercially— as166 long as you attribute the original to me and share your167 modified versions in the same way.)</i>168 </div>170 </body>171 </html>