I hereby claim:
- I am johanlunds on github.
- I am johan_lunds (https://keybase.io/johan_lunds) on keybase.
- I have a public key ASCozgDIwnpt-zOgZ1L5rP2TmXLz6t32z9sAeeuBs3Djhgo
To claim this, I am signing this object:
# A utility class with added behavior that it raises an exception if a key does not | |
# exist in hash. | |
module HashWithExceptionOnMissingKey | |
def self.new(hash) | |
obj = Hash.new do |hash, key| | |
raise ArgumentError, "Key #{key.inspect} does not exist in hash" | |
end | |
obj.merge!(hash) | |
end |
package com.example.johan_lunds.mapboxissue; | |
import android.animation.ValueAnimator; | |
import android.graphics.Bitmap; | |
import android.graphics.drawable.BitmapDrawable; | |
import android.os.Bundle; | |
import android.support.v7.app.AppCompatActivity; | |
import android.view.animation.LinearInterpolator; | |
import com.mapbox.mapboxsdk.Mapbox; |
^((?!wpa_supplicant|NetStatUtil).*)$ | |
^((?!(?:dalvikvm|OpenGLRenderer)).)*$ |
# gem install benchmark-ips | |
require 'benchmark/ips' | |
require 'ruby-measurement' | |
require 'ruby-units' | |
Measurement.define(:tempC) do |unit| | |
unit.convert_to(:tempK) { |value| value + 273.15 } | |
end |
I hereby claim:
To claim this, I am signing this object:
depth=1 /C=SE/ST=Stockholm/L=Stockholm/O=ApoEx/OU=Kundlager/CN=ApoEx/[email protected] | |
verify error:num=19:self signed certificate in certificate chain | |
verify return:0 | |
56234:error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure:/SourceCache/OpenSSL098/OpenSSL098-52.20.2/src/ssl/s3_pkt.c:1145:SSL alert number 40 | |
56234:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:/SourceCache/OpenSSL098/OpenSSL098-52.20.2/src/ssl/s23_lib.c:185: | |
CONNECTED(00000003) |
depth=1 /C=SE/ST=Stockholm/L=Stockholm/O=ApoEx/OU=Kundlager/CN=ApoEx/[email protected] | |
verify error:num=19:self signed certificate in certificate chain | |
verify return:0 | |
CONNECTED(00000003) | |
--- | |
Certificate chain | |
0 s:/C=SE/ST=Sweden/L=Stockholm/O=Stockholms Regiondjursjukhus/OU=Albano/CN=albano.lager.apoex.se | |
i:/C=SE/ST=Stockholm/L=Stockholm/O=ApoEx/OU=Kundlager/CN=ApoEx/[email protected] | |
1 s:/C=SE/ST=Stockholm/L=Stockholm/O=ApoEx/OU=Kundlager/CN=ApoEx/[email protected] | |
i:/C=SE/ST=Stockholm/L=Stockholm/O=ApoEx/OU=Kundlager/CN=ApoEx/[email protected] |
CONNECTED(00000003) | |
--- | |
Certificate chain | |
0 s:/C=SE/ST=Sweden/L=Stockholm/O=Stockholms Regiondjursjukhus/OU=Albano/CN=albano.lager.apoex.se | |
i:/C=SE/ST=Stockholm/L=Stockholm/O=ApoEx/OU=Kundlager/CN=ApoEx/[email protected] | |
1 s:/C=SE/ST=Stockholm/L=Stockholm/O=ApoEx/OU=Kundlager/CN=ApoEx/[email protected] | |
i:/C=SE/ST=Stockholm/L=Stockholm/O=ApoEx/OU=Kundlager/CN=ApoEx/[email protected] | |
--- | |
Server certificate | |
-----BEGIN CERTIFICATE----- |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Document</title> | |
</head> | |
<body> | |
<form accept-charset="UTF-8" action="http://localhost:3000/care/session/login" class="form-login simple_form new_contact" id="new_contact" method="post"> | |
<fieldset> | |
<span class="title"><img src="http://apoex.se/wp-content/themes/apoex/images/img-ico.png" width="16" height="18" alt="image description"> Logga in</span> | |
<div class="row control-group"> |