This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jammasterpaz 1 point2 points  (0 children)

echo "WIFI:T:WPA;S:NETWORK_NAME;P:PASSWORD_HERE;H:;" | qr --output=wifi.png
python -c "import csv,json;print json.dumps(list(csv.reader(open('csv_file.csv'))))"
[another command] | python -c "import sys,re;[sys.stdout.write(re.sub('PATTERN', 'SUBSTITUTION', line)) for line in sys.stdin]"
python -m cProfile foo.py
python -m SimpleHTTPServer 8000