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 📚
gotta go
@4amvim
4amvim / .SQL Tricks
Last active December 11, 2023 17:53
SQL tricks
Recipies for simple SQL related tasks
@4amvim
4amvim / ES6 modules vs CommonJS modules.md
Last active November 29, 2022 17:32
Versus(es) that you keep forgetting

CommonJS Modules

module.exports.add = function(a, b) {
        return a + b;
} 

module.exports.subtract = function(a, b) {
        return a - b;
}
@4amvim
4amvim / .Issues
Last active May 29, 2021 07:09
ProgressBar don't like constraints
Temporary gists

Hi There!

If you're all set up but require some guidance,

Or maybe you're here for pure fun, then maybe you'd like some .Party Tricks

Setting Up

Most likely though, you're just setting up shop,

@4amvim
4amvim / .Mac
Last active October 19, 2023 13:19
quickies on macOS
Windows QoL