-
Harrod's, especially the food halls
-
Hamley's (world's oldest and largest toy store)
-
Oxford Street (equivalent of 5th avenue), especially Selfridge's
-
Hyde Park (there's a Christmas Fair here)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* See: https://support.insomnia.rest/article/26-plugins#template-tags | |
*/ | |
const fs = require('fs') | |
const jwt = require('jsonwebtoken') | |
// | |
const createApp = function ({id, cert}) { | |
return function () { | |
const payload = { | |
iat: Math.floor(new Date() / 1000), // Issued at time |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function mdclean { | |
# TEST | |
# echo -e $"**TITLE**\n* hello\n\t* world\n \t* :wave:" | sed -E "s/^([ $(printf '\t')]*)\* /\1- /" | |
pbpaste | \ | |
/usr/bin/sed -E "s/^([ $(printf '\t')]*)\* /\1- /" | \ | |
pbcopy | |
} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- https://gist.github.com/swinton/9f0be6bc451b614c7d02fa5d47e6d5e7 | |
on alfred_script(q) | |
set cmd to q | |
tell application "iTerm" | |
activate | |
tell current window | |
set t to (create tab with default profile) | |
set s to current session of t | |
tell s to write text cmd | |
end tell |
I got HookHand working locally, it’s pretty interesting, I feel like the way it exposes webhook data as environment variables might be fairly tricky to work with:
- First:
cat ~/scratch/HookHand/scripts/test
#!/bin/sh
echo "TEST!"
echo "parameters: $*"
echo "HOOKHAND* environment variables:"
- TRANSITIONING TO INNERSOURCE
- DEMOLITIONS AND DALÍ: WEB DEV AND DATA IN A GRAPH DATABASE
- DISSECTING GIT'S GUTS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Exports members of an org as a CSV | |
# Usage: | |
# ./gh-org-members.sh > members.csv | |
# Dependencies: | |
# - jq (https://github.com/stedolan/jq) | |
export GITHUB_TOKEN="[your personal access token]" |
I hereby claim:
- I am swinton on github.
- I am swinton (https://keybase.io/swinton) on keybase.
- I have a public key ASAnfVFPL9bXH-HShRSoef5uZaz89bq_jD0vz3QwneDrMQo
To claim this, I am signing this object: