Name | Description | Owner | Last commit |
aoc | Advent of Code challenges | Sophie | 2024-12-14 22:47 |
beep | A tiny terminal-based ASCII circuit simulator | Sophie | 2025-05-16 12:34 |
claw-sweeper | A QMK keymap layout for the Ferris Sweep split-keyboard | Sophie | 2023-10-30 08:27 |
cmine | A tiny terminal-based Minesweeper | Sophie | 2025-05-13 13:25 |
ctl | Static template generator for C | Sophie | 2025-04-06 14:58 |
dns | Minimal dynamic DNS updater | Sophie | 2024-12-14 22:04 |
figure | The vanilla alternative for writing JSX-based React applications | Sophie | 2024-05-05 11:54 |
flowerpot | My personal knowledge base | Sophie | 2025-03-03 16:03 |
fraggles | Motorradfreunde Fraggles Homepage | Sophie | 2024-12-15 11:55 |
freezo | A retro platform game | Sophie | 2024-12-17 23:55 |
libbcm2835 | A tiny library for the BCM2835 | Sophie | 2025-02-15 09:31 |
libhttp | A basic HTTP Framework | Sophie | 2025-05-12 21:07 |
libjson | A simple JSON parser | Sophie | 2025-04-06 12:13 |
libstr | A util library for dealing with strings in C | Sophie | 2024-12-14 22:40 |
libterm | An easy-to-use terminal library | Sophie | 2025-05-13 13:03 |
pinpot | A little bookmark tool | Sophie | 2025-04-03 09:30 |
poet | A terminal-based blogging interface | Sophie | 2024-10-17 15:12 |
poppy | A feature-rich Minecraft plugin which enhances gaming experience | Sophie | 2024-09-08 14:09 |
rc | A config file management utility | Sophie | 2024-09-24 08:52 |
rx | A terminal-based radio player | Sophie | 2025-02-02 09:24 |
Git
A collection of my personal projects, showcasing my ongoing development and contributions.
J F M A M J J A S O N D M .01001000000000000020................................ T .00000000020010000030................................ W 00000000000000000000................................. T 00000000000001000001................................. F 00000000000000000001................................. S 10000010000200000000................................. S 00001000000006000000.................................
- 1 commit on Jan 13.
- 772ecb6 Initial commit (rx)
- 1 commit on Feb 3.
- 9cf6f81 feat: Added socket read timeout (libhttp)
- 2 commits on May 12.
- 7a164b1 feat: Initial commit (cmine)
- ea6fb5f feat: Updated README (libhttp)
- 2 commits on Mar 11.
- bc113ba feat: Shortened type names (libhttp)
- 7fe5e29 feat: Updated libhttp types (ctl)
- 1 commit on Apr 1.
- 315e2bf feat: Initial commit (pinpot)
- 3 commits on May 13.
- 1bf6a36 feat: Made POSIX executable also statically linked (cmine)
- b234ed5 feat: Windows support & small improvements (cmine)
- 5d9e0d1 feat: Abstracted teleterm to backend API (POSIX, WINDOWS) (libterm)
- 1 commit on Apr 3.
- 72dda60 fix: Fixed image transition bug (pinpot)
- 1 commit on May 15.
- 458aa02 feat: Initial commit (beep)
- 1 commit on May 16.
- 4e89eae feat: Added registers (beep)
- 1 commit on Jan 4.
- a88e168 feat: Made single header file library (libterm)
- 1 commit on Feb 15.
- db75c12 feat: Converted to single header file (libbcm2835)
- 2 commits on Mar 22.
- 2b48f43 feat: Extended teleterm fetch params (libterm)
- d91e336 feat: Improved library structure & added teleterm integration (libterm)
- 1 commit on Feb 2.
- 91900aa feat: Added responsive rendering (rx)
- 6 commits on Apr 6.
- 60c1583 feat: Added queries/params parsing & improved type/function names (libhttp)
- 2eff0b3 feat: Added routing, macros & fixed memory leaks (libhttp)
- bb866e6 fix: Fixed memory leaks & undefined behavior (libjson)
- 3dae97c feat: Updated Makefile (libjson)
- c525384 feat: Converted to single-header file (libjson)
- bbf8fe8 feat: Updated libhttp functions (ctl)
-
libhttp
A minimalist HTTP framework written in C, designed as a lightweight, single-header library. It provides the essentials for building HTTP servers with simplicity and efficiency.
-
libbcm2835
A compact C library for interacting with the BCM2835 GPIO on Raspberry Pi, implemented as a single-header file for easy integration and minimal overhead.
-
figure
A vanilla JavaScript alternative to JSX for building React applications. This JavaScript library converts HTML directly into React elements, allowing developers to write React components using native JavaScript while still retaining reactivity and component rendering efficiency.
-
libterm
A bare-bones, single-header library for building terminal-based user interfaces. It provides essential tools for creating lightweight, dependency-free TUI applications in C, focusing on simplicity and minimal overhead.
![]() |
Repositories |