~/.sonic-pi/config
βββ audio-settings.toml
βββ colour-theme.properties
βββ gui-settings.ini
βββ init.rb
βββ README.md
π
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
<title>Strict Functional TypeScript/React Coding Standards</title> | |
<overview> | |
Based on CUPID (Composable, Unix philosophy, Predictable, Idiomatic, Domain-based) principles, express all logic as pure functions, control side effects explicitly, and maintain a type-safe, immutable codebase. | |
</overview> | |
<cupid> | |
<principle name="Composable"> | |
Divide every piece of logic into pure functions and combine them only via compose or pipe patterns, enforcing single responsibility and explicit side-effect control. | |
</principle> | |
<principle name="Unix philosophy"> | |
Ensure each module or file implements exactly one responsibility, executing side effects only at well-defined entry points. |
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/sh | |
monolith -q -c -i -v -a "$1" | pandoc -f html -t gfm |
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
[Unit] | |
Description=iPad Sunshine Service for configuration: %i | |
[Service] | |
Type=simple | |
ExecStart=/bin/sh -c '/usr/bin/sunshine output_name=%i' |
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
set -g automatic-rename on | |
set -g window-status-format '#I:#{?#{m:#W,zsh},#(basename #{pane_current_path}),#W}#F' | |
set -g window-status-current-format '#I:#{?#{m:#W,zsh},#(basename #{pane_current_path}),#W}#F' |
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
b_< /Ι;δΈ‘εε ₯η ΄ι³/ | |
d` /Ι;ζε£°γγθη ΄θ£ι³/ | |
d_< /Ι;ζ―θε ₯η ΄ι³/ | |
g_< /Ι ;θ»ε£θε ₯η ΄ι³/ | |
h\ /Ι¦;ζε£°ε£°ιζ©ζ¦ι³/ | |
j\ /Κ;ζ声瑬ε£θζ©ζ¦ι³/ | |
l` /Ι;γγθε΄ι’ζ₯θΏι³/ | |
l\ /ΙΊ;ζ―θε΄ι’γ―γγι³/ | |
n` /Ι³;γγθιΌ»ι³/ | |
p\ /ΙΈ;η‘ε£°δΈ‘εζ©ζ¦ι³/ |
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
DOCKER_DEFAULT_PLATFORM=linux/amd64 docker build -t <tag> -f <Dockerfile> <context> |
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
{ | |
"trailingComma": "es5", | |
"tabWidth": 4, | |
"semi": true, | |
"singleQuote": true | |
} |
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
xattr -cr /path/to/application.app |
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
qemu-img resize -f raw /Users/natevw/Library/Containers/com.utmapp.UTM/Data/Documents/My\ macOS\ VM.utm/Data/disk0.img +30G |
NewerOlder