I hereby claim:
- I am zinuzoid on github.
- I am zinuzoid (https://keybase.io/zinuzoid) on keybase.
- I have a public key whose fingerprint is D1BC E087 E718 145C 1ECF F147 14BB 8DF6 7A1C E242
To claim this, I am signing this object:
^(?!.*(BtGatt|dalvik|Environment|DataRouter|FA|art|Wifi|ServiceManager|Atfwd|tnet|MDnsDS|Download|Bluetooth|slim|QSEECOMAPI|WVCdm|QC-time|sensors|nanohub|Drm|Babel|Dropbox|gsamlab|Cryptd|Vold|QC_|Conscrypt|Dns|sound|NetWork|OpenGL|TLog|GMPM|Microphone|Process|Dynamite|cr_|VideoCapabilities|libEGL|NetdEventListenerService|Sensors|Netd|audit|Zygote|Watchdog|ity|memtrack|fb4a|LoadedApk|ImsAdaptorImpl|EPDG|CursorWindow|tworkdiagnosti|PackageManager)) |
Users and their passwords attempts | |
[0] | |
4 | |
1 | |
1 - | |
2 ! | |
2 !@ | |
1 & | |
1 0 | |
3 0000 |
I hereby claim:
To claim this, I am signing this object:
Here's a quick tester for Swarm Mode that will work everywhere..
$ docker service create --name nginx1 -p 80:80 --mode=global --mount source=/etc/hostname,target=/usr/share/nginx/html/index.html,type=bind,ro nginx
You effectively bind mount the hostname as the index.html page meaning you can see the round-robin / mesh networking in action.
diff --git a/workflow-dev/tpl/deis-builder-deployment.yaml b/workflow-dev/tpl/deis-builder-deployment.yaml | |
index 3ae3502..5b02a77 100644 | |
--- a/workflow-dev/tpl/deis-builder-deployment.yaml | |
+++ b/workflow-dev/tpl/deis-builder-deployment.yaml | |
@@ -45,11 +45,6 @@ spec: | |
{{- end}} | |
{{- end}} | |
env: | |
- # NOTE(bacongobbler): use deis/registry-proxy to work around Docker --insecure-registry requirements | |
- - name: "DEIS_REGISTRY_SERVICE_HOST" |
/** | |
* ProtectedSeekBar | |
* 01/27/15 | |
* | |
* @author Jetsada Machom <[email protected]> | |
*/ | |
public class ProtectedSeekBar extends SeekBar { | |
private Drawable mThumb; |
/* | |
* Copyright (C) 2014 Jake Wharton | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
diff -U 0 -N support-v4-19.1.0/android.support.v4.BuildConfig support-v4-20.0.0/android.support.v4.BuildConfig | |
--- support-v4-19.1.0/android.support.v4.BuildConfig 1969-12-31 16:00:00.000000000 -0800 | |
+++ support-v4-20.0.0/android.support.v4.BuildConfig 2014-06-26 19:59:59.000000000 -0700 | |
@@ -0,0 +1,9 @@ | |
+public final class android.support.v4.BuildConfig { | |
+ public static final boolean DEBUG; | |
+ public static final java.lang.String PACKAGE_NAME; | |
+ public static final java.lang.String BUILD_TYPE; | |
+ public static final java.lang.String FLAVOR; | |
+ public static final int VERSION_CODE; |