Mercurial > aurellem
changeset 43:20f9b0e79cce
resolved mess.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 13 Jul 2013 03:04:59 -0400 |
parents | 50eaf30eceec |
children | d6c9c6db44c0 |
files | org/index.org org/index.org.orig |
diffstat | 2 files changed, 8 insertions(+), 88 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/org/index.org Sat Jul 13 08:03:56 2013 +0100 1.2 +++ b/org/index.org Sat Jul 13 03:04:59 2013 -0400 1.3 @@ -8,14 +8,9 @@ 1.4 #+OPTIONS: toc:nil, num:nil 1.5 1.6 ** Adventures in coding 1.7 -<<<<<<< local 1.8 -- [[../abomination/html/no_parens.html][Calling it quits without parentheses]] 1.9 -- [[../cortex/html/capture-video.html][Capture live video feeds from JMonkeyEngine]] 1.10 -======= 1.11 - [[../abomination/html/no_parens.html][Calling it quits without parentheses]] 1.12 - [[../cortex/html/capture-video.html][Capture live video feeds from JMonkeyEngine]] 1.13 1.14 ->>>>>>> other 1.15 ** Academic 1.16 - [[../dylan/html/quandary.html][Bugs in quantum mechanics]] 1.17 - [[../dylan/html/visualizing-reason.html][A category-theoretic view of inductive reasoning]] 1.18 @@ -23,27 +18,6 @@ 1.19 - [[../cortex/html/ai-journal-review.html][Interesting Articles from /Artificial Intelligence/]] 1.20 1.21 ** Cortex: a virtual world for sensate AI 1.22 -<<<<<<< local 1.23 -1. [[../cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]] 1.24 -2. [[../cortex/html/setup.html][Installing jMonkeyEngine3, a 3D Game Engine]] 1.25 -3. [[../cortex/html/world.html][Creating a Virtual World]] 1.26 -4. [[../cortex/html/util.html][Utilities that Integrate jMonkeyEngine3 into Clojure ]] 1.27 -5. [[../cortex/html/games.html][ Showing off: Games and Examples]] 1.28 -6. *Sensors and effectors* 1.29 - 1. [[../cortex/html/sense.html][Preamble: auxillary functions]] 1.30 - 2. [[../cortex/html/body.html][Building a Body]] 1.31 - 3. [[../cortex/html/vision.html][Vision]] 1.32 - 4. [[../cortex/html/hearing.html][Hearing]] 1.33 - 5. [[../cortex/html/touch.html][Touch]] 1.34 - 6. [[../cortex/html/proprioception.html][Proprioception]] 1.35 - 7. [[../cortex/html/movement.html][Movement]] 1.36 - 8. [[../cortex/html/integration.html][Integration]] 1.37 -7. [[../cortex/html/gabor.html][Gabor Filters]] 1.38 - 1.39 -** Quantitative design 1.40 -- [[../dylan/resolution.svg][Display resolutions, simplified.]] Intended to become a replacement 1.41 - for [[http://en.wikipedia.org/wiki/File:Vector_Video_Standards4.svg][this Wikipedia graphic]]. 1.42 -======= 1.43 1. [[../cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]] 1.44 2. [[../cortex/html/setup.html][Installing jMonkeyEngine3, a 3D Game Engine]] 1.45 3. [[../cortex/html/world.html][Creating a Virtual World]] 1.46 @@ -59,8 +33,11 @@ 1.47 7. [[../cortex/html/movement.html][Movement]] 1.48 8. [[../cortex/html/integration.html][Integration]] 1.49 7. [[../cortex/html/gabor.html][Gabor Filters]] 1.50 - 1.51 ->>>>>>> other 1.52 + 1.53 +** Quantitative design 1.54 + - [[../dylan/resolution.svg][Display resolutions, simplified.]] Intended to become a replacement 1.55 + for [[http://en.wikipedia.org/wiki/File:Vector_Video_Standards4.svg][this Wikipedia graphic]]. 1.56 + 1.57 ** Pok\eacute{}mon 1.58 - [[../pokemon-types/html/types.html][Best-first search for effective Pok\eacute{}mon types]] 1.59 - [[../pokemon-types/html/lpsolve.html][Discovering effective Pok\eacute{}mon types using linear optimization.]] 1.60 @@ -70,16 +47,11 @@ 1.61 - [[./vba-clojure/html/total-control.html][Pok\eacute{}mon Yellow Total Control Hack]] 1.62 1.63 ** Thoughts 1.64 -<<<<<<< local 1.65 -- [[../dylan/html/science.html][Science Minus Science]] 1.66 -- [[../thoughts/html/man-years.html][A Universe of Human Experience]] 1.67 -- [[../thoughts/html/emacs-password.html][Emacs Password Security]] 1.68 -- [[../server/html/server.html][The Server Culture]] 1.69 -- [[../thoughts/html/patents.html][Thoughts on Patents]] 1.70 -======= 1.71 - [[../dylan/html/science.html][Science Minus Science]] 1.72 - [[../thoughts/html/man-years.html][A Universe of Human Experience]] 1.73 - [[../thoughts/html/emacs-password.html][Emacs Password Security]] 1.74 - [[../server/html/server.html][The Server Culture]] 1.75 - [[../thoughts/html/patents.html][Thoughts on Patents]] 1.76 - - [[../thoughts/html/ideas.html][Ideas]]>>>>>>> other 1.77 + - [[../thoughts/html/ideas.html][Ideas]] 1.78 + 1.79 +
2.1 --- a/org/index.org.orig Sat Jul 13 08:03:56 2013 +0100 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,52 +0,0 @@ 2.4 -#+title: Our Blog Entries 2.5 -#+author: Robert McIntyre & Dylan Holmes 2.6 -#+email: rlm@mit.edu 2.7 -#+description: A Blog on AI, quantum mechanics, philosophy, and all sorts of coding goodies in clojure, java, C and more! 2.8 -#+keywords: AI, clojure, quantum mechanics 2.9 -#+SETUPFILE: ../../aurellem/org/setup.org 2.10 -#+INCLUDE: ../../aurellem/org/level-0.org 2.11 -#+OPTIONS: toc:nil, num:nil 2.12 - 2.13 -** Adventures in coding 2.14 -- [[../abomination/html/no_parens.html][Calling it quits without parentheses]] 2.15 -- [[../cortex/html/capture-video.html][Capture live video feeds from JMonkeyEngine]] 2.16 -** Academic 2.17 -- [[../dylan/html/quandary.html][Bugs in quantum mechanics]] 2.18 -- [[../dylan/html/visualizing-reason.html][A category-theoretic view of inductive reasoning]] 2.19 -- [[../jaynes/html/stat-mech.html][Jaynes' /Statistical Mechanics/]] 2.20 -- [[../cortex/html/ai-journal-review.html][Interesting Articles from /Artificial Intelligence/]] 2.21 - 2.22 -** Cortex: a virtual world for sensate AI 2.23 -1. [[../cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]] 2.24 -2. [[../cortex/html/setup.html][Installing jMonkeyEngine3, a 3D Game Engine]] 2.25 -3. [[../cortex/html/world.html][Creating a Virtual World]] 2.26 -4. [[../cortex/html/util.html][Utilities that Integrate jMonkeyEngine3 into Clojure ]] 2.27 -5. [[../cortex/html/games.html][ Showing off: Games and Examples]] 2.28 -6. *Sensors and effectors* 2.29 - 1. [[../cortex/html/sense.html][Preamble: auxillary functions]] 2.30 - 2. [[../cortex/html/body.html][Building a Body]] 2.31 - 3. [[../cortex/html/vision.html][Vision]] 2.32 - 4. [[../cortex/html/hearing.html][Hearing]] 2.33 - 5. [[../cortex/html/touch.html][Touch]] 2.34 - 6. [[../cortex/html/proprioception.html][Proprioception]] 2.35 - 7. [[../cortex/html/movement.html][Movement]] 2.36 - 8. [[../cortex/html/integration.html][Integration]] 2.37 -7. [[../cortex/html/gabor.html][Gabor Filters]] 2.38 - 2.39 -** Quantitative design 2.40 -- [[../dylan/resolution.svg][Display resolutions, simplified.]] Intended to become a replacement 2.41 - for [[http://en.wikipedia.org/wiki/File:Vector_Video_Standards4.svg][this Wikipedia graphic]]. 2.42 -** Pok\eacute{}mon 2.43 - - [[../pokemon-types/html/types.html][Best-first search for effective Pok\eacute{}mon types]] 2.44 - - [[../pokemon-types/html/lpsolve.html][Discovering effective Pok\eacute{}mon types using linear optimization.]] 2.45 - - [[../vba-clojure/html/rom.html][Notes on deconstructing Pok\eacute{}mon Yellow]] 2.46 - - [[http://web.mit.edu/dxh/www/guess/][9 Questions with Pok\eacute{}mon]] (watch this space!) 2.47 - - [[http://aurellem.org/pokeclass/html/idtree.html][How /9 Questions with Pok\eacute{}mon/ was made.]] (in progress) 2.48 - - [[./vba-clojure/html/total-control.html][Pok\eacute{}mon Yellow Total Control Hack]] 2.49 - 2.50 -** Thoughts 2.51 -- [[../dylan/html/science.html][Science Minus Science]] 2.52 -- [[../thoughts/html/man-years.html][A Universe of Human Experience]] 2.53 -- [[../thoughts/html/emacs-password.html][Emacs Password Security]] 2.54 -- [[../server/html/server.html][The Server Culture]] 2.55 -- [[../thoughts/html/patents.html][Thoughts on Patents]]