My email address is: [email protected]
To email me securely you can use my public key below:
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: OpenPGP.js v2.5.8
Comment: https://openpgpjs.org
xsBNBFn1BswBCAC9fkU4/7ubekoObJ0FcCVLME6JQhQo7Hi/Gny4csDMKul9
| #import <iostream> | |
| #import <set> | |
| // Our input will be a file containing a list of unsorted numbers. | |
| // We need to find two entries that sum to 2020, multiply them, and return the value. | |
| // | |
| // Simple: | |
| // We compare each number against each other number, this would be O(n^2) | |
| // | |
| // Complex: |
| -----BEGIN PGP PUBLIC KEY BLOCK----- | |
| Version: OpenPGP.js v3.0.5 | |
| Comment: https://openpgpjs.org | |
| xsBNBFrKl5wBCAC+B+QnqBCZoQaDlytpZuY6E/V8JIMDqs8qzfd70zi3vnhW | |
| l+hvGWQeZmhwLTDOm05IfdsXkb0FJcDGZBXzeT1PCO+gNRs5KkzXOnuwMA1N | |
| SEL1dJ0R+gqVNr/1jSKG2SsSdUKhNeYof+OgHz/TRZBCHKgMbd5khl8t5VO5 | |
| f7ZGQ0LJVwkeNHwQeYf1iJRrARtn0FwqeMyrxL6nq3A+htzUbfHxHNxsjUBg | |
| UvNhOEYBiRm7pWsg1hwXv+4bJZQvENRewFmQhLoHuv3TQGM+YTgK7drMXizC | |
| vw4doDGV1A3sunQxJzyRrF4auXm8fLQMw3mNnG53bOHVbK6cI9WiZnLRABEB |
My email address is: [email protected]
To email me securely you can use my public key below:
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: OpenPGP.js v2.5.8
Comment: https://openpgpjs.org
xsBNBFn1BswBCAC9fkU4/7ubekoObJ0FcCVLME6JQhQo7Hi/Gny4csDMKul9
| $ kn describe hpa autoscale-demo | |
| Name: autoscale-demo | |
| Namespace: cloud | |
| Reference: Deployment/autoscale-demo | |
| Metrics: ( current / target ) | |
| "qps" on pods: <unknown> / 1 | |
| Min replicas: 1 | |
| Max replicas: 5 | |
| Events: | |
| FirstSeen LastSeen Count From SubObjectPath Type Reason Message |
| require 'rubygems' | |
| require 'bundler/setup' | |
| require 'sidekiq' | |
| require 'sidekiq/api' | |
| Sidekiq.configure_server do |server| | |
| config.redis = {url: ENV["REDIS_URL"] || "redis://localhost:6379/12"} | |
| end | |
| workers = Sidekiq::ProcessSet.new.size |
| ---------------------- ATU-R Info (hw: annex A, f/w: annex A/B/C) ----------- | |
| Running Mode : 17A State : SHOWTIME | |
| DS Actual Rate : 52987000 bps US Actual Rate : 15661000 bps | |
| DS Attainable Rate : 45049704 bps US Attainable Rate : 14939000 bps | |
| DS Path Mode : Fast US Path Mode : Fast | |
| DS Interleave Depth : 1 US Interleave Depth : 1 | |
| NE Current Attenuation : 20 dB Cur SNR Margin : 4 dB | |
| DS actual PSD : 7. 7 dB US actual PSD : 11. 9 dB | |
| NE CRC Count : 5349 FE CRC Count : 48 | |
| NE ES Count : 1402 FE ES Count : 48 |
| apiVersion: security.uswitch.com/v1 | |
| kind: SecurityGroupPolicy | |
| metadata: | |
| name: mongodb | |
| namespace: default | |
| spec: | |
| securityGroups: | |
| - name: mongodb | |
| egress: | |
| endpoints: |
| FirstSeen LastSeen Count From SubobjectPath Type Reason Message | |
| --------- -------- ----- ---- ------------- -------- ------ ------- | |
| 2m 2m 2 {default-scheduler } Warning FailedScheduling [SchedulerPredicates failed due to PersistentVolumeClaim is not bound: "demo-storage-claim", which is unexpected., SchedulerPredicates failed due to PersistentVolumeClaim is not bound: "demo-storage-claim", which is unexpected., SchedulerPredicates failed due to PersistentVolumeClaim is not bound: "demo-storage-claim", which is unexpected.] | |
| 2m 2m 1 {default-scheduler } Normal Scheduled Successfully assigned storage-demo to ip-172-20-11-154.eu-west-1.compute.internal | |
| 2m 2m 2 {controller-manager } Warning FailedMount Failed to attach volume "pvc-3f2b2bd1-bbed-11e6-aa3d-0675daf36109" on node "ip-172-20-11-154.eu-west-1.compute.internal" with: Error attaching EBS volume: IncorrectState: vol-bd50263f is not 'available'. | |
| status code: 400, request id: | |
| 13s 13s 1 {kubelet ip-172-20-11-154.eu-we |
| #!/usr/bin/env bash | |
| mkdir -p /tmp/cni | |
| cd /tmp/cni | |
| wget https://github.com/projectcalico/calico-cni/releases/download/v1.5.2/calico -O calico | |
| wget https://github.com/containernetworking/cni/releases/download/v0.3.0/cni-v0.3.0.tgz -O cni.tar.gz | |
| tar zxvf cni.tar.gz | |
| rm cni.tar.gz | |
| mkdir -p /opt/cni/bin | |
| cp * /opt/cni/bin |
| 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1 | |
| link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
| 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9001 qdisc mq state UP mode DEFAULT group default qlen 1000 | |
| link/ether 06:51:19:2f:5f:2f brd ff:ff:ff:ff:ff:ff | |
| 3: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default | |
| link/ether 02:42:ee:61:d2:e0 brd ff:ff:ff:ff:ff:ff | |
| 23: cali6cc6f782621@docker0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9001 qdisc noqueue state UP mode DEFAULT group default | |
| link/ether 62:da:0e:8e:66:d9 brd ff:ff:ff:ff:ff:ff | |
| 25: calic711b41d174@docker0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9001 qdisc noqueue state UP mode DEFAULT group default | |
| link/ether 32:be:91:79:f4:c9 brd ff:ff:ff:ff:ff:ff |