Skip to content

Instantly share code, notes, and snippets.

View frankh's full-sized avatar
🚀
Making the world a better place through Paxos algorithms for consensus protocols

Frank Hamand frankh

🚀
Making the world a better place through Paxos algorithms for consensus protocols
View GitHub Profile
@frankh
frankh / gist:1503683ca335cd1ad5247f2c95e60e85
Last active November 17, 2017 17:06 — forked from hay/gist:1351230
Arachnify your workflow model names!
<!doctype html>
<html>
<head>
<title></title>
<style>
body {
background: white;
text-align: center;
padding: 20px;
font-family: Georgia, serif;
@frankh
frankh / sg-diff
Last active November 26, 2019 14:54 — forked from greglook/sg-diff
Render Terraform AWS security group diffs for humans
class SgDiff
SGR_ANSI = "\e[%sm"
SGR_CODES = {
none: 0,
bold: 1,
black: 30,
red: 31,
green: 32,
yellow: 33,