Mercurial > aurellem
view html/new.html @ 68:44b864cfe60c
add index.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 19 Apr 2015 03:55:29 -0700 |
parents | e24672e0365d |
children | 2d51f322ea86 |
line wrap: on
line source
1 <?xml version="1.0" encoding="utf-8"?>2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">5 <head>6 <title>Aurellem</title>7 <!-- 2015-04-12 Sun 19:21 -->8 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />9 <meta name="generator" content="Org-mode" />10 <meta name="author" content="Robert McIntyre" />11 <style type="text/css">12 <!--/*--><![CDATA[/*><!--*/13 .title { text-align: center; }14 .todo { font-family: monospace; color: red; }15 .done { font-family: monospace; color: green; }16 .priority { font-family: monospace; color: orange; }17 .tag { background-color: #eee; font-family: monospace;18 padding: 2px; font-size: 80%; font-weight: normal; }19 .timestamp { color: #bebebe; }20 .timestamp-kwd { color: #5f9ea0; }21 .right { margin-left: auto; margin-right: 0px; text-align: right; }22 .left { margin-left: 0px; margin-right: auto; text-align: left; }23 .center { margin-left: auto; margin-right: auto; text-align: center; }24 .underline { text-decoration: underline; }25 #postamble p, #preamble p { font-size: 90%; margin: .2em; }26 p.verse { margin-left: 3%; }27 pre {28 border: 1px solid #ccc;29 box-shadow: 3px 3px 3px #eee;30 padding: 8pt;31 font-family: monospace;32 overflow: auto;33 margin: 1.2em;34 }35 pre.src {36 position: relative;37 overflow: visible;38 padding-top: 1.2em;39 }40 pre.src:before {41 display: none;42 position: absolute;43 background-color: white;44 top: -10px;45 right: 10px;46 padding: 3px;47 border: 1px solid black;48 }49 pre.src:hover:before { display: inline;}50 pre.src-sh:before { content: 'sh'; }51 pre.src-bash:before { content: 'sh'; }52 pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }53 pre.src-R:before { content: 'R'; }54 pre.src-perl:before { content: 'Perl'; }55 pre.src-java:before { content: 'Java'; }56 pre.src-sql:before { content: 'SQL'; }58 table { border-collapse:collapse; }59 caption.t-above { caption-side: top; }60 caption.t-bottom { caption-side: bottom; }61 td, th { vertical-align:top; }62 th.right { text-align: center; }63 th.left { text-align: center; }64 th.center { text-align: center; }65 td.right { text-align: right; }66 td.left { text-align: left; }67 td.center { text-align: center; }68 dt { font-weight: bold; }69 .footpara:nth-child(2) { display: inline; }70 .footpara { display: block; }71 .footdef { margin-bottom: 1em; }72 .figure { padding: 1em; }73 .figure p { text-align: center; }74 .inlinetask {75 padding: 10px;76 border: 2px solid gray;77 margin: 10px;78 background: #ffffcc;79 }80 #org-div-home-and-up81 { text-align: right; font-size: 70%; white-space: nowrap; }82 textarea { overflow-x: auto; }83 .linenr { font-size: smaller }84 .code-highlighted { background-color: #ffff00; }85 .org-info-js_info-navigation { border-style: none; }86 #org-info-js_console-label87 { font-size: 10px; font-weight: bold; white-space: nowrap; }88 .org-info-js_search-highlight89 { background-color: #ffff00; color: #000000; font-weight: bold; }90 /*]]>*/-->91 </style>92 <script type="text/javascript">93 /*94 @licstart The following is the entire license notice for the95 JavaScript code in this tag.97 Copyright (C) 2012-2013 Free Software Foundation, Inc.99 The JavaScript code in this tag is free software: you can100 redistribute it and/or modify it under the terms of the GNU101 General Public License (GNU GPL) as published by the Free Software102 Foundation, either version 3 of the License, or (at your option)103 any later version. The code is distributed WITHOUT ANY WARRANTY;104 without even the implied warranty of MERCHANTABILITY or FITNESS105 FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.107 As additional permission under GNU GPL version 3 section 7, you108 may distribute non-source (e.g., minimized or compacted) forms of109 that code without the copy of the GNU GPL normally required by110 section 4, provided you include this license notice and a URL111 through which recipients can access the Corresponding Source.114 @licend The above is the entire license notice115 for the JavaScript code in this tag.116 */117 <!--/*--><![CDATA[/*><!--*/118 function CodeHighlightOn(elem, id)119 {120 var target = document.getElementById(id);121 if(null != target) {122 elem.cacheClassElem = elem.className;123 elem.cacheClassTarget = target.className;124 target.className = "code-highlighted";125 elem.className = "code-highlighted";126 }127 }128 function CodeHighlightOff(elem, id)129 {130 var target = document.getElementById(id);131 if(elem.cacheClassElem)132 elem.className = elem.cacheClassElem;133 if(elem.cacheClassTarget)134 target.className = elem.cacheClassTarget;135 }136 /*]]>*///-->137 </script>138 </head>139 <body>140 <div id="content">141 <h1 class="title">Aurellem</h1>142 <div id="table-of-contents">143 <h2>Table of Contents</h2>144 <div id="text-table-of-contents">145 <ul>146 <li><a href="#sec-1">1. Ideas</a></li>147 <li><a href="#sec-2">2. 2014 : <code>CORTEX</code>, a Vitural World for Sensate AI</a></li>148 <li><a href="#sec-3">3. 2013 : Pokemon Yellow Total Control Hack</a></li>149 <li><a href="#sec-4">4. Projects</a></li>150 <li><a href="#sec-5">5. How-To guides</a></li>151 <li><a href="#sec-6">6. Essays</a></li>152 <li><a href="#sec-7">7. About Me page</a></li>153 </ul>154 </div>155 </div>156 <p>157 (About me)158 </p>160 <div id="outline-container-sec-1" class="outline-2">161 <h2 id="sec-1"><span class="section-number-2">1</span> Ideas</h2>162 </div>164 <div id="outline-container-sec-2" class="outline-2">165 <h2 id="sec-2"><span class="section-number-2">2</span> 2014 : <code>CORTEX</code>, a Vitural World for Sensate AI</h2>166 </div>168 <div id="outline-container-sec-3" class="outline-2">169 <h2 id="sec-3"><span class="section-number-2">3</span> 2013 : Pokemon Yellow Total Control Hack</h2>170 </div>172 <div id="outline-container-sec-4" class="outline-2">173 <h2 id="sec-4"><span class="section-number-2">4</span> Projects</h2>174 <div class="outline-text-2" id="text-4">175 <ul class="org-ul">176 <li>Brutal Comments (rule over your comments section like a tyrant!)</li>177 <li>Marble Paintings</li>178 <li>LFS package system</li>179 <li>pony-stories</li>180 <li>cold-storage</li>181 <li>Background subtration + top-down vision</li>182 <li>society of mind webpage</li>183 <li>jmeCapture</li>184 <li>pokemon types</li>185 <li>poly-vitrification</li>186 <li>hardware stuff with tan + limdo</li>187 <li>sussman book recs</li>188 </ul>189 </div>190 </div>192 <div id="outline-container-sec-5" class="outline-2">193 <h2 id="sec-5"><span class="section-number-2">5</span> How-To guides</h2>194 <div class="outline-text-2" id="text-5">195 <ul class="org-ul">196 <li>wiki</li>197 <li>email</li>198 <li>6.949 scheme guide</li>199 </ul>200 </div>201 </div>203 <div id="outline-container-sec-6" class="outline-2">204 <h2 id="sec-6"><span class="section-number-2">6</span> Essays</h2>205 <div class="outline-text-2" id="text-6">206 <ul class="org-ul">207 <li>Star Trek is Evil</li>208 <li>The Stars and the Pond Scum</li>209 <li>Meaning, Mind, and Stories</li>210 <li>The Server Culture</li>211 <li>Universe of Human Experience</li>212 <li>Thoughts on Patents</li>213 </ul>214 </div>215 </div>217 <div id="outline-container-sec-7" class="outline-2">218 <h2 id="sec-7"><span class="section-number-2">7</span> About Me page</h2>219 <div class="outline-text-2" id="text-7">220 <ul class="org-ul">221 <li>alcor</li>222 <li>bitcoin</li>223 <li>public key</li>224 </ul>225 </div>226 </div>227 </div>228 <div id="postamble" class="status">229 <p class="author">Author: Robert McIntyre</p>230 <p class="date">Created: 2015-04-12 Sun 19:21</p>231 <p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 24.4.1 (<a href="http://orgmode.org">Org</a> mode 8.3beta)</p>232 <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>233 </div>234 </body>235 </html>