Skip to content

Instantly share code, notes, and snippets.

View hyl's full-sized avatar

Jamie Hoyle hyl

View GitHub Profile
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDj6an6t1vAKcYIE6+FXE+e6ie36O9eY5+RuuXexlKqoyETWjAMyQ4T8TzdeOwv7nNptNSHl3IvWOVIw8U4UA2RXBi2En/le2QgX0O/RyeCsq+Vr9dxJ7nrALYSa7H0diVj7+zwQhXWyMGaxk9hMRIyd/Cq2R8AecrNvHiC4iUh0CimfljK/WaMqoqygg2D8KfO90JgrsBWJleHAUb28pdDB/2cLfTqyrLkd1Vc8ZJ38VLCuw/0QmAf0b5WP0/mzKQidT3o8raObZD840lIGUpkGTszIvF1bs0hIdWMhI/bc/lBJHoDNO2iy0t4pKtPEpmAiy6W4F4doxK2OR8Jzg8H onboarding@mirrorweb.com
-----BEGIN PGP PUBLIC KEY BLOCK-----
mQINBGSQamkBEACliVkkXYRpX7Gti5FQbGH1Iwng7xKaYNnqbBk5D18Z8ldbQOp3
9ykMz/u+ee6OIlsVlBrhpEnjS/sMXX53ejRL5ZB2T2UejnhCRsagKo6kcue1HQjI
Zu9AimfO94OP9EGy8+JvNFNPPz6T7EiEYixRKI/9iRLXRVjmvKtDe+rQukljoqbx
KRQc1bod/TZVI815mg4UYZNjS9hHAHToDkIs8j/oEoF5ErpREkiT6O/HRetUaq+J
NcVC6ZRjHHztjLnUulDa58SbOiZ5fCiO9BGP/fhRvVdgKLFwaxUjm3rR3DDf4oaD
zse5l477iRSm6Jl+rLVaA/NOPE+rGe2skGT1DlvBqLFQ/umJUmXcHy4Vc0hKieki
WuUS4UiP256XosMoSS+plekeoH/ZwH+8e78yhKP8z+MXvZkpE0Vz8bKK0+SUo7K2
zNwiX/hBs62Tvd1LoPJqKHOODPmQB1yhcypU9lZcTPzwXvYIwW6GsfO1N1nTUfyJ

Keybase proof

I hereby claim:

  • I am hyl on github.
  • I am hoyle (https://keybase.io/hoyle) on keybase.
  • I have a public key ASBVDQJq6sl-7kFLQE5LbdzyBgJwsSDOya3j9mjY6GLVEgo

To claim this, I am signing this object:

@hyl
hyl / AllStar.applescript
Created January 19, 2017 15:43
All Star phone spammer
tell application "Messages"
set targetBuddy to "NUMBER/EMAIL"
set targetService to id of 1st service whose service type = iMessage
repeat
set textMessage to "Somebody once told me the world is gonna roll me"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
@hyl
hyl / webfontBlockerBlocker.scss
Created September 18, 2015 09:40
A web font blocker blocker.
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
@mixin websafe-font($fontFamily) {
font-family: $fontFamily, 'Wingdings', 'Comic Sans MS';
}
p {
@include websafe-font('Ubuntu');
}
@hyl
hyl / emoji-aliases.json
Created July 17, 2015 13:27
JSON with every emoji alias.
{
"people": ["bowtie", "smile", "laughing", "blush", "smiley", "relaxed", "smirk", "heart_eyes", "kissing_heart", "kissing_closed_eyes", "flushed", "relieved", "satisfied", "grin", "wink", "stuck_out_tongue_winking_eye", "stuck_out_tongue_closed_eyes", "grinning", "kissing", "kissing_smiling_eyes", "stuck_out_tongue", "sleeping", "worried", "frowning", "anguished", "open_mouth", "grimacing", "confused", "hushed", "expressionless", "unamused", "sweat_smile", "sweat", "disappointed_relieved", "weary", "pensive", "disappointed", "confounded", "fearful", "cold_sweat", "persevere", "cry", "sob", "joy", "astonished", "scream", "neckbeard", "tired_face", "angry", "rage", "triumph", "sleepy", "yum", "mask", "sunglasses", "dizzy_face", "imp", "smiling_imp", "neutral_face", "no_mouth", "innocent", "alien", "yellow_heart", "blue_heart", "purple_heart", "heart", "green_heart", "broken_heart", "heartbeat", "heartpulse", "two_hearts", "revolving_hearts", "cupid", "sparkling_heart", "sparkles", "star", "star2", "dizzy",
### Keybase proof
I hereby claim:
* I am hyl on github.
* I am hoyle (https://keybase.io/hoyle) on keybase.
* I have a public key whose fingerprint is C4A1 618E A0DA 4692 A269 F9B3 3F99 B22A FA89 5CFB
To claim this, I am signing this object:
@hyl
hyl / partyRankings.json
Last active August 29, 2015 14:18
A ranked list of parties by total votes in the 2010 General Elections.
[
{
"party": "Conservative",
"totalVotes": 10703654,
"ranking": 1
},
{
"party": "Labour",
"totalVotes": 8606517,
"ranking": 2
@hyl
hyl / partyColors.json
Last active August 29, 2015 14:17
A JSON file full of colours for different political parties, matched to their names as they appear on YourNextMP (which is why some parties/colours are missing: feel free to suggest more!)
[
{
"name": "Alliance for Green Socialism",
"color": "#00A86B"
},
{
"name": "Alliance - Alliance Party of Northern Ireland",
"color": "#F6CB2F"
},
{