Personal GitHub Pages site: https://nalbe.github.io/
Built as a small static page (plain HTML + CSS, no framework) presenting a selection of projects. Hosted for free on GitHub Pages.
| Project | Language | What it is |
|---|---|---|
| DisableMenuAcceleration | C++ | Windows tray tool that stops Alt from grabbing focus into the window menu, so input-language hotkeys (Alt/Shift/Ctrl) always work. |
| Forest | C++17 | Header-only intrusive forest container with traversal policies and an STL-like interface. |
| IPushButton | C++ | Zero-allocation Arduino library for robust button handling: debouncing, push, hold, release, rich event detection. |
| IKeybind | C++ | Templated Arduino keybind manager built on IPushButton; multi-key combinations and event-driven patterns. |
A second page (android.html) lists the Blackview Shark 8
projects: IMS / VoLTE patch, LED daemon, camera patch, Vulkan HWUI module and
the logspam cosmetics KernelSU module. Linked from the main page hero and a
teaser banner.
| Project | Language | What it is |
|---|---|---|
| blackview-shark8-ims-patch | Smali | VoLTE + VoWiFi (IMS) framework patch for the Shark 8 (MTK MT6789, phh GSI Android 14, MegaFon). |
| blackview-shark8-led-daemon | C | Root module driving the notification / charge LED on the Shark 8. |
| blackview-shark8-camera-patch | Java | Patched stock camera APK for GSI - restores HDR, Night, Panorama via bundled ArcSoft native libs. |
| blackview-shark8-vulkan-hwui-patch | Shell | Magisk module forcing HWUI onto the Vulkan backend for the Shark 8 GSI. |
| blackview-shark8-logspam-cosmetics | Shell | KernelSU module silencing SELinux avc find/getattr logspam and ImsProvisioningController noise. |
More repositories: https://github.com/nalbe?tab=repositories
The site needs no build step — open index.html directly in a browser.
Deployment to GitHub Pages happens automatically from the main branch.