Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| ## In order to use this script download the following link: | |
| ## http://lucifer.phiral.net/socks.py | |
| ## and put it in the same directory where you save this script. | |
| ## written mainly by some random guy from /b/ | |
| import socks | |
| import socket | |
| socks.setdefaultproxy(socks.PROXY_TYPE_SOCKS5, '127.0.0.1', 9050, True) | |
| socket.socket = socks.socksocket | |
| import httplib |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
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.
$ python -m SimpleHTTPServer 8000