I hereby claim:
- I am desantis on github.
- I am xbt (https://keybase.io/xbt) on keybase.
- I have a public key whose fingerprint is BC64 8F6C 8A73 8B0A B47E A13A F2D1 E198 3A31 A5C6
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
There is no reason for any individual to have content in their files.
The filename ought to be enough for anybody.
—xDotComRootUser
================================================================== | |
https://keybase.io/home | |
-------------------------------------------------------------------- | |
I hereby claim: | |
* I am an admin of https://simpsonms.org | |
* I am home (https://keybase.io/home) on keybase. | |
* I have a public key ASCXK7tAzySlIwBarJ6n2BMrZp_d4Mftc9B3Nvof0TF-igo |
I hereby claim:
To claim this, I am signing this object:
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
Version: SKS 1.1.6 | |
Comment: Hostname: pgp.mit.edu | |
mQINBFdQq7oBEADEVhyRiaL8dEjMPlI/idO8tA7adjhfvejxrJ3Axxi9YIuIKhWU5hNjDjZA | |
iV9iSCMfJN3TjC3EDA+7nFyU6nDKeAMkXPbaPk7ti+Tb1nA4TJsBfBlmCC14aGWLItpp8sI0 | |
0FUzorxLWRmU4kOkrRUJCq2kAMzbYWmHs0hHkWmvj8gGu6mJWU3sDIjvdsm3hlgtqr9grPEn | |
j+gA7xetGs3oIfp6YDKymGAV49HZmVAvSeoqfL1ppEKlNQ1aO9uNfHLdx6+4pS1miyo7D1s7 | |
ru2IcqhTDhg40cHTL/VldC3d8vXRFLIiUo2tFZ6J1jyQP5c1K4rTpw3UNVne3ob7uCME+T1+ | |
ePeuM5Y/cpcCvAhJhO0rrlr0dP3lOKrVdZg4qhtFAspC85ivcuxWNWnfTOBrgnvxCA1fmBX+ |
#!/usr/bin/env python3 | |
# Distributed under the MIT software license | |
import binascii, struct, sys, io, argparse | |
from PIL import Image | |
IMG_WIDTH = 512 # could be made adaptive... | |
MIN_HEIGHT = 4 # minimum height of image; twitter won't let us upload anything smaller | |
BYTES_PER_PIXEL = 4 # RGBA, 8 bit | |
def div_roundup(x,y): |