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
| {"config": | |
| { | |
| "version":2, | |
| "device_info":{"vid":"0xFEED","pid":"0x0000", | |
| "name":"Quick7","manufacture":"yushakobo","description":"9 keys macropad"}, | |
| "matrix":{"rows":1,"cols":9,"device_rows":1, "device_cols":9, | |
| "debounce":1,"is_left_hand":1,"diode_direction":0, | |
| "row_pins":[13], | |
| "col_pins":[10, 11, 14, 9, 16, 15, 2, 7, 20], | |
| "layout":[1, 2, 3, 4, 5, 6, 7, 8, 9]}, |
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
| # syntax=docker/dockerfile:1.2 | |
| FROM base | |
| RUN apt-get update | |
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 | |
| # Install k3s | |
| curl -Ls https://github.com/k3s-io/k3s/releases/download/${k3s_version}/k3s -o /usr/local/bin/k3s | |
| chmod +x /usr/local/bin/k3s | |
| ln -s /usr/local/bin/k3s /usr/local/bin/kubectl | |
| cat > /etc/systemd/system/k3s.service <<EOF | |
| [Unit] | |
| Description=Lightweight Kubernetes |
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
| [ | |
| { | |
| "action": "javascript", | |
| "code": "var asin = document.body.querySelector(\"input[name^='ASIN']\").value;\nlocation.href = 'https://booklog.jp/item/1/' + asin;", | |
| "key": ", k", | |
| "sites": "", | |
| "sitesArray": [ | |
| "" | |
| ] | |
| }, |
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
| /* ==UserStyle== | |
| @name Workflowy Nord | |
| @namespace github.com/chroju | |
| @version 1.2.3 | |
| @author chroju | |
| @updateURL https://gist.githubusercontent.com/chroju/a849d558979a42f7b89e812d2a32f9a9/raw/workflowy-nord.user.css | |
| ==/UserStyle== */ | |
| @-moz-document url("https://workflowy.com/"), url-prefix("https://workflowy.com/#") { | |
| html { |
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
| // ==UserScript== | |
| // @name Workflowy Journal | |
| // @namespace https://github.com/chroju | |
| // @version 0.0.3 | |
| // @description Quickly create/select a daily journal item | |
| // @author chroju | |
| // @match https://workflowy.com/* | |
| // @match https://beta.workflowy.com/* | |
| // @grant none | |
| // @run-at document-end |
OlderNewer