Source code repository

This is a collection of some of my work. Some repositories contain contributions from others. Feel also free to create an account and contribute! Anonymous contribution is a allowed and for registering e-mail verififation is not required so you don't have to enter an existing e-mailaddress.

Rava is a well-engineered Java interpreter with strong architectural foundations and sophisticated optimizations. The 5-stage pipeline design is clean, the optimization infrastructure is advanced, and test coverage is comprehensive. Primary concerns center on memory safety patterns and error handling consistency.
Updated 2026-01-11 02:00:45 +01:00
AI enhanced lightweight desktop manager. Super fast AI access and always displaying the latest AI tech news. Optimized for performance while being state of the art modern.
Updated 2026-01-09 14:48:15 +01:00
Updated 2026-01-07 17:19:33 +01:00
Own implementation for mounting a webdav server as a drive on linux. I did not like davfs. This works better.
Updated 2026-01-06 14:24:21 +01:00
Regex Interpreter for the Rava language.
Updated 2026-01-05 05:19:33 +01:00
rtop is a read-only version of htop that displays disk usage, networking details, and other system statistics. Its interface is organized into tabs for easy navigation. It includes several command-line options, which you can view by running ./rtop --help.
Updated 2025-12-13 05:51:02 +01:00
Clone of Apache Benchmark (ab) that supports variable content length as response from the test URL. This repository contains a python version based on aiohttp and a C version with only OpenSSL / lcrypto as depenceny. Both support keep alive, insecure mode (expired SSL), concurrency level and amount of request configurable trough parameters. It's just a modern variant of Apache Benchmark.
Updated 2025-12-13 00:13:11 +01:00
Application to monitor your key presses
Updated 2025-12-06 18:23:41 +01:00
EDS stands for Enterprise DAV server because of it's high quality. It has user management and quota management. It is made for performance and concurrency and implements the whole RFC 4918. This server is made for production usage for my cloud storage provider.
Updated 2025-11-29 12:23:41 +01:00
Retoor Terminal, a sophisticated Linux terminal with perfect ANSII display. Tested with great results using htop, ssh, tmux and vim. The focus is on rendering of the terminal.
Updated 2025-11-26 20:40:38 +01:00
C variant of the FastAPI python framework. It does contain two examples as proof of concept. A document server and a non-persistent User management service. Both custom services are both tested. The build of this project is automated as well.
Updated 2025-11-25 21:14:39 +01:00
Retoor C Interpreter. A simplefied version of C capable of networking. Target is that it becomes a comfortable language to make performant servers.
Updated 2025-11-25 03:13:39 +01:00
rproc is a lightweight, zero-configuration process manager that controls long-running processes by monitoring executable shell script files in a directory.
Updated 2025-09-28 01:46:58 +02:00
CLI gpt with many features. Reviewing, refactoring, running (cgi) web server. Written in C but extensible by Python. It has nice markdown output for the terminal.
Updated 2025-09-27 21:20:42 +02:00
This project is a high-performance WebSocket Pub/Sub system with a multi-threaded server and a load test client simulating publishers and subscribers for benchmarking.
Updated 2025-09-27 00:36:00 +02:00
Wren, the underrated programming language that I try to revive. It's very cool, you can read the whole source in a few days. The original is not made by me, I'm just adding a stdlib to it, so you can use it for networking / servers / AI. Progress is fine.
Updated 2025-08-20 22:47:16 +02:00
Ultimate Fuzzy File Finder. Easily copy your file contents straight from terminal into your clipboard so you can easily paste it somewhere else like a LLM. Also, it offers good backup functionality, since regular backup is a good idea when vibe coding for example. It can handle millions of files easily on a decade year old laptop.
Updated 2025-08-02 23:53:26 +02:00
High performance IRC server that can handle 10.000+ concurrent users. Could be used for pubsub. Considered it as a backend for Snek but Snek is already performing well.
Updated 2025-05-06 18:00:23 +02:00
A CLI tamagotchi that I made as vibe-code challenge with my own vibe coding tool (R). It has a nice result. It is named after a internet friend called Ostream. The Tamagotchi looks a bit like him.
Updated 2025-04-03 12:34:39 +02:00
Pretty Good Server. An intercepting reverse proxy load balancer. WIth support for Python plugins. Unlimited possibilities to route your data.
Updated 2025-03-21 08:25:39 +01:00