Skip to content

Instantly share code, notes, and snippets.

View PButcher's full-sized avatar

Peter Butcher PButcher

View GitHub Profile
@chrisbolin
chrisbolin / serve.py
Last active November 19, 2024 10:11
Python SimpleHTTPServer for Static Serving (React / Angular / Ember) in HTML5 mode (a la mod_rewrite)
'''
Taken from:
http://stackoverflow.com/users/1074592/fakerainbrigand
http://stackoverflow.com/questions/15401815/python-simplehttpserver
'''
import SimpleHTTPServer, SocketServer
import urlparse, os
PORT = 3000
@staltz
staltz / introrx.md
Last active December 1, 2025 11:31
The introduction to Reactive Programming you've been missing