I hereby claim:
- I am jetpks on github.
- I am jetpks (https://keybase.io/jetpks) on keybase.
- I have a public key ASCu-BHuJlSFpNWRKoFCsUze0V_9dwi5vKEakuSZhsRlfwo
To claim this, I am signing this object:
| require 'openssl' | |
| def gen_key(name) | |
| key = OpenSSL::PKey::RSA.new 1048 | |
| file = File.new(name, "w") | |
| file.write(key) | |
| file.close | |
| end | |
| def get_key(name) |
| This builds off the excellent work of @lmarkus. | |
| The scripts below can be used in conjunction with the Slack Emoji Tools Google Chrome extension to export emojis from | |
| one Slack team and import into another team. | |
| Original work here: https://gist.github.com/lmarkus/8722f56baf8c47045621 |
I hereby claim:
To claim this, I am signing this object:
| @font-face { | |
| font-family: "Cartograph CF"; | |
| src: local("Cartograph CF"); | |
| } |