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-1password-credential.sh "login" "Item Name" |
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 |
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/gtk-4.0/gtk.css */ | |
| window.terminal-window headerbar, | |
| window.terminal-window headerbar * { | |
| border: 0; | |
| margin: 0px; | |
| min-height: 0; | |
| padding-bottom: 1px; | |
| padding-top: 1px; | |
| } |
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
| <?xml version="1.0"?> | |
| <animations xmlns="https://esheep.petrucci.ch/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://esheep.petrucci.ch/ https://raw.githubusercontent.com/Adrianotiger/desktopPet/master/Resources/animations.xsd"> | |
| <header> | |
| <author>RedSparr0w</author> | |
| <title>SSJ Goku size x2</title> | |
| <petname>Goku</petname> | |
| <version>1.2.3</version> | |
| <info>SSJ Goku will fly and walk around your screen occasionally shooting blast.</info> | |
| <application>1</application> | |
| <icon><![CDATA[ |
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
| theme = "bouh" | |
| [editor] | |
| line-number = "relative" | |
| auto-save = true | |
| auto-format = true | |
| color-modes = true | |
| #auto-pairs = true | |
| rulers = [120] | |
| idle-timeout = 5 |
NewerOlder