Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am wakaru44 on github.
  • I am wakaru44 (https://keybase.io/wakaru44) on keybase.
  • I have a public key ASAg8YVEY9ltC74pm82IiG2M3fQi8-Fhj945B4mftFxudgo

To claim this, I am signing this object:

@wakaru44
wakaru44 / web-servers.md
Created June 12, 2016 19:35 — forked from willurd/web-servers.md
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
@wakaru44
wakaru44 / links.txt
Created September 6, 2013 07:22 — forked from tavisrudd/links.txt