I hereby claim:
- I am micke on github.
- I am lisinge (https://keybase.io/lisinge) on keybase.
- I have a public key whose fingerprint is 456D F1A3 8F83 95C7 09B6 69E2 9168 A401 9C57 9B81
To claim this, I am signing this object:
require "yaml" | |
require "benchmark" | |
require "benchmark/memory" | |
iterations = 50 | |
Benchmark.bm do |x| | |
x.report "YAML:" do | |
iterations.times do | |
YAML.load_file("config/disposable_email_domains.yml") |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
package utils | |
import org.apache.commons.codec.binary.{ Base64 => ApacheBase64 } | |
object Base64 { | |
def decode(encoded: String) = new String(ApacheBase64.decodeBase64(encoded.getBytes)) | |
def encode(decoded: String) = new String(ApacheBase64.encodeBase64(decoded.getBytes)) | |
} |
<?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>Ansi 0 Color</key> | |
<dict> | |
<key>Blue Component</key> | |
<real>0.13528014719486237</real> | |
<key>Green Component</key> | |
<real>0.12312769144773483</real> |