Skip to content

Instantly share code, notes, and snippets.

View curlpipe's full-sized avatar
💻
Translating my brain into a machine learning model (36% complete)

Luke curlpipe

💻
Translating my brain into a machine learning model (36% complete)
  • United Kingdom
View GitHub Profile
@ConnerWill
ConnerWill / ANSI-escape-sequences.md
Last active June 17, 2025 10:30
ANSI Escape Sequences cheatsheet

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@sinetoami
sinetoami / install_deb_packs_on_voidlinux.md
Created December 22, 2018 04:05
How to install .deb packs on Void Linux

You can't install it with dpkg because dpkg is not this distro's package manager. It would conflict with xbps. So the dpkg in repo is built without install support. You can attempt to install it manually by doing:

ar x filename.deb