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.
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
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
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