Skip to content

Instantly share code, notes, and snippets.

View adamvoss's full-sized avatar
💭
I'm sorry to inform you that Adam passed away 7/11/2018. Signed Adam's Dad.

Adam Voss adamvoss

💭
I'm sorry to inform you that Adam passed away 7/11/2018. Signed Adam's Dad.
View GitHub Profile
@davidfowl
davidfowl / dotnetlayout.md
Last active July 4, 2024 01:57
.NET project structure
$/
  artifacts/
  build/
  docs/
  lib/
  packages/
  samples/
  src/
 tests/
@willurd
willurd / web-servers.md
Last active July 4, 2024 14:07
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