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
| // RGB Chooser for DuckyPad Pro | |
| // DuckyPad Pro: https://github.com/dekuNukem/duckyPad-Pro/ | |
| VAR $r = 0 | |
| VAR $g = 0 | |
| VAR $b = 0 | |
| VAR $rselect = 18 | |
| VAR $gselect = 19 | |
| VAR $bselect = 20 |
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
| // branding/custom.css | |
| .ace_editor { | |
| font-size: 100% !important; | |
| } |
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
| #!/usr/bin/env bash | |
| # Tiny 2×4 Tetris in one Braille character | |
| # With slow-motion bomb explosion reset | |
| field=0 | |
| # Braille layout: | |
| # 1 4 | |
| # 2 5 |
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
| # Requires Docker v29+ which supports defining network subnets as unspecified | |
| # with a concrete subnet size. The Docker demon then will allocate these | |
| # subnets efficiently from its default address pools. | |
| # | |
| # When using the default "bridge" network driver, the unspecified subnets | |
| # must be or size /29 or larger, because the bridge always gets allocated | |
| # an IP address. | |
| # | |
| # Best checked using Edgeshark, https://github.com/siemens/edgeshark | |
| services: |
OlderNewer