Skip to content

Instantly share code, notes, and snippets.

View 4amvim's full-sized avatar
🎋
software; math; skateboarding

4amvim

🎋
software; math; skateboarding
View GitHub Profile
@4amvim
4amvim / README.md
Created August 27, 2023 20:46 — forked from dsample/README.md
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 )
@4amvim
4amvim / GitCommitEmoji.md
Last active August 16, 2023 12:51 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji
Commit Type Title Description Emoji Release Include in changelog
feat Features A new feature minor true
fix Bug Fixes A bug Fix 🐛 patch true
docs Documentation Documentation only changes 📚