Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.
| module "combined_acm_certificate" { | |
| source = "../../modules/acm_certificate_dns_validated_multi_zone" | |
| domain_name = "infra.example.com" | |
| zone_to_san = { | |
| "infra.example.com" = [ | |
| "*.infra.example.com", | |
| "*.dev.infra.example.com", | |
| "*.staging.infra.example.com", | |
| "*.production.infra.example.com", | 
This is a fork of and builds upon the work of Eddie Webb's search and Matthew Daly's search explorations.
It's built for the Hugo static site generator, but could be adopted to function with any json index.
To see it in action, go to craigmod.com and press CMD-/ and start typing.
| # save this in your /home/pi | |
| # look for DEVICE MAC and MQTT Broker config below | |
| # | |
| # ble code from here | |
| # https://dzone.com/articles/using-python-gatttool-and-bluetooth-low-energy-wit | |
| # | |
| # mqtt from here | |
| # http://www.steves-internet-guide.com/into-mqtt-python-client/ | |
| # | |
| # Auto run it every 5 minutes | 
| library(glue) | |
| vv_transformer <- function(text, envir) { | |
| regex <- "=$" | |
| if (!grepl(regex, text)) { | |
| return(identity_transformer(text, envir)) | |
| } | |
| text <- sub(regex, "", text) | |
| res <- identity_transformer(text, envir) | |
| n <- length(res) | 
| #!/usr/bin/env python | |
| # vim: set fileencoding=utf-8 | |
| # | |
| # USAGE: | |
| # Back up your tmux old config, run the script and redirect stdout to your conf | |
| # file. Example: | |
| # | |
| # $ cp ~/.tmux.conf ~/.tmux.conf.orig | |
| # $ python ./tmux-migrate-options.py ~/.tmux.conf.orig > ~/.tmux.conf | |
| # | 
        | library(ggplot2) | |
| library(lubridate) | |
| library(tidyr) | |
| library(viridis) | |
| #library(extrafont) # optional | |
| library(lubridate) | |
| library(gridExtra) | |
| library(ggExtra) | |
| library(dplyr) | |
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.