I hereby claim:
- I am cdemers on github.
- I am cdemers (https://keybase.io/cdemers) on keybase.
- I have a public key ASDVS79mHfFJuq8OzyLaFavILYUSFglM0mfCxQbin4J6ygo
To claim this, I am signing this object:
| s := fmt.Sprintf("%.4f", 10/6.0)[0:5] |
| package main | |
| import ( | |
| "archive/tar" | |
| "bytes" | |
| "io" | |
| "log" | |
| "os" | |
| "github.com/blakesmith/ar" |
| #!/bin/sh | |
| # OSX El Capitan _System Integrity Protection_ workaround | |
| sudo -H pip install awscli --ignore-installed six | |
| # With OSX, it's likely you will need to upgrade pip eventually | |
| sudo -H pip install --upgrade pip | |
| [[ $_ == $0 ]] && echo "This script should probably be sourced." |
I hereby claim:
To claim this, I am signing this object:
link(href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css" rel="stylesheet")link(href="https://cdn.jsdelivr.net/npm/chart.js@2.8.0/dist/Chart.css" rel="stylesheet")
script(src="https://cdn.jsdelivr.net/npm/moment@2.24.0/moment.min.js" integrity="sha384-QliZbpszoo4jiVyo529dYiKgGQySM0I/kSJcvQcVkMXCqiIoEfRQLsvUwVNLcOqP" crossorigin="anonymous")| #!/bin/sh | |
| # Using this script you simply have to specify the first letters of a pod | |
| # to open a shell, the default shell is bash, but you can specify an | |
| # alternative as second parameter. | |
| # | |
| # For example, if you have the two following pods: | |
| # - caching-service-blablabla-123123-abcdef | |
| # - creditcard-frontend-blabla-3213213-fghijk | |
| # |
| package main | |
| import ( | |
| "log" | |
| "sync" | |
| ) | |
| func main() { | |
| inChan := make(chan workToDo, 2) |
| # Terraform Static Analysis Makefile v4.2.0 (Makefile.terraform) | |
| .PHONY: tests | |
| # Default target runs tests: | |
| tests: | |
| @echo "Running terraform fmt check..." | |
| @(terraform fmt -recursive -check && echo "All terraform files are formatted correctly.") || { echo "Error: Some Terraform files are not formatted correctly." >&2; exit 1; } | |
| @echo "Running tflint tests..." | |
| @which tflint >/dev/null 2>&1; \ |