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
| [ | |
| { | |
| "backcolor": "#1a1a1f", | |
| "name": "Jezail Cornix - Ergol - Layer 2 Purple", | |
| "author": "srm" | |
| }, | |
| [ | |
| { | |
| "x": 3, | |
| "c": "#4c5567", |
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
| [ | |
| { | |
| "backcolor": "#1a1a1f", | |
| "name": "Jezail Cornix - Ergol - Layer 1 Green", | |
| "author": "srm" | |
| }, | |
| [ | |
| { | |
| "x": 3, | |
| "c": "#4c5567", |
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
| [ | |
| { | |
| "backcolor": "#1a1a1f", | |
| "name": "Jezail Cornix - Ergol - Layer 0", | |
| "author": "srm" | |
| }, | |
| [ | |
| { | |
| "x": 3, | |
| "c": "#4c5567", |
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/starship-jj/starship-jj.toml | |
| # cargo install starship-jj --locked | |
| module_separator = " " | |
| reset_color = true | |
| [bookmarks] | |
| search_depth = 100 | |
| exclude = [] |
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
| [credential] | |
| helper = !~/src/git-proton-pass-credential.sh 'pass://Personal/Github/pat' |
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
| # Résolution et FPS | |
| RESOLUTION="2560x1440" | |
| FPS="30" | |
| # Entrée vidéo (par exemple, votre webcam) | |
| WEBCAM_SOURCE="/dev/video0" | |
| WEBCAM_VIDEO_WIDTH=1920 | |
| WEBCAM_VIDEO_HEIGHT=1080 | |
| WEBCAM_WIDTH="548" | |
| WEBCAM_HEIGHT="308" |
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
| name: raft | |
| services: | |
| debug: | |
| image: debian:latest | |
| command: ["sleep", "36000000"] | |
| networks: | |
| - raft-network | |
| node1: |
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
| name: deploy | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| on: | |
| push: | |
| branches: | |
| - 'main' |
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
| zig build-exe main.zig -O ReleaseSmall | |
| ls -lh | |
| total 56K | |
| -rw-r--r-- 1 srm srm 221 Aug 29 13:21 Dockerfile | |
| -rwxr-xr-x 1 srm srm 17K Aug 29 15:58 main | |
| -rw-r--r-- 1 srm srm 28K Aug 29 15:58 main.o | |
| -rw-r--r-- 1 srm srm 665 Aug 29 15:39 main.zig | |
| ldd main |
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/m2i/basic.lua | |
| -- https://gitlab.com/enetheru/midi2input | |
| --[[ global settings ]]-- | |
| -- autoconnect: can be true, false, or a named jack port. default = true | |
| autoconnect = true | |
| Knob_1 = 11.0 | |
| Knob_2 = 12.0 | |
| Knob_3 = 13.0 |
NewerOlder