Skip to content

Instantly share code, notes, and snippets.

@MrHen
MrHen / commands.md
Last active June 24, 2022 12:55
Scratchpad

AWS

KMS

aws kms encrypt --key-id '' --plaintext '' --query CiphertextBlob --output text
aws kms decrypt --ciphertext-blob fileb://<(echo '' | base64 -D)
aws kms decrypt --ciphertext-blob fileb://<(echo '' | base64 -D) --output text --query Plaintext | base64 -D
@MrHen
MrHen / .block
Last active May 13, 2016 20:13
Angular 2 Form Groups
license: MIT
@MrHen
MrHen / .block
Last active April 16, 2016 19:05
Pinwheel Fractal
height: 600
scrolling: true
license: MIT
@MrHen
MrHen / .block
Last active April 13, 2016 22:08
Sierpinski carpet
height: 729
scrolling: true
license: MIT
@MrHen
MrHen / .block
Last active April 9, 2016 16:33
D3 Text Interpolation
height: 500
license: MIT
@MrHen
MrHen / .block
Last active April 16, 2016 19:05
Myst III Symbols
scrolling: true
license: MIT
@MrHen
MrHen / a.json
Created March 30, 2016 21:16
Duelyst Replays
{
"gameSessionData": {
"gameId": "-KE7F9VAdWbT-ClIMHV_",
"gameSetupData": {
"boardCardsData": [
{
"id": 401,
"index": 68,
"ownerId": "-KE-7W0bdpgo_ZyOq_TI",
"location": 3,
@MrHen
MrHen / .block
Last active March 27, 2016 00:17
Doodle
height: 550
scrolling: true
license: MIT
@MrHen
MrHen / Readme.md
Last active March 26, 2016 14:28
D3 Hive Maze

A simple maze displayed with a D3 Hive Plot. Click to transition between nodes or peek to see the full state diagram at once.

@MrHen
MrHen / .block
Last active March 27, 2016 15:16
Voronoi Incremental
height: 700
license: MIT