- gum
- zip
- mgc cli
- jq
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <SPI.h> | |
#include <EtherEncLib.h> | |
#include <avr/pgmspace.h> | |
#include <Thermistor.h> | |
const PROGMEM char resp200Txt[] = {"HTTP/1.0 200 OK\n\rContent-Type: text/html\n\rPragma: no-cache\n\r\n\r"}; | |
int RelayPin = 5; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.config/starship.toml | |
[custom.mgc] | |
style = 'bold blue' | |
when = "true" | |
symbol = '' | |
command = "cat ~/.config/mgc/current" | |
format = 'on [$symbol $output]($style) ' |
A shell script that automates Terraform drift detection and analysis.
This script generates a Terraform plan, analyzes resource drift, and displays only the changed values between 'before' and 'after' states. It automatically removes unnecessary fields (provider_name, type, mode, name) and cleans up temporary files.