I hereby claim:
- I am yaronf on github.
- I am yaronf (https://keybase.io/yaronf) on keybase.
- I have a public key whose fingerprint is D172 1E45 108F 2366 F805 20C4 2E90 7C03 C434 1E2D
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name Render Internet Draft from XML 279509 | |
| // @version 1 | |
| // @resource xslFile https://tools.ietf.org/id/rfc2629.xslt | |
| // @grant GM_getResourceText | |
| // @match https://tools.ietf.org/id/*.xml | |
| // @match https://www.ietf.org/archive/id/*.xml | |
| // ==/UserScript== | |
| console.log("Render I-D: Loaded") |
| // ==UserScript== | |
| // @name Twitter change font 695737 | |
| // @description Change font for Hebrew content on Twitter | |
| // @version 1 | |
| // @grant none | |
| // @match https://twitter.com/* | |
| // ==/UserScript== | |
| // Note: obsolete! |
| # Boto setup: | |
| # The file ~/.aws/credentials contains: | |
| # [default] | |
| # region=eu-west-1 | |
| # aws_access_key_id=xxxxxx | |
| # aws_secret_access_key=xxxxxx | |
| import boto3 | |
| import requests | |
| from botocore.client import Config |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # | |
| ######################################################################### | |
| #This software code is made available "AS IS" without warranties of any # | |
| #kind. You may copy, display, modify and redistribute the software # | |
| #code either by itself or as incorporated into your code; provided that # | |
| #you do not remove any proprietary notices. Your use of this software # | |
| #code is at your own risk and you waive any claim against Amazon # | |
| #Digital Services, Inc. or its affiliates with respect to your use of # | |
| #this software code. (c) 2006-2007 Amazon Digital Services, Inc. or its # |