Skip to content

Instantly share code, notes, and snippets.

View pixelkat5's full-sized avatar
:copilot:
Wishing I had time off

Pixel pixelkat5

:copilot:
Wishing I had time off
View GitHub Profile
@hf02
hf02 / connecting-neocities-to-discord.md
Last active April 12, 2025 19:31
Connecting a Neocities website to your Discord profile

Connecting a Neocities website to your Discord profile

This works for a Neocities website without a custom domain.

This should also work for a site with a custom domain, but I haven't tested it.

In the end, you'll get something like this:

image

@fnky
fnky / ANSI.md
Last active May 18, 2025 13:00
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@dsample
dsample / README.md
Last active May 9, 2025 08:14
ASCII art diagrams

ASCI art characters for creating diagrams

Characters:

Single line

  • ASCII code 191 = ┐ ( Box drawing character single line upper right corner )
  • ASCII code 192 = └ ( Box drawing character single line lower left corner )
  • ASCII code 193 = ┴ ( Box drawing character single line horizontal and up )
  • ASCII code 194 = ┬ ( Box drawing character single line horizontal down )