I hereby claim:
- I am tukib on github.
- I am tukib (https://keybase.io/tukib) on keybase.
- I have a public key ASBDVf973jUZCP_QR_JqNqtS6RgVFpNttYuqHgKj_8la1Ao
To claim this, I am signing this object:
// registers | |
class REG_INSTANCE { | |
#REGISTERS; | |
constructor() { | |
this.HALTED = 0; | |
this.GT = 0; | |
this.EQ = 0; | |
this.LT = 0; | |
this.#REGISTERS = new Int16Array(8); | |
} |
I hereby claim:
To claim this, I am signing this object:
"use strict" | |
const request = require("request") | |
const API = { | |
domain_root: "www.hackmud.com", | |
__promise_wrap: (endpoint, dat) => { | |
return new Promise((resolve, reject) => { | |
request({ | |
method: "POST", |