I hereby claim:
- I am benc on github.
- I am benc (https://keybase.io/benc) on keybase.
- I have a public key whose fingerprint is 640B D836 A8B8 338F 1863 5343 6202 1B16 F20E 7CB3
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>HardResourceLimits</key> | |
| <dict> | |
| <key>NumberOfFiles</key> | |
| <integer>40000</integer> | |
| </dict> | |
| <key>KeepAlive</key> |
| # Maven colored output | |
| # ==================== | |
| # | |
| # NOTE: on OSX, install GNU sed: | |
| # | |
| # brew install gnu-sed --default-names | |
| # | |
| set -x BOLD (tput bold) | |
| set -x UNDERLINE_ON (tput smul) | |
| set -x UNDERLINE_OFF (tput rmul) |
| <?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>CFBundleDevelopmentRegion</key> | |
| <string>English</string> | |
| <key>CFBundleExecutable</key> | |
| <string>libccid.dylib</string> | |
| <key>CFBundleIdentifier</key> | |
| <string>org.debian.alioth.pcsclite.smartcardccid</string> |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env ruby | |
| # encoding: UTF-8 | |
| require 'json' | |
| ARGF.set_encoding(Encoding::UTF_8) | |
| puts JSON.pretty_generate(JSON.parse(ARGF.read)) |