Skip to content

Instantly share code, notes, and snippets.

View iautom8things's full-sized avatar
🚀
🌔

Manuel Zubieta iautom8things

🚀
🌔
  • ChapterSpot
  • New Orleans
View GitHub Profile
@iautom8things
iautom8things / README.md
Created September 20, 2016 02:16 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.


Index:

@iautom8things
iautom8things / parsley_examples.py
Created July 13, 2017 16:37 — forked from kurtbrose/parsley_examples.py
little parsley examples
# how to separate items in a list from separators
parsley.makeGrammar('''
a_list = ('a':it ','? -> it)*
''', {})('a,a,a').a_list()
# result is ['a', 'a', 'a']
# parsing a list of 'a's
parsley.makeGrammar('''
a_list = '[' ('a':it ','? -> it)*:li ']' -> li
@iautom8things
iautom8things / v1.0.2_works
Created July 29, 2017 18:03
v1.0.2_works
2017/07/29 12:53:17 [INFO] Packer version: 1.0.2
2017/07/29 12:53:17 Packer Target OS/Arch: darwin amd64
2017/07/29 12:53:17 Built with Go Version: go1.8.3
2017/07/29 12:53:17 Detected home directory from env var: /Users/mz
2017/07/29 12:53:17 Using internal plugin for qemu
2017/07/29 12:53:17 Using internal plugin for virtualbox-ovf
2017/07/29 12:53:17 Using internal plugin for amazon-ebs
2017/07/29 12:53:17 Using internal plugin for amazon-ebssurrogate
2017/07/29 12:53:17 Using internal plugin for azure-arm
2017/07/29 12:53:17 Using internal plugin for digitalocean
@iautom8things
iautom8things / v1.0.3_hangs
Created July 29, 2017 18:03
v1.0.3_hangs
2017/07/29 12:43:10 [INFO] Packer version: 1.0.3
2017/07/29 12:43:10 Packer Target OS/Arch: darwin amd64
2017/07/29 12:43:10 Built with Go Version: go1.8.3
2017/07/29 12:43:10 Detected home directory from env var: /Users/mz
2017/07/29 12:43:10 Using internal plugin for amazon-instance
2017/07/29 12:43:10 Using internal plugin for docker
2017/07/29 12:43:10 Using internal plugin for openstack
2017/07/29 12:43:10 Using internal plugin for amazon-ebsvolume
2017/07/29 12:43:10 Using internal plugin for azure-arm
2017/07/29 12:43:10 Using internal plugin for googlecompute
@iautom8things
iautom8things / slack_dark_theme.css
Last active March 28, 2018 12:59
slack_dark_theme.css
body { background: #222; color: #e6e6e6; }
a { color: #949494; }
a:link, a:visited { color: #949494; }
a:hover, a:active, a:focus { color: #c7c7c7; }
hr { border-bottom: 1px solid #424242; border-top: 1px solid #222; }

Keybase proof

I hereby claim:

  • I am iautom8things on github.
  • I am zubnola (https://keybase.io/zubnola) on keybase.
  • I have a public key ASD-OqwUUVLPSl06l5sppmPW9VWRdJjwHNdUX3XD8v3Pggo

To claim this, I am signing this object:

Day3

Section

--- Day 3: Rucksack Reorganization ---

One Elf has the important job of loading all of the rucksacks with supplies for the jungle journey. Unfortunately, that Elf didn't quite follow the packing instructions, and so a few items now need to be rearranged.