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
Installer activation: | |
The password is the CRC-32 hash of the username | |
i.e. | |
user | |
0x8D93D649 |
#!/bin/sh | |
if [[ "x$1" = "x" ]]; then | |
echo "Usage:" | |
echo " $0 <searchpath>" | |
exit 1 | |
fi | |
find "$(readlink -f "$1")" -type d -name STREAM | while read M ; do | |
cd "$M" |
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
#!/bin/sh | |
# Exposure fusion (a.k.a. "Fake HDR") workflow for Magic Lantern | |
# 2012-11-28 17:20:30 | |
# Martin Müller <[email protected]> | |
# | |
# REQUIREMENTS: | |
# ffmpeg | |
# enfuse | |
# hugin (for align_image_stack) | |
# |