Keybase proof
I hereby claim:
- I am nickwebcouk on github.
- I am nickweb (https://keybase.io/nickweb) on keybase.
- I have a public key ASBYZ6mb03H5j8dGfsXRLswInTFiPz705ZUKkBnuJrV8mgo
To claim this, I am signing this object:
#!/usr/bin env python | |
import random | |
import time | |
import unicornhathd | |
unicornhathd.brightness(0.6) | |
unicornhathd.clear() | |
while True: |
#!/bin/bash | |
# requires jq | |
# arg 1: iCloud web album URL | |
# arg 2: folder to download into (optional) | |
function curl_post_json { | |
curl -sH "Content-Type: application/json" -X POST -d "@-" "$@" | |
} |
<?php | |
$i = 0; | |
while ($i < 70){ | |
$s = substr(str_shuffle(str_repeat("abcdefghkmnpqrstuvwxyz", 3)), 0, 2); | |
echo "a" . $s . "\r\n"; | |
$i++; | |
} | |
$j = 0; | |
while ($j < 70){ |
# https://wordpress.org/support/topic/content-not-centered-2/ | |
.entry .entry-content > *, | |
.entry .entry-summary > * { | |
max-width: none; | |
} |
I hereby claim:
To claim this, I am signing this object: