Skip to content

Instantly share code, notes, and snippets.

View gvanderest's full-sized avatar

Guillaume VanderEst gvanderest

View GitHub Profile

Keybase proof

I hereby claim:

  • I am gvanderest on github.
  • I am gvanderest (https://keybase.io/gvanderest) on keybase.
  • I have a public key whose fingerprint is E592 8087 26D2 C3EE 1F20 26A4 2AAB CD79 6BD4 D792

To claim this, I am signing this object:

@gvanderest
gvanderest / grump-1.0.md
Last active August 26, 2017 05:20
GRUMP Specification 1.0

GRUMP 1.0

Guillaume's Really Useful MUD Protocol

Intended to be found within normal TELNET output from a game, with special delimiters. Handshaking can be possible at login using TELNET protocol specifications; however, in-game toggling is also possible via the game's own settings.

Updates in the protocol are called frames, which allow you to do two actions:

  • Key - A type of update whose overwrites are intended to overwrite
@gvanderest
gvanderest / gn0me.asc
Created June 25, 2017 03:07
ASCII Logo of "gn0me"
      ________ ___  ___ _____ ____ ___ _______
      \:  .   V:  \|:  V:    V:   V   V:  ___/
    __/   |__/   |\   /'  |   \  |V|   \  _\____
\  \\_____, .____| | ,_________, | |____,    __//  /
     gn/______\    |____/   \____|    /______\
@gvanderest
gvanderest / gist:03f7719fd14dc17aca02da682411994d
Created June 15, 2017 19:44
Starting a first-tier character
DIRECTIONS FOR AREAS: http://wiki.waterdeep.info/index.php?title=Area_directions
WHEN CREATING VAMPIRE, GET THESE SKILLS:
human
male
vampire
neutral
yes
add detection
@gvanderest
gvanderest / undermountain.md
Last active May 24, 2017 21:41
Undermountain High Level Concepts

Undermountain High Level Concepts

Statistics and Improvement (STR/DEX/Hitroll/Damroll/etc.)

Primary Statistics

  • Strength (STR) - Physical power
  • Dexterity (DEX) - Agility and physical precision
  • Intelligence (INT) - Memory and reasoning
  • Wisdom (WIS) - Awareness and insight
  • Constitution (CON) - Health and stamina

Keybase proof

I hereby claim:

  • I am gvanderest on github.
  • I am gvanderest (https://keybase.io/gvanderest) on keybase.
  • I have a public key whose fingerprint is 448B 27A3 F0A3 39C9 7254 8B48 C5BC 9E18 A0D6 CEFA

To claim this, I am signing this object:

export default class Late {
static setLocale(id: string) {}
static addLocale(id: string, options: Object) {}
static addStrings(id: string, strings: Object) {}
static translate(key: string, values: Object) {}
static setUnsafeHtmlState(state: boolean) {}
static getUnsafeHtmlState(): boolean {}
}
let L = Late.translate;