Skip to content

Instantly share code, notes, and snippets.

View wizzwizz4's full-sized avatar
💭
On Codeberg

wizzwizz4

💭
On Codeberg
View GitHub Profile
@wizzwizz4
wizzwizz4 / words.txt
Created April 12, 2017 19:47
A subset of all possible solutions to the "Dotty Morse code morsel" puzzle on Puzzling Stack Exchange that are in "Spell Checker Oriented Word Lists".
This file has been truncated, but you can view the full file.
B HHS hissiest
B HSH hissiest
B Heise hissiest
B Hess hissiest
B Hesse sissiest
B Hiss sissiest
B Ishii Sesshu
B Ishii Shesha
B Issei hissiest
B Issie hissiest
@wizzwizz4
wizzwizz4 / VT52.ASM
Last active January 2, 2017 10:17
An archive of the VT52 assembly code found at http://www.delorie.com/opendos//archives/browse.cgi?p=opendos/2003/12/04/09:58:08 (copied literally except possible memory corruption)
title VT-52
; Copyright 1989 DJ Delorie
.286c
check_ega equ 1
dqq struc
ofs dw ?
seg dw ?
@wizzwizz4
wizzwizz4 / mt19937ar.h
Last active December 30, 2015 13:18
Seed
/*
A C-program for MT19937, with initialization improved 2002/1/26.
Coded by Takuji Nishimura and Makoto Matsumoto.
Before using, initialize the state by using init_genrand(seed)
or init_by_array(init_key, key_length).
Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
All rights reserved.
Copyright (C) 2005, Mutsuo Saito,
@wizzwizz4
wizzwizz4 / Specs.ans
Created December 20, 2015 11:38
SuperMarioLANG Working Draft
# Block (breakable)
█ Block (unbreakable)
? Question mark with Super Mushroom
+ Question mark with coin (increments current tape value)
- Question mark with coin (decrements current tape value)
= Start / end of pipe
- Horizontal pipe
| Vertical pipe
^ One way platform / pipe (up)
v One way platform / pipe (down)