Practical reference sheets — code-heavy, copy-paste-ready. Most are sourced from or inspired by learnxinyminutes.com; annotations and CLI cookbooks are original.

Programming languages

FileLanguage
c.mdC
cs.mdC#
go.mdGo
java.mdJava
kotlin.mdKotlin
lua.mdLua
python.mdPython
rust.mdRust
swift.mdSwift
typescript.mdTypeScript

Shell & scripting

FileTopic
bash.mdBash
powershell.mdPowerShell

Markup & styling

FileTopic
html.mdHTML
latex.mdLaTeX
markdown.mdMarkdown
css.mdCSS

Data & config formats

FileFormat
csv.mdCSV
json.mdJSON
xml.mdXML
yaml.mdYAML

Query languages & filters

FileTopic
graphql.mdGraphQL — schema, queries, mutations
jq.mdjq — JSON command-line processor
regex.mdRegular expressions (PCRE-style)
sql.mdSQL

Text processing

FileTool
awk.mdawk
grep.mdgrep
sed.mdsed

Protocols

FileProtocol
dns.mdDNS — records, resolution, dig/host tooling
http.mdHTTP — methods, status codes, headers, curl
ssh.mdSSH — keys, forwards, ProxyJump, sshd
tcp.mdTCP — handshake, states, ss/tcpdump
tls.mdTLS — handshake, certs, OpenSSL

Automation

FileTopic
cron.mdcron — schedule syntax, crontab management
github-actions.mdGitHub Actions — workflows, triggers, matrix
make.mdmake / Makefiles
systemd.mdsystemd — units, timers, journalctl

Tools — CLI

FileTool
docker.mdDocker
git.mdGit
nmap.mdnmap
yt-dlp.mdyt-dlp

Tools — Editors

FileEditor
emacs.mdEmacs
vim.mdVim / Neovim
vscode.mdVisual Studio Code

Config files

Annotated reference configs in each tool’s native syntax — copy any block directly into your real config.

FileTopic
.editorconfigEditorConfig — cross-editor style rules
.gitconfigGit — user, aliases, conditional includes
docker-compose.ymlDocker Compose v2
nginx.confnginx — http/server/location, TLS, proxy
ssh_configOpenSSH client — Host blocks, forwards
tmux.conftmux — prefix, panes, status, plugins

Tree

cheatsheets/
├── index.md
├── automation/    cron · github-actions · make · systemd
├── config/        .editorconfig · .gitconfig · docker-compose.yml · nginx.conf · ssh_config · tmux.conf
├── data/          csv · json · xml · yaml
├── markup/        html · latex · markdown
├── programming/   c · cs · go · java · kotlin · lua · python · rust · swift · typescript
├── protocols/     dns · http · ssh · tcp · tls
├── query/         graphql · jq · regex · sql
├── shell/         bash · powershell
├── styling/       css
├── text-processing/  awk · grep · sed
└── tools/
    ├── cli/       docker · git · nmap · yt-dlp
    └── editors/   emacs · vim · vscode

11 items under this folder.