Skip to content

Instantly share code, notes, and snippets.

@thediveo
thediveo / duckypadpro-rgb-dial.txt
Created February 19, 2025 22:01
RGB Chooser for DuckyPad Pro
// 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
@thediveo
thediveo / custom.css
Created February 28, 2025 19:37
Dockerizable filemanager noauth setup
// branding/custom.css
.ace_editor {
font-size: 100% !important;
}
#!/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
@thediveo
thediveo / docker-compose.yaml
Created July 22, 2026 15:44
Docker v29+ Unspecified
# 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: