This is referred from: https://medium.com/deno-the-complete-reference/sending-form-data-using-fetch-in-node-js-8cedd0b2af85
All credit to: https://choubey.medium.com/
ZIP LAT LNG | |
00601 18.180555 -66.749961 | |
00602 18.361945 -67.175597 | |
00603 18.457399 -67.124867 | |
00606 18.158327 -66.932928 | |
00610 18.295304 -67.12518 | |
00611 18.276316 -66.807165 | |
00612 18.416727 -66.70009 | |
00616 18.420412 -66.671979 | |
00617 18.446889 -66.561154 |
This is referred from: https://medium.com/deno-the-complete-reference/sending-form-data-using-fetch-in-node-js-8cedd0b2af85
All credit to: https://choubey.medium.com/
devtools
directory in home directoymkdir ~/devtools
A quick instruction to setup the redis cluster on local machine for quick testing. I am going to use bitnami docker images.
docker-compose up -d
2020/06/05 17:01:13 [WARN] Provider "registry.terraform.io/-/aws" produced an invalid plan for aws_batch_job_definition.batch-job-definition, but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
batch-job-role\",\"memory\":4096,\"mountPoints\":[],\"resourceRequirements\":[],\"ulimits\":[],\"vcpus\":1,\"volumes\":[]}") | |
2020/06/05 17:01:13 [INFO] backend/local: plan operation completed | |
An execution plan has been generated and is shown below. | |
Resource actions are indicated with the following symbols: | |
-/+ destroy and then create replacement | |
Terraform will perform the following actions: |
'use strict'; | |
const BbPromise = require('bluebird'); | |
const _ = require('lodash'); | |
const path = require('path'); | |
const archiver = require('archiver'); | |
const fs = require('fs'); | |
const glob = require('glob'); | |
const semver = require('semver'); |
aliases: | |
- &restore_gem_cache | |
keys: | |
- v1-gemfile-{{ checksum "Gemfile.lock" }} | |
- &save_gem_cache | |
name: Saving gem cache | |
key: v1-gemfile-{{ checksum "Gemfile.lock" }} | |
paths: | |
- ~/data/vendor/bundle |
#!/usr/bin/env bash | |
set -e | |
# Formats any *.tf files according to the hashicorp convention | |
files=$(git diff --cached --name-only) | |
for f in $files | |
do | |
if [ -e "$f" ] && [[ $f == *.tf ]]; then | |
#terraform validate `dirname $f` | |
terraform fmt $f |
I hereby claim:
To claim this, I am signing this object: