I hereby claim:
- I am bferg on github.
- I am barryferg (https://keybase.io/barryferg) on keybase.
- I have a public key whose fingerprint is 9E83 AF64 CEEA E4D9 F7DC C2A7 F0D9 E86A A961 A800
To claim this, I am signing this object:
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>PCalc</key> | |
| <dict> | |
| <key>OS</key> | |
| <string>iOS</string> | |
| <key>UserFunctions</key> | |
| <dict> |
I hereby claim:
To claim this, I am signing this object:
| #!//usr/bin/env ruby | |
| require 'bundler/setup' | |
| require 'opml_saw' | |
| require 'json' | |
| require 'net/https' | |
| require 'uri' | |
| # | |
| # Enter your email and password for feedwrangler below | |
| # |
| #!/bin/bash | |
| # | |
| # Compare SSL files' key references. | |
| # Take a list of SSL certificate (.crt), certificate sign request | |
| # (.csr) and/or key (.key) files, extract the modulus and compare, and | |
| # return a nonzero exit code if they do not match. | |
| # | |
| check='' | |
| for name in "$@"; do | |
| if [ "${name: -3}" == "crt" ]; then |