Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am blicksky on github.
  • I am blicksky (https://keybase.io/blicksky) on keybase.
  • I have a public key whose fingerprint is B0E8 179A F109 5131 BD66 FF44 329D 6438 86AB B7B0

To claim this, I am signing this object:

@blicksky
blicksky / trello-hide-label.js
Last active April 24, 2019 16:33
Hide Trello Label
const hasLabel = (cardElement, label) => Array.from(cardElement.querySelectorAll('.card-label'))
.find((labelElement) => labelElement.title === label);
Array.from(document.querySelectorAll('.list-card'))
.filter((cardElement) => hasLabel(cardElement, 'Pending ⏳'))
.forEach((cardElement) => cardElement.classList.toggle('hide'));
@blicksky
blicksky / case.txt
Last active September 26, 2019 15:54
camelCase
snake_case
kabob-case
UPPERCASE
lowercase
s
t
a
i
r
@blicksky
blicksky / holograph.json
Created June 20, 2024 00:06
Holograph - Juice Cutting Calculator
{"shapes":[{"x":-194.32581276661176,"y":313.0967411189308,"rotation":0,"isLocked":false,"opacity":1,"meta":{},"id":"shape:xxyPXdioP2IwEMPM7afcv","type":"group","parentId":"page:l0O2yedoGvhP2udO-ALCX","index":"a1","props":{},"typeName":"shape"},{"x":191.69437936898885,"y":-0.6781018852657326,"rotation":0,"isLocked":true,"opacity":1,"meta":{},"id":"shape:m7Im1aA2rXPBZDnClT893","type":"geo","props":{"w":141.1268213338401,"h":133.24124641883282,"geo":"ellipse","color":"yellow","labelColor":"black","fill":"solid","dash":"draw","size":"m","font":"draw","text":"3","align":"middle","verticalAlign":"middle","growY":0,"url":""},"parentId":"shape:xxyPXdioP2IwEMPM7afcv","index":"a1","typeName":"shape"},{"x":0,"y":23.76798582366655,"rotation":0,"isLocked":false,"opacity":1,"meta":{},"id":"shape:aWW_i0I-MmjlPwMv34xnz","type":"text","props":{"color":"yellow","size":"m","w":173.28018582434606,"text":"Juice Carton (Liters)","font":"draw","align":"middle","autoSize":false,"scale":1},"parentId":"shape:xxyPXdioP2IwEMPM7afcv","in