Skip to content

Instantly share code, notes, and snippets.

@DanElliottPalmer
DanElliottPalmer / stupid_uids.js
Last active January 5, 2022 11:39
Generates a list of unique id that can only exist if the word version of the number successfully contains all the digits in the word.
const NUMBERS_TO_LETTERS = new Map([
["0", "o"],
["1", "i"],
["2", "z"],
["3", "e"],
["4", "h"],
["5", "s"],
["6", "b"],
["7", "l"],
["8", "b"],
@tuxfight3r
tuxfight3r / 01.bash_shortcuts_v2.md
Last active May 4, 2024 16:58
Bash keyboard shortcuts

Bash Shortcuts

visual cheetsheet

Moving

command description
ctrl + a Goto BEGINNING of command line