git clone https://github.com/k8snetworkplumbingwg/multus-cni.git && cd multus-cni
cat ./deployments/multus-daemonset.yml | rancher kubectl apply -f -
This file contains 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
{ | |
;; my-goku | |
;; in hammerspoon console hs.ipc.cliInstall() | |
;; gokuw | |
;; gh gist edit d496e18751ddea5a9cb310755535389c -a karabiner.edn /Users/momo/.config/karabiner.edn | |
:templates { | |
:open "open \"%s\"" |
This file contains 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
(defcfg | |
process-unmapped-keys yes | |
danger-enable-cmd yes | |
) | |
(defsrc | |
grv 1 2 3 4 5 6 7 8 9 0 - = bspc | |
tab q w e r t y u i o p [ ] \ | |
caps a s d f g h j k l ; ' ret | |
lsft z x c v b n m , . / rsft |
This file contains 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
alias dockerclean="docker system prune --all --force --volumes && docker system prune --all --force" |
- np - Not proficient: At this level, you may know a few words in the language, but you can't speak in full sentences or - conversationally. If you have this level of proficiency in a language, it may not be helpful to include it in your application materials.
- ep - Elementary proficiency: A person with elementary proficiency may have just started studying and learning the language. They may form some sentences and communicate basic subjects.
- lp - Limited proficiency: Limited proficiency means you understand fundamental vocabulary and social phrases. You can take part in some conversations and understand basic information.
- pp - Professional proficiency: For professional proficiency, you can function professionally by communicating with clients, speaking at a normal pace and understanding specific phrases and idioms. Depending on the position, this level of proficiency may be sufficient for some potential employers.
- fp - Fully proficient: When you are fully proficient in a language, you can take part in
This file contains 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
console.log("[ loadCordova ] script loaded"); | |
// VERY HIGH CHANCE OF REGRESSION IN HERE | |
// IF VENDOR CHANGES USER-AGENT STRING | |
const userAgent = window.navigator.userAgent.toLowerCase(); | |
const safari = /safari/.test(userAgent); | |
const applewebkit = /applewebkit/.test(userAgent); | |
const mobileDescriptor = /mobile/.test(userAgent); | |
const ios = /iphone|ipod|ipad/.test(userAgent); |
This file contains 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 | |
# https://github.com/diegomura/react-pdf/pull/1891 | |
set -eu | |
echo "[ post install script ] running hot-fix at post install" | |
patch -p0 --forward \ | |
node_modules/@react-pdf/renderer/lib/react-pdf.browser.es.js \ |