I hereby claim:
- I am jbonhag on github.
- I am jbonhag (https://keybase.io/jbonhag) on keybase.
- I have a public key ASClg7xhuZMkwhYnFqm7QwUBoVVmE1JQMJeDmnsdRYHkpgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
variable "bucket_name" | |
description = "Name of the s3 bucket. Must be unique." | |
type = string | |
} |
https://www.youtube.com/watch?v=GEU-BTDQw-8 https://www.youtube.com/watch?v=CXL4qi85Q2k | |
https://www.youtube.com/watch?v=AzylZnJrjok https://www.youtube.com/watch?v=MfRIObAzKks | |
https://www.youtube.com/watch?v=7_ayJQNOUqI https://www.youtube.com/watch?v=Cab6nOWZUQA | |
https://www.youtube.com/watch?v=7z103k7LjVc https://www.youtube.com/watch?v=9M96V5HwFYI | |
https://www.youtube.com/watch?v=L9JjUScyits https://www.youtube.com/watch?v=rMqJ0bGJ454 | |
https://www.youtube.com/watch?v=8IrXqqYG_QI https://www.youtube.com/watch?v=5Hm8wbG5-C4 | |
https://www.youtube.com/watch?v=YhrwNmFGzEY https://www.youtube.com/watch?v=vVc12xutJok | |
https://www.youtube.com/watch?v=AEWKGyUjSto https://www.youtube.com/watch?v=rMqJ0bGJ454 | |
https://www.youtube.com/watch?v=QVrn_HEhNW8 https://www.youtube.com/watch?v=VtFJiyWtNcU | |
https://www.youtube.com/watch?v=SwGkdrSbdPg https://www.youtube.com/watch?v=lXCsUOKIkkc |
# This is the sshd server system-wide configuration file. See | |
# sshd_config(5) for more information. | |
# The strategy used for options in the default sshd_config shipped with | |
# OpenSSH is to specify options with their default value where | |
# possible, but leave them commented. Uncommented options override the | |
# default value. | |
#Port 22 | |
#AddressFamily any |
Vagrant.configure("2") do |config| | |
config.vm.box = "ubuntu/trusty64" | |
config.vm.network "private_network", ip: "172.17.0.19" | |
config.vm.synced_folder "/Volumes/Development", "/home/vagrant/Development", type: "nfs" | |
end |
cd beck1994-01-26.shnf | |
shnjoin *.shn | |
lame --preset insane joined.wav beck1994-01-26.mp3 | |
rm joined.wav |
to getDocumentName() | |
tell application "Safari" | |
return name of document 1 as text | |
end tell | |
end getDocumentName | |
to getDocumentBody() | |
tell application "Safari" | |
return source of document 1 as text | |
end tell |
all: clean dvd | |
dvd: dvd.iso | |
hdiutil burn dvd.iso | |
dvdauthor.xml: | |
echo "<dvdauthor>" > dvdauthor.xml | |
echo " <vmgm />" >> dvdauthor.xml | |
echo " <titleset>" >> dvdauthor.xml | |
echo " <titles>" >> dvdauthor.xml |
HTMLCollection.prototype.map = function(f) { | |
var result = []; | |
for (var i = 0; i < this.length; i = i + 1) { | |
el = elements[i]; | |
result.push(f(el)); | |
}; | |
return result; | |
} |
sky |