Skip to content

Instantly share code, notes, and snippets.

View waseem-h's full-sized avatar

Waseem Hassan Shahid waseem-h

View GitHub Profile
@kevin-smets
kevin-smets / iterm2-solarized.md
Last active July 8, 2025 08:24
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k

@willurd
willurd / web-servers.md
Last active July 8, 2025 00:19
Big list of http static server one-liners

Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.

Discussion on reddit.

Python 2.x

$ python -m SimpleHTTPServer 8000