This guide has moved to a GitHub repository to enable collaboration and community input via pull-requests.
https://github.com/alexellis/k8s-on-raspbian
Alex
// ==UserScript== | |
// @name CodeNull - Spotify Ad Muter | |
// @author [email protected] | |
// @version 4.0 | |
// @namespace http://tampermonkey.net/ | |
// @description Detects and blocks ads on Spotify. Automatically mute Spotify ads. Turn sound on again after the ad. | |
// @match https://*.spotify.com/* | |
// @grant none | |
// @run-at document-start | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=spotify.com |
// ==UserScript== | |
// @name CodeNull - YouTube Videos Ad Muter | |
// @author [email protected] | |
// @version 4.0 | |
// @namespace http://tampermonkey.net/ | |
// @description Detects and blocks ads on YouTube Videos. Automatically mute ads. Turn sound on again after the ad. | |
// @match https://www.youtube.com/* | |
// @grant none | |
// @run-at document-start | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com |
// ==UserScript== | |
// @name CodeNull - Amazone Prime Video Ad Muter | |
// @author [email protected] | |
// @version 4.0 | |
// @namespace http://tampermonkey.net/ | |
// @description Detects and blocks ads on Amazon Prime Video. Automatically mute ads. Turn sound on again after the ad. | |
// @match https://www.amazon.com/gp/video/* | |
// @grant none | |
// @run-at document-start | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=amazon.com |
This guide has moved to a GitHub repository to enable collaboration and community input via pull-requests.
https://github.com/alexellis/k8s-on-raspbian
Alex
public static void Main(string[] args) | |
{ | |
var app = new Microsoft.Extensions.CommandLineUtils.CommandLineApplication(); | |
var catapult = app.Command("catapult", config => { | |
config.OnExecute(()=>{ | |
config.ShowHelp(); //show help for catapult | |
return 1; //return error since we didn't do anything | |
}); | |
config.HelpOption("-? | -h | --help"); //show help on --help | |
}); |
Param([string]$myVar ) | |
$token = '<API_Token>' | |
$headers = @{ | |
"Authorization" = "Bearer $token" | |
"Content-type" = "application/json" | |
} | |
$body = @{ |
Hi, I'm Lorna and I don't use a mouse. I have had RSI issues since a bad workstation setup at work in 2006. I've tried a number of extra hardware modifications but what works best for me is to use the keyboard and only the keyboard, so I'm in a good position and never reaching for anything else (except my coffee cup!). I rather unwisely took a job which required me to use a mac (I've been a linux user until now and also had the ability to choose my tools carefully) so here is my cheatsheet of the apps, tricks and keyboard shortcuts I'm using, mostly for my own reference. Since keyboard-only use is also great for productivity, you may also find some of these ideas useful, in which case at least something good has come of this :)
There's more detail on a few of these apps but here is a quick overview of the tools I've installed and found helpful
Tool | Link | Comments |
---|
This is unmaintained, please visit Ben-PH/spacemacs-cheatsheet
SPC q q
- quitSPC w /
- split window verticallySPC w
- - split window horizontallySPC 1
- switch to window 1SPC 2
- switch to window 2SPC w c
- delete current window