I hereby claim:
- I am chrissam on github.
- I am chrissam (https://keybase.io/chrissam) on keybase.
- I have a public key ASB5KOnHF9UIm1msRVTT-6RO1nrHnAMMM8V2rH3NSGii2Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python | |
# | |
# Converts any integer into a base [BASE] number. I have chosen 62 | |
# as it is meant to represent the integers using all the alphanumeric | |
# characters, [no special characters] = {0..9}, {A..Z}, {a..z} | |
# | |
# I plan on using this to shorten the representation of possibly long ids, | |
# a la url shortenters |