I hereby claim:
- I am timothyasp on github.
- I am tasp (https://keybase.io/tasp) on keybase.
- I have a public key ASDeR407tKgsoRSgMDsusddz-vJMwebaV_NOF3pzXwjcuwo
To claim this, I am signing this object:
"HP Laptop": { | |
"HP Pavilion": { | |
"HP Pavilion X360": { | |
"HP 14-dw1052tu": null, | |
"HP Pavilion x360 11 Series": { | |
"HP Pavilion 11 x360": null, | |
"HP Pavilion x360 11-p110nr": null, | |
"HP Pavilion x360 11m-ad013dx": null, | |
"HP Pavilion x360 11": null | |
}, |
I hereby claim:
To claim this, I am signing this object:
5318008 | |
58008 | |
55378008 | |
50714938 | |
07734 | |
5637335.1 | |
1134206 | |
3104558 | |
379009 | |
317537 |
0x0000000ff1ce | |
0x00bab10c | |
0x8badf00d | |
0x1badb002 | |
0x1ceb00da | |
0xb105f00d | |
0xb16b00b5 | |
0xbaaaaaad | |
0xbaadf00d | |
0xbad22222 |
<iframe scrolling="no" marginwidth="0" marginheight="0" frameborder="0" name="1-0-2;2148;<script type='text/javascript'>document.write('<img src="http://adserver.adtechus.com/pubapi/3.0/10217.1/3695250/0/-1/ADTECH;cmd=win;adid=-1;pubseq=152843227693584809;pubitime=1501017476;bnid=0;pubadn=9034.1;pubws=260103;alias=rightrail_quiz_a_noopenx;bidfloor=0.25;misc=1501017476211;cors=yes" width="1" height="1" style="display:none;">'); | |
document.write("<scr"+"ipt type=\u0022text/javascript\u0022 src=\u0022http://pr.ybp.yahoo.com/ab/secure/false/imp/oy19RAtqcu66ffhQGTJLv6R7Mhm8Kdp636HjkgE2syUqmObJH8IWtEaipDr0gm2W6I6Rvjyh5e1_uL8ZxLqDhw5W-79L3TUNvYaXprXDptGXQoiVjKMF_XumqQwa-63j5sDV63kwMbCQXQaDeClOjY_gR94PcLWo14Ux9931xcB154-quBHq0conT7isxnfVKwCJbln0-A3iSZ9K0kzFHB05XO7TB_6phfjLETvfHSz9WmIsJQEdts-bljHxm4z6LvTCj0kH9weObBXdlJk8JDthbz3jpE7sQKS0n80q4tyjBEPzYRKsWuG5u3prHfUnuwJ5g_c-w1vYyFnQ0Am2RZOMFKot3KFpS-OuFNdhbxc4JNakBCA3QxNHJlvAsBukHMw-KFKoAGCTq_r2GtKyXfnwIOhxpTkRMZCXVlz8 |
// Plugins | |
https://github.com/othree/html5.vim | |
https://github.com/SirVer/ultisnips | |
https://github.com/skammer/vim-css-color | |
https://github.com/hail2u/vim-css3-syntax | |
https://github.com/groenewege/vim-less | |
// After installling all of those, add the following to your .vimrc |
ass () { | |
DATE=`date` | |
FILE="./Android Screen Shot $DATE.png" | |
adb shell screencap -p | perl -pe 's/\x0D\x0A/\x0A/g' > "$FILE" | |
} |
final static HostnameVerifier DO_NOT_VERIFY = new HostnameVerifier() { | |
public boolean verify(String hostname, SSLSession session) { | |
return true; | |
} | |
}; | |
public static OkHttpClient createOkHttpClient() { | |
// Create a trust manager that does not validate certificate chains | |
TrustManager[] trustAllCerts = new TrustManager[] { new X509TrustManager() { |
W/System.err( 1620): javax.net.ssl.SSLException: Not trusted server certificate | |
W/System.err( 1620): at org.apache.harmony.xnet.provider.jsse.OpenSSLSocketImpl.startHandshake(OpenSSLSocketImpl.java:371) | |
W/System.err( 1620): at com.squareup.okhttp.Connection.upgradeToTls(Connection.java:146) | |
W/System.err( 1620): at com.squareup.okhttp.Connection.connect(Connection.java:107) | |
W/System.err( 1620): at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:291) | |
W/System.err( 1620): at com.squareup.okhttp.internal.http.HttpEngine.sendSocketRequest(HttpEngine.java:252) | |
W/System.err( 1620): at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:203) | |
W/System.err( 1620): at com.squareup.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:344) | |
W/System.err( 1620): at com.squareup.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:295) | |
W/System.err( 1620): at com.squareup.okhttp.internal.http.HttpURLConnectionImpl.getH |
#!/bin/bash | |
# Set standby delay on battery to 12hr | |
sudo pmset -b standbydelay 43200 | |
# Disable it entirely on battery | |
sudo pmset -c standby 0 |