I hereby claim:
- I am abstractvector on github.
- I am matthewknight (https://keybase.io/matthewknight) on keybase.
- I have a public key whose fingerprint is 263A 8C01 EEF3 2152 41AA 4B57 0B2E 795F 8F54 4632
To claim this, I am signing this object:
| Template: template.html | |
| <div>{{> partials/nested-list.html}}</div> | |
| Partial: partials/nested-list.html | |
| <ul> | |
| {{#list}} | |
| <li> | |
| <a href="{{url}}">{{title}}</a> |
I hereby claim:
To claim this, I am signing this object:
| #include <Arduino.h> | |
| #define RF_DATA_PIN 32 | |
| #define TIMING_SYNC_SHORT_HIGH 190 | |
| #define TIMING_SYNC_SHORT_LOW 300 | |
| #define TIMING_SYNC_LONG_HIGH 1580 | |
| #define TIMING_SYNC_LONG_LOW 1520 |
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "builtIn": 1, | |
| "datasource": "-- Grafana --", | |
| "enable": true, | |
| "hide": true, | |
| "iconColor": "rgba(0, 211, 255, 1)", | |
| "name": "Annotations & Alerts", |
| ARG ALPINE_VERSION=3.11 | |
| ARG NODE_VERSION=15.5.1 | |
| ########################## | |
| # Cache-preserving image # | |
| ########################## | |
| FROM alpine:${ALPINE_VERSION} AS deps | |
| RUN apk --no-cache add jq |