Skip to content

Instantly share code, notes, and snippets.

@fadden
fadden / Krait.SHP.txt
Created April 2, 2023 01:05
Arc3D shape definition file format
ATMTDS
<1>
# Krait from ELITE (version for Modulae simulator)
Krait
POINTS
# main shape
1 0 0 40
2 -45 0 -10
@fadden
fadden / detok.cpp
Last active April 9, 2024 20:10
WebTV tellyscript decompressor and de-tokenizer
/*
* WebTV tellyscript decompressor and de-tokenizer.
*
* Usage: detok input.tok output.txt
*
* The output file will be overwritten if it exists.
*
* **************************************************************************
*
* Tellyscript is a C-like language invented by Andy Rubin for use at WebTV.