Skip to content

Instantly share code, notes, and snippets.

View tema5002's full-sized avatar
💭
kreisi burglar alarm clock ⌚⏰

tema5002 tema5002

💭
kreisi burglar alarm clock ⌚⏰
  • Belarus
View GitHub Profile
@ConnerWill
ConnerWill / ANSI-escape-sequences.md
Last active August 2, 2025 22:57
ANSI Escape Sequences cheatsheet

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@h3ssan
h3ssan / JetBrains trial reset.md
Last active August 1, 2025 09:41
Reset all JetBrains products trial in Linux

In some cases, only these lines will work

for product in IntelliJIdea WebStorm DataGrip PhpStorm CLion PyCharm GoLand RubyMine; do
    rm -rf ~/.config/$product*/eval 2> /dev/null
    rm -rf ~/.config/JetBrains/$product*/eval 2> /dev/null
done

But if not, try these

@loveemu
loveemu / xm-form-ja.md
Last active July 8, 2025 13:36
The "Complete" XM module format specification v0.81
@advaith1
advaith1 / top bots.md
Last active July 29, 2025 11:01
The top Discord bots ranked by server count
Rank Bot Approximate Server Count Library
1 MEE6 21,300,000 Custom Python
2 Rythm 14,900,000 JDA
3 carl-bot 🅱️ 12,100,000 Pycord
4 Dyno 10,600,000 Eris
5 Midjourney Bot
@sanjujosh
sanjujosh / readme.md
Last active February 19, 2025 15:11
simple systemd service unit

Create the service unit

sudo touch /lib/systemd/system/sample.service
sudo chmod 664 /lib/systemd/system/sample.service

Reload the systemd