Skip to content

Instantly share code, notes, and snippets.

View WildeBeast2521's full-sized avatar
💭
If life gives you melons, you might be dyslexic

WildeBeast2521 WildeBeast2521

💭
If life gives you melons, you might be dyslexic
View GitHub Profile
@WildeBeast2521
WildeBeast2521 / tunnel-to-wg.md
Created June 16, 2025 07:06
A guide to use Cloudflare Tunnel with WireGuard client application
@rounk-ctrl
rounk-ctrl / Dark.md
Last active October 28, 2025 11:50
Win32 Dark Mode

Dark Mode APIs.

API Signatures.

ShouldAppsUseDarkMode()

Checks whether system is using dark mode or not.
Signature:

using fnShouldAppsUseDarkMode = bool (WINAPI*)(); // ordinal 132

AllowDarkModeForWindow(In HWND hWnd, In bool allow)