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.

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
A programming language of 500 lines supporting oop written in Python. The language contains most basics and is a nice starter template for everyone who wants to learn to write a programming language or actually need to create some parser embedded within their application.
Updated 2025-11-25 16:07:12 +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
Retoor's, Online Storage Provider. WebDAV / SFTP supported. Has nice web interface for managing files ass well. Provides many ways to share data. Advanced user and quota management. Made for hosting terabytes.
Updated 2025-11-09 20:11:10 +01:00
Upgraded dataset version from https://github.com/pudo/dataset/. This one uses new SQLAlchemy2.
Updated 2025-11-09 17:19:57 +01:00
City Building game with advanced economic system. I do not like games myself but I do like to design them for fun. This is mostly vibe coded, but the original version was a one shot! The code quality / structure is so nice because I added a self created guide how to develop such application to the prompt.
Updated 2025-11-01 17:19:45 +01:00
An application for doing super quick deployment of cli applications in a secure docker compose container with limited resources. I have made this to demo CLI applications that I've made like a by AI automated software builder that totally works autonomously based on user's prompt. I can share my development tools with people online through this quick deployment application in a secure way.
Updated 2025-10-10 01:23:29 +02:00
Automatic Hourly Newspaper generator based on many sources.
Updated 2025-10-06 09:38:54 +02:00
Chat for snek people made by snek people.
Updated 2025-10-05 22:07:19 +02:00
A library that converts PDF's to web pages and indexes them using vector index. It is also possible to prompt the database information. It gives financial overview of AI expenses made for all actions done. Embedding is done using OpenAI embedding trough OpenAI api. Database is sqlite and chromadb.
Updated 2025-10-04 13:16:01 +02:00
System for easily creating tickets on a gitea instance through the API. It extracts the right project name to create tickets under and will give the tickets a clear title and description. This is handy for low effort bug reports over email for example.
Updated 2025-10-03 19:45:45 +02:00
Cloud Storage System Using WebDav as protocol. It's optimized to work with multiple workers, load balancing and is only bottle necked by server hardware. The software is lightweight.
Updated 2025-10-03 15:51:01 +02:00
One File Reddit. This is a Reddit clone consisting of only one file while having the most important functionality. It's a community page.
Updated 2025-10-02 13:23:27 +02:00
Just a funny repository with a game. It's and experiment. Trying to make a city building game. It's not serious.
Updated 2025-10-01 20:38:03 +02: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
Research project regarding the tuna project
Updated 2025-09-20 17:47:33 +02:00
Sinja: A High-Performance JSON Templating ServerSinja is a blazing-fast, stable, and production-grade HTTP server written in C++. Its sole purpose is to render templates using JSON data with maximum performance and concurrency.
Updated 2025-09-15 06:46:03 +02:00
A devRant clone vibe coded in almost one shot due very good preparation. The API is consistent with the real API. Bots of devRant should work here. This is a proof of concept, probably not an application that I wish to maintain.
Updated 2025-09-14 21:15:44 +02:00