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 8000Each 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| #!/usr/bin/env python2.7 | |
| # -*- coding: utf-8 -*- | |
| """ | |
| This script was moved to | |
| https://github.com/pklaus/pklaus/blob/master/pklaus/images/orphans/remove.py | |
| Here's the original content left for you as a reference: | |
| Do you own a DSLR? If so, do you transfer your images to your computer, | |
| then look at the JPEGs and delete the crappy ones? If you do, your RAW |