4
votes
Take a screenshot via a python script. [Linux]
This one works on X11, and perhaps on Windows too (someone, please check). Needs PyQt4:
import s …
0
votes
cutdown uuid further to make short string
An UUID provides (almost) 128 bits of uniqueness. You may shorten it to 16 binary bytes, or 22 base64-encoded characters. I wouldn't recommend removing any part of a UUID, otherwise, it just loses …
