I hereby claim:
- I am kumy on github.
- I am kumy (https://keybase.io/kumy) on keybase.
- I have a public key whose fingerprint is 4BED D1A3 6275 252A BF1C 2AEE C06E E20F 74DF 3848
To claim this, I am signing this object:
<div class="span-20 last"> | |
<div id="divAdvancedOptions" class="LogOptionsWidget"> | |
<h4> | |
Log Options | |
</h4> | |
<div class="span-9"> | |
<p> | |
<span class="Checkbox"><input id="ctl00_ContentBody_LogBookPanel1_chkEncrypt" type="checkbox" name="ctl00$ContentBody$LogBookPanel1$chkEncrypt" /><label for="ctl00_ContentBody_LogBookPanel1_chkEncrypt">Encrypt this log entry*</label></span> | |
<a href="javascript:void(0);" id="aHelpEncrypt"> |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python | |
""" | |
Compute INSET positions. | |
All dimentions are relative to mdpi resolution. | |
Ratio are fixed, and defined at | |
http://developer.android.com/guide/practices/screens_support.html#DesigningResources | |
""" |
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl"> <head> <meta http-equiv="Content-Type" content="text/xml; charset=UTF-8" /> <title>GeoKrety: </title> <link rel="shortcut icon" href="/favicon.ico" /> <link rel="stylesheet" type="text/css" href="/templates/krety-handheld.css" media="handheld" /> <link href='http://fonts.googleapis.com/css?family=Oxygen&subset=latin,latin-ext,cyrillic-ext,greek-ext,vietnamese,cyrillic' rel='stylesheet' type='text/css'> <link rel="author" href="https://plus.google.com/100314116846204554033/"/> <script type="text/javascript" src="/funkcje-3.min.js"></script> <link href="templates/kalendarz-1.css" rel="stylesheet" /><script type="text/javascript" src="ruchy.js?ver=3.49"></script> <link rel="stylesheet" type="text/css" href="/templates/krety.css?ver=19.6" media="screen" /> </head> <body itemscope itemtype |
#!/usr/bin/env python | |
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 | |
import re | |
import sys | |
from yaml import load | |
from slugify import slugify | |
class OldFaq(dict): |
export PATH=${PATH}:/opt/android-sdk-linux/emulator/:/opt/android-sdk-linux/tools/bin/ | |
apt-get update && apt-get install -y expect openjdk-8-jdk git wget libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5 lib32z1 unzip && apt-get clean | |
mkdir -p /opt/android-sdk-linux && cd /opt/android-sdk-linux && wget --output-document=android-sdk.zip --quiet https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip && unzip android-sdk.zip && rm -f android-sdk.zip | |
yes | /opt/android-sdk-linux/tools/bin/sdkmanager --licenses |
<script type="text/javascript"> | |
function load() { | |
if (GBrowserIsCompatible()) { | |
var icon = new GIcon(); | |
icon.image = "templates/icons/yellow.png"; | |
icon.shadow = "templates/icons/shadow.png"; | |
icon.iconSize = new GSize(12, 20); | |
icon.shadowSize = new GSize(22, 20); | |
icon.iconAnchor = new GPoint(6, 20); | |
icon.infoWindowAnchor = new GPoint(5, 1); |
import Ember from 'ember'; | |
export default Ember.Controller.extend({ | |
appName: 'Ember Twiddle' | |
}); |
⌐▄Q▓▄Ç▓▄,▄_ | |
Σ▄▓▓▓▓▓▓▓▓▓▓▄π | |
╒▓▓▌▓▓▓▓▓▓▓▓▓▓▀▓▄▄. | |
,_▄▀▓▓ ▓▓ ▓▓▓▓▓▓▓▓▓▓▓█ | |
│▄▓▓ _▓▓▓▓▓▓▓▓▓┌▓▓▓▓▓█ | |
_J┤▓▓▓▓▓▓▓▓▓▓▓▓▓├█▓█▓▀Γ | |
,▄▓▓▓▓▓▓^██▓▓▓▓▓▓▓▓▓▓▓▓▄▀▄▄▓▓Ω▄ | |
F▌▓▌█ⁿⁿⁿ ⁿ└▀ⁿ██▓▀▀▀▀▀▀▀▀▀▀▌▓▓▓▌ | |
'ⁿ_ ,▄▄▄▄▄▄▄▄▄█_▄▄▄▄▄▄▄▄▄ⁿ▀~██ |
rexray volume mount test | |
INFO[0000] updated log level logLevel=debug | |
DEBU[0000] os.args time=1551204649825 val=[rexray volume mount test] | |
DEBU[0000] activating libStorage cmd=mount time=1551204649825 | |
DEBU[0000] parseSafeHost - no change postParse=unix:///var/run/rexray/232197648.sock preParse=unix:///var/run/rexray/232197648.sock time=1551204649841 | |
DEBU[0000] read spec file host=unix:///var/run/rexray/232197648.sock path=/var/run/rexray/rexray.spec time=1551204649841 | |
DEBU[0000] is local unix server active sock=/var/run/rexray/232197648.sock time=1551204649841 | |
DEBU[0000] set host in context host=unix:///var/run/rexray/232197648.sock time=1551204649841 | |
DEBU[0000] set host in config host=unix:///var/run/rexray/232197648.sock time=1551204649842 | |
DEBU[0000] not starting embedded server; already running hos |