Skip to content

Instantly share code, notes, and snippets.

View RupertBarrow's full-sized avatar

Rupert Barrow RupertBarrow

View GitHub Profile
@RupertBarrow
RupertBarrow / jq-cheetsheet.md
Created May 11, 2022 08:05 — forked from olih/jq-cheetsheet.md
jq Cheet Sheet

Processing JSON using jq

jq is useful to slice, filter, map and transform structured json data.

Installing jq

On Mac OS

brew install jq

@RupertBarrow
RupertBarrow / diagram.css
Created January 3, 2022 07:19 — forked from isaacplmann/diagram.css
D3 Diagram with left/right aligned links
#chart text {
fill: white;
font: 10px Helvetica;
text-anchor: end;
}
line {
/*stroke: black;*/
}
line:first-child.notify,
line:first-child.precheck,