I hereby claim:
- I am johnsyweb on github.
- I am johnsyweb (https://keybase.io/johnsyweb) on keybase.
- I have a public key ASCrr5299F40kYKt9QVqd-22qgmC4914VfJb57pn7sHojAo
To claim this, I am signing this object:
Page 1 | |
Transcript of Live Chat | |
A transcript of this secure Chat is retained and may be monitored for coaching purposes. You can view our Privacy Statement at telstra.com. | |
Please select 'End chat' if you do not wish to proceed. | |
Maria Cristina | |
Hi PETER, how may I help you? | |
iex(2)> v() | |
1: h() | |
#=> :"do not show this result in output" | |
:ok |
#!/usr/bin/env ruby | |
# encoding: utf-8 | |
IDEAS = [ | |
%Q(Bar uvg jbaqref' bgure fbatf), | |
%Q(Gurl jnag gb oernx serr: Gur zhfvp gurl znqr jura gurl yrsg gur onaq), | |
%Q(Nhfgenyvnan: Fubjpnfr lbhe snibhevgr angvir onaqf gb arjpbzref gb guvf ynaq tveg ol frn ), | |
%Q(Sbervta ynathntr fbatf), | |
%Q(Xrrc ba Ehaava': Zhfvp gb zbgvingr zr gb trg cnfg gur 8xz znex), | |
%Q(Zhfvp bs gur zbivrf: Abg gur gurzrf… ohg fbatf znqr snzbhf ol gur zbivrf), |
#!/bin/bash | |
boot2docker down | |
for i in {49000..49900}; do | |
for protocol in 'tcp' 'udp'; do | |
VBoxManage modifyvm "boot2docker-vm" --natpf1 "${protocol}-port${i},${protocol},,${i},,${i}" | |
done | |
done |
$ git fetch | |
remote: Counting objects: 4467, done. | |
remote: Compressing objects: 100% (2616/2616), done. | |
remote: Total 4467 (delta 2569), reused 2859 (delta 1665) | |
Receiving objects: 100% (4467/4467), 3.87 MiB, done. | |
Resolving deltas: 100% (2569/2569), done. | |
fatal: bad object 932319fa81372b23ab80b4fd8c99947b83322f3c |
for region in $(aws ec2 describe-regions --region ap-southeast-1 --query 'Regions[].RegionName' --output=text); do | |
echo "EC2 instances in ${region}..." | |
aws ec2 describe-instances --region ${region} --query 'Reservations[].Instances[].Tags[?Key==`Name`].Value' --output=text | |
done |
>>> l = [] | |
>>> l[100:] = ['foo'] | |
>>> l[100] | |
Traceback (most recent call last): | |
File "<stdin>", line 1, in <module> | |
IndexError: list index out of range |
I hereby claim:
To claim this, I am signing this object:
% git reset --hard origin/master && rbenv version && bundle exec cucumber --version && bundle exec cucumber features/built_in_matchers/all.feature:21 | |
HEAD is now at 00252315 Merge 3-8-maintenance | |
2.5.1 (set by RBENV_VERSION environment variable) | |
1.3.20 | |
/opt/rubies/2.5.1/lib/ruby/gems/2.5.0/gems/gherkin-2.12.2/lib/gherkin/formatter/filter_formatter.rb:105: warning: constant ::Fixnum is deprecated | |
Using the default profile... | |
..F | |
(::) failed steps (::) |