Skip to content

Instantly share code, notes, and snippets.

View oubiwann's full-sized avatar
💭
🌌

Duncan McGreggor oubiwann

💭
🌌
View GitHub Profile
@oubiwann
oubiwann / bass-heart-ascii.txt
Last active December 23, 2022 01:53
Bass Clef & Heart ASCII Art
# 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!)
********** ***********
*************** ..,,,,,.. ****************
************** .,;;;;;;;;;;;;;;,. **************
************* ,;;;' ** ** `;;;;, ***** ,, ***

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

Exits

@oubiwann
oubiwann / README.md
Last active August 29, 2020 23:35
Setting Up an MIT CADR Machine (emulation)
@oubiwann
oubiwann / README.md
Last active December 12, 2023 03:51
MACLISP and MACSYMA on PDP-10 / ITS (emulation)

MACLISP and MACSYMA on PDP-10 / ITS (emulation)

Goals

On a Debian machine, using simh emulating a PDP-10 running ITS:

  1. Write some Lisp files on ITS, compile them, and run them.
  2. Run MACSYMA and view rendered plots on an emulated Tektronix 4010

Background

@oubiwann
oubiwann / open-genera-installation-on-linux.md
Last active March 26, 2024 20:48
Open Genera Installation on Linux

Open Genera Installation on Linux

About

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.

@oubiwann
oubiwann / medley.md
Last active August 26, 2020 21:39 — forked from grav/medley.md
Getting Interlisp-D running with Medley on Debian 3.1

Interlisp-D / Medley on Debian 3.1

About

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 ...

Steps

  1. Install or download VirtualBox
@oubiwann
oubiwann / test1.txt
Last active June 17, 2019 19:05
Robert Virding ASCII Art
................................................................................
........ .. .............................. .....................................
...... .. .............................. .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]}]