comparison org/index.org @ 43:20f9b0e79cce

resolved mess.
author Robert McIntyre <rlm@mit.edu>
date Sat, 13 Jul 2013 03:04:59 -0400
parents 50eaf30eceec
children d6c9c6db44c0
comparison
equal deleted inserted replaced
42:50eaf30eceec 43:20f9b0e79cce
6 #+SETUPFILE: ../../aurellem/org/setup.org 6 #+SETUPFILE: ../../aurellem/org/setup.org
7 #+INCLUDE: ../../aurellem/org/level-0.org 7 #+INCLUDE: ../../aurellem/org/level-0.org
8 #+OPTIONS: toc:nil, num:nil 8 #+OPTIONS: toc:nil, num:nil
9 9
10 ** Adventures in coding 10 ** Adventures in coding
11 <<<<<<< local
12 - [[../abomination/html/no_parens.html][Calling it quits without parentheses]]
13 - [[../cortex/html/capture-video.html][Capture live video feeds from JMonkeyEngine]]
14 =======
15 - [[../abomination/html/no_parens.html][Calling it quits without parentheses]] 11 - [[../abomination/html/no_parens.html][Calling it quits without parentheses]]
16 - [[../cortex/html/capture-video.html][Capture live video feeds from JMonkeyEngine]] 12 - [[../cortex/html/capture-video.html][Capture live video feeds from JMonkeyEngine]]
17 13
18 >>>>>>> other
19 ** Academic 14 ** Academic
20 - [[../dylan/html/quandary.html][Bugs in quantum mechanics]] 15 - [[../dylan/html/quandary.html][Bugs in quantum mechanics]]
21 - [[../dylan/html/visualizing-reason.html][A category-theoretic view of inductive reasoning]] 16 - [[../dylan/html/visualizing-reason.html][A category-theoretic view of inductive reasoning]]
22 - [[../jaynes/html/stat-mech.html][Jaynes' /Statistical Mechanics/]] 17 - [[../jaynes/html/stat-mech.html][Jaynes' /Statistical Mechanics/]]
23 - [[../cortex/html/ai-journal-review.html][Interesting Articles from /Artificial Intelligence/]] 18 - [[../cortex/html/ai-journal-review.html][Interesting Articles from /Artificial Intelligence/]]
24 19
25 ** Cortex: a virtual world for sensate AI 20 ** Cortex: a virtual world for sensate AI
26 <<<<<<< local
27 1. [[../cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]]
28 2. [[../cortex/html/setup.html][Installing jMonkeyEngine3, a 3D Game Engine]]
29 3. [[../cortex/html/world.html][Creating a Virtual World]]
30 4. [[../cortex/html/util.html][Utilities that Integrate jMonkeyEngine3 into Clojure ]]
31 5. [[../cortex/html/games.html][ Showing off: Games and Examples]]
32 6. *Sensors and effectors*
33 1. [[../cortex/html/sense.html][Preamble: auxillary functions]]
34 2. [[../cortex/html/body.html][Building a Body]]
35 3. [[../cortex/html/vision.html][Vision]]
36 4. [[../cortex/html/hearing.html][Hearing]]
37 5. [[../cortex/html/touch.html][Touch]]
38 6. [[../cortex/html/proprioception.html][Proprioception]]
39 7. [[../cortex/html/movement.html][Movement]]
40 8. [[../cortex/html/integration.html][Integration]]
41 7. [[../cortex/html/gabor.html][Gabor Filters]]
42
43 ** Quantitative design
44 - [[../dylan/resolution.svg][Display resolutions, simplified.]] Intended to become a replacement
45 for [[http://en.wikipedia.org/wiki/File:Vector_Video_Standards4.svg][this Wikipedia graphic]].
46 =======
47 1. [[../cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]] 21 1. [[../cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]]
48 2. [[../cortex/html/setup.html][Installing jMonkeyEngine3, a 3D Game Engine]] 22 2. [[../cortex/html/setup.html][Installing jMonkeyEngine3, a 3D Game Engine]]
49 3. [[../cortex/html/world.html][Creating a Virtual World]] 23 3. [[../cortex/html/world.html][Creating a Virtual World]]
50 4. [[../cortex/html/util.html][Utilities that Integrate jMonkeyEngine3 into Clojure ]] 24 4. [[../cortex/html/util.html][Utilities that Integrate jMonkeyEngine3 into Clojure ]]
51 5. [[../cortex/html/games.html][ Showing off: Games and Examples]] 25 5. [[../cortex/html/games.html][ Showing off: Games and Examples]]
57 5. [[../cortex/html/touch.html][Touch]] 31 5. [[../cortex/html/touch.html][Touch]]
58 6. [[../cortex/html/proprioception.html][Proprioception]] 32 6. [[../cortex/html/proprioception.html][Proprioception]]
59 7. [[../cortex/html/movement.html][Movement]] 33 7. [[../cortex/html/movement.html][Movement]]
60 8. [[../cortex/html/integration.html][Integration]] 34 8. [[../cortex/html/integration.html][Integration]]
61 7. [[../cortex/html/gabor.html][Gabor Filters]] 35 7. [[../cortex/html/gabor.html][Gabor Filters]]
62 36
63 >>>>>>> other 37 ** Quantitative design
38 - [[../dylan/resolution.svg][Display resolutions, simplified.]] Intended to become a replacement
39 for [[http://en.wikipedia.org/wiki/File:Vector_Video_Standards4.svg][this Wikipedia graphic]].
40
64 ** Pok\eacute{}mon 41 ** Pok\eacute{}mon
65 - [[../pokemon-types/html/types.html][Best-first search for effective Pok\eacute{}mon types]] 42 - [[../pokemon-types/html/types.html][Best-first search for effective Pok\eacute{}mon types]]
66 - [[../pokemon-types/html/lpsolve.html][Discovering effective Pok\eacute{}mon types using linear optimization.]] 43 - [[../pokemon-types/html/lpsolve.html][Discovering effective Pok\eacute{}mon types using linear optimization.]]
67 - [[../vba-clojure/html/rom.html][Notes on deconstructing Pok\eacute{}mon Yellow]] 44 - [[../vba-clojure/html/rom.html][Notes on deconstructing Pok\eacute{}mon Yellow]]
68 - [[http://web.mit.edu/dxh/www/guess/][9 Questions with Pok\eacute{}mon]] 45 - [[http://web.mit.edu/dxh/www/guess/][9 Questions with Pok\eacute{}mon]]
69 - [[http://aurellem.org/pokeclass/html/idtree.html][How /9 Questions with Pok\eacute{}mon/ was made.]] 46 - [[http://aurellem.org/pokeclass/html/idtree.html][How /9 Questions with Pok\eacute{}mon/ was made.]]
70 - [[./vba-clojure/html/total-control.html][Pok\eacute{}mon Yellow Total Control Hack]] 47 - [[./vba-clojure/html/total-control.html][Pok\eacute{}mon Yellow Total Control Hack]]
71 48
72 ** Thoughts 49 ** Thoughts
73 <<<<<<< local
74 - [[../dylan/html/science.html][Science Minus Science]]
75 - [[../thoughts/html/man-years.html][A Universe of Human Experience]]
76 - [[../thoughts/html/emacs-password.html][Emacs Password Security]]
77 - [[../server/html/server.html][The Server Culture]]
78 - [[../thoughts/html/patents.html][Thoughts on Patents]]
79 =======
80 - [[../dylan/html/science.html][Science Minus Science]] 50 - [[../dylan/html/science.html][Science Minus Science]]
81 - [[../thoughts/html/man-years.html][A Universe of Human Experience]] 51 - [[../thoughts/html/man-years.html][A Universe of Human Experience]]
82 - [[../thoughts/html/emacs-password.html][Emacs Password Security]] 52 - [[../thoughts/html/emacs-password.html][Emacs Password Security]]
83 - [[../server/html/server.html][The Server Culture]] 53 - [[../server/html/server.html][The Server Culture]]
84 - [[../thoughts/html/patents.html][Thoughts on Patents]] 54 - [[../thoughts/html/patents.html][Thoughts on Patents]]
85 - [[../thoughts/html/ideas.html][Ideas]]>>>>>>> other 55 - [[../thoughts/html/ideas.html][Ideas]]
56
57