Skip to content

Instantly share code, notes, and snippets.

View 64-bitman's full-sized avatar

Foxe Chen 64-bitman

  • Canada
  • 03:56 (UTC -04:00)
View GitHub Profile
{
"input": {
"blocklist": [],
"compressor#0": {
"attack": 5.0,
"boost-amount": 6.0,
"boost-threshold": -72.0,
"bypass": false,
"dry": -100.0,
"hpf-frequency": 10.0,
@fnky
fnky / ANSI.md
Last active April 28, 2025 06:25
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

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