-
stm32u575_raw_binary Public
A showcase of a STM32U575 binary built using only raw C, ld and assembly (no imports).
C UpdatedDec 24, 2025 -
PXL_File_Numbered_Renamer Public
A cross-platform command-line tool written in Zig that scans directories for PXL-formatted filenames, sorts them chronologically, filters by extension, and renames them into a simple numbered seque…
Zig UpdatedDec 23, 2025 -
-
zenc Public
An encryption program written without dynamic dependencies (can be run as a static executable).
-
AES_EncDec Public
A safety-first, C-based encryption program that carefully handles user input and catches errors.
-
Zeys Public
A Windows-ready, Zig keyboard library for seamlessly interacting with low-level keyboard functionality through higher-level Zig functions.
-
cru-nvim-config Public
General Neovim Configuration Files.
-
Ziggatch Public
A directory watchdog implementation written entirely in Zig.
-
VolumeDialHID_EDA Public
KiCad schematic and PCB layout for a USB HID volume controller.
HTML UpdatedJul 21, 2025 -
TSQ Public
TSQ is a Mutex-centric implementation of a thread-safe FIFO queue. This queue is designed to allow multiple threads to access data from one central memory location.
-
FELast Public
Another attempt at finding a solution for opening the last-visited directory. This method only works with explorer windows that are open. It does not retain memory of closed windows.
Zig UpdatedJun 16, 2025 -
wint Public
A tiny Windows script used for opening a detached terminal from another terminal window.
-
ShortsLengthCalc Public
A mathematical function for determining the expected length of a "shorts" video based on an input script.
Go UpdatedMar 19, 2025 -
MouseJiggler Public
The most basic Windows mouse jiggler around. Simply moves the mouse back and forth once every second.
C UpdatedMar 7, 2025 -
DownloadCalc Public
A Zig-based CLI tool to estimate download time based on file size and speed.
Zig UpdatedFeb 22, 2025 -
ZutoBackup Public
A daemon-like program that runs in the background, backing up chosen files after a set period of time.
Zig UpdatedFeb 8, 2025 -
Toazt Public
A lightweight and simple library for displaying toast notifications in Windows 10/11 applications, written entirely in Zig.
-
FlashDisp Public
A raylib-based GUI program designed for visualisation of frequencies. Please see safety notice in README.
C UpdatedDec 31, 2024 -
Custom_PeachOS Public
A repo that contains all code that is written by myself, referencing the Udemy "Developing a Multithreaded Kernel From Scratch" course (credit https://github.com/nibblebits/PeachOS).
C GNU General Public License v2.0 UpdatedDec 23, 2024 -
Replundersco Public
A simple Windows script written in C for grabbing a string from the user and replacing all spaces with underscores. The result is then copied to the clipboard after this calculation is made.
C UpdatedDec 3, 2024 -
nfp_runner Public
A simple watchdog program that is tied to the user's Downloads folder. When an nfp is downloaded to this folder, it is automatically opened.
Go UpdatedNov 29, 2024 -
ExecIco Public
Creating .o files from .icos for creating Windows executables with custom images as .exe icon.
-
SwiftK Public
SwiftK is an open source, 2x2 macro keypad for power users and those who want to increase their productivity.
1 UpdatedNov 11, 2024 -
BrightnessChange Public
A Windows Powershell script for increasing or decreasing the brightness by a factor (10 set as default).
PowerShell UpdatedNov 10, 2024 -
PhysicalBrightKeyMod Public
A basic windows program for checking or changing the brightness of connected monitors. This requires a monitor with drivers capable of accepting changes from the target machine.
C UpdatedNov 10, 2024 -
catoi Public
A custom atoi function (and static lib creation Makefile) for use within memory safe projects. This function converts a C string (char*) to an int, checking for integer overflows and errors.
-
FreqDisp Public
A basic GUI tool for visualising the rate of different duty cycles and frequencies.
C UpdatedNov 9, 2024 -
ToneGen Public
ToneGen is a simple sine wave generator written in C using the PortAudio library for audio output. It allows users to specify the frequency and duration of the tone, which is played through the def…
-
custXXD Public
A simple C program that converts an input string into a formatted hexadecimal representation. The program can handle input either from the command line or piped through standard input. It converts …
C UpdatedNov 3, 2024 -
SnapWit Public
SnapWit is a basic program that resizes the currently focused window, based on user parameters; written entirely in Go.