Skip to content

Instantly share code, notes, and snippets.

View yannis300307's full-sized avatar
๐Ÿ–ฅ๏ธ
Coding a computer program using programing langage

Yannis yannis300307

๐Ÿ–ฅ๏ธ
Coding a computer program using programing langage
  • Here, France, European Union, Europa, Earth, rocky planets, Solar System, Local interstellar cloud, Local Bubble, Arm of Orion, Milky Way, Local Group, Virgo Supercluster, Laniakea, Observable Universe, Universe, Multiverse, Multiverse Universal Space
View GitHub Profile
@yannis300307
yannis300307 / Numworks-apps.md
Last active April 12, 2025 08:34
A list of Numworks third party apps that run on Epsilon

Third party apps that run natively on Numworks OS

Emulators:

Visual Demos:

@fnky
fnky / ANSI.md
Last active May 17, 2025 10:14
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27