Skip to content

Instantly share code, notes, and snippets.

View MattieTK's full-sized avatar
🏠
Working from home

Matt ‘TK’ Taylor MattieTK

🏠
Working from home
View GitHub Profile
@MattieTK
MattieTK / Raindrop.sxcu
Created April 9, 2024 23:43
Raindrop.io ShareX Custom Uploader
{
"Version": "16.0.1",
"Name": "Raindrop",
"DestinationType": "ImageUploader, TextUploader, FileUploader",
"RequestMethod": "PUT",
"RequestURL": "https://api.raindrop.io/rest/v1/raindrop/file",
"Headers": {
"Authorization": "Bearer <apikey>"
},
"Body": "MultipartFormData",
@MattieTK
MattieTK / gist:8c18e201fbf03bec58ae3844c673d7c1
Last active August 8, 2023 19:43
Raspberry Pi Ubuntu setup
# Update Raspberry Pi OS
sudo apt update
sudo apt full-upgrade
sudo apt install linux-modules-extra-raspi
sudo reboot
#Setup eth0
sudo crontab -e
# Add line
@reboot dhclient -v
@MattieTK
MattieTK / keybase.md
Created August 9, 2018 15:08
keybase

Keybase proof

I hereby claim:

  • I am MattieTK on github.
  • I am mattietk (https://keybase.io/mattietk) on keybase.
  • I have a public key whose fingerprint is BA25 299E A084 8B86 652A E03D F0D1 4F67 C00C A4F3

To claim this, I am signing this object:

@MattieTK
MattieTK / .slate
Created February 20, 2018 14:18
Slate config file
config defaultToCurrentScreen true
# Abstract positions
alias full move screenOriginX;screenOriginY screenSizeX;screenSizeY
alias lefthalf move screenOriginX;screenOriginY screenSizeX/2;screenSizeY
alias righthalf move screenOriginX+screenSizeX/2;screenOriginY screenSizeX/2;screenSizeY
alias tophalf move screenOriginX;screenOriginY screenSizeX;screenSizeY/2
alias bottomhalf move screenOriginX;screenOriginY+screenSizeY/2 screenSizeX;screenSizeY/2
alias topleft corner top-left resize:screenSizeX/2;screenSizeY/2
alias topright corner top-right resize:screenSizeX/2;screenSizeY/2
@MattieTK
MattieTK / Twitter.plist
Created April 2, 2016 23:42
Twitter video handbrake settings
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist>
<array>
<dict>
<key>AudioList</key>
<array>
<dict>
<key>AudioBitrate</key>
<string>128</string>