The MUSH Room
Default Content
You are in a large, low-lit, warm room. The floor and walls are soft but firm, with a bit of a bounce. There is a distinctive odor about the place
# I made/assembled this to use in a response to Danny Mo in one of the | |
# final homework assignments for Bass 101 Performance, with Berklee | |
# Online -- preserved here for posterity (and for bassists to use!) | |
********** *********** | |
*************** ..,,,,,.. **************** | |
************** .,;;;;;;;;;;;;;;,. ************** | |
************* ,;;;' ** ** `;;;;, ***** ,, *** |
You are in a large, low-lit, warm room. The floor and walls are soft but firm, with a bit of a bounce. There is a distinctive odor about the place
Most of this was taken from the project instructions here:
Other materials referecned:
On a Debian machine, using simh emulating a PDP-10 running ITS:
These notes are based upon the steps provided here:
The notes in this Gist were created due to multiple attempts at installing Open Genera on different platforms that required more steps not inlcuded in the source notes above.
The image that runs Interlisp-D and Medley on Linux seems to actually be a Workbench for Lexical Functional Grammar. I can only guess that this is a customisation of the Medley programming environment ...
Ohs:
OO
Zeros:
00
................................................................................ | |
........ .. .............................. ..................................... | |
...... .. .............................. .O888Z................................. | |
..................................7ZO8D8888DNDDD8............................... | |
. .. . . . ...................O8NNND888DDDDDNND8.................... . ...... | |
................................ODDDD888888DDDDNDD88 ........................... | |
................................OOO88888DDDDNNDDDD888........................... | |
...............................ZO88OO8DDD8NNNNDDDD888O.......................... | |
...... .. . ............... +88D8O8NNN8DDDDDDND88888O...... ... .. . . . ... | |
...............................8DDZZO88DDD88888DD888D8O......................... |
diff --git a/indexer-app/src/cmr/indexer/data/elasticsearch.clj b/indexer-app/src/cmr/indexer/data/elasticsearch.clj | |
index c6483605e..a285edc37 100644 | |
--- a/indexer-app/src/cmr/indexer/data/elasticsearch.clj | |
+++ b/indexer-app/src/cmr/indexer/data/elasticsearch.clj | |
@@ -51,6 +51,12 @@ | |
(:transaction-id concept) | |
(map :transaction-id (:variable-associations concept)))) | |
+(defmethod get-elastic-version :service | |
+ [concept] |
:error-while-loading cmr.common.test.test-util | |
#error { | |
:cause "namespace 'cmr.common.config' not found" | |
:via | |
[{:type clojure.lang.Compiler$CompilerException | |
:message "java.lang.Exception: namespace 'cmr.common.config' not found, compiling:(cmr/common/test/test_util.clj:1:1)" | |
:at [clojure.core$throw_if invokeStatic "core.clj" 5656]} | |
{:type java.lang.Exception | |
:message "namespace 'cmr.common.config' not found" | |
:at [clojure.core$apply invokeStatic "core.clj" 648]}] |