I hereby claim:
- I am sodre on github.
- I am sodre (https://keybase.io/sodre) on keybase.
- I have a public key ASANbrpK-n-maUbZAcNuxcErg_X9QzAPiBOLPncQFf7_7Qo
To claim this, I am signing this object:
| { | |
| "Version": "2012-10-17", | |
| "Statement": [ | |
| { | |
| "Sid": "AllowCreateRoleWithBoundary", | |
| "Effect": "Allow", | |
| "Action": "iam:CreateRole", | |
| "Resource": "arn:aws:iam::*:role/PowerUserPB*", | |
| "Condition": { | |
| "StringEquals": { |
| #!/bin/sh | |
| # | |
| # Run docker-compose in a container | |
| # | |
| # This script will attempt to mirror the host paths by using volumes for the | |
| # following paths: | |
| # * $(pwd) | |
| # * $(dirname $COMPOSE_FILE) if it's set | |
| # * $HOME if it's set | |
| # |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| # A Python function for overlaying a source directory on top of a destination dir | |
| import os | |
| import re | |
| from conda_build.utils import merge_tree, _copy_with_shell_fallback | |
| def build_absolute_paths(src, dest, dest_prefix): | |
| abs_src = os.path.abspath(src) |
| #!/usr/bin/env python | |
| # A Python function for overlaying a source directory on top of a destination dir | |
| import os | |
| import shutil | |
| import re | |
| def normalize_paths(dest_prefix, src, dest): | |
| dest = re.sub(r'^/+', '', dest) | |
| return ( |
| # A Python function for overlaying a source directory on top of a destination dir | |
| import os | |
| import shutil | |
| def overlay_dir(prefix, src, dest): | |
| abs_src = os.path.abspath(src) | |
| abs_dest = os.path.join(prefix, dest) | |
| for root, dirs, files in os.walk(abs_src): |
| #!/bin/bash | |
| set -eo pipefail | |
| semver_regex="^(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)(\-[0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*)?(\+[0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*)?$" | |
| usage="\ | |
| Usage: | |
| $0 | |
| $0 show |
| cgroups: | |
| - cgroupspy>=0.1.4 | |
| cloudant: | |
| - cloudant>=0.5.9,<2.0 | |
| crypto: | |
| - cryptography>=0.9.3 | |
| datadog: | |
| - datadog>=0.14.0 | |
| docker: | |
| - docker-py>=1.6.0 |
| #!/bin/vbash | |
| # sets the tunnel remote-ip based on the supplied host-name. | |
| if [ $# == 0 ]; then | |
| echo "usage: $0 <tunnel> <host-name>" | |
| echo " e.g.: $0 tun0 vpn-01.no-ip.com" | |
| exit 1 | |
| fi | |
| tunnel=$1 |
| { | |
| "brand": "kvm", | |
| "alias": "hxexsa", | |
| "resolvers": [ | |
| "8.8.8.8", | |
| "8.8.4.4" | |
| ], | |
| "ram": "12288", | |
| "vcpus": "2", | |
| "nics": [ |