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 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
For a site I was doing spam analysis, how to recognize it. I do this by checking how it is written. How much numbers are used. How many capitals. That's the first indication. I made it originally myself but a few people liked the project and wrote their versions in their preferred language. Very happy about that. We are bench marking it as challenge, the benchmark is doing analysis for 900 books in txt format. The fastest application wins. By now, every language has as wel won as lost. We keep iterating and making them faster. Thanks 12bitloat, BordedDev en JestDotty for contribution of their source.
Updated 2025-03-24 21:07:40 +01:00
WebDav research that resulted in a full function aiohttp server component. It can be used as research for people wanting to offer their application a a file system. It works better than s3fs. It feels like a real drive using davfs.
Updated 2025-03-23 21:55:25 +01: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
A C# project that I vibe coded for fun using my own 'R'-project. It worked perfectly! Now using this application daily to get notifications for my Snek chat application!
Updated 2025-03-20 19:07:45 +01:00
My C STD lib. From time to time I add more features.
Updated 2025-03-20 04:17:23 +01:00
Application to monitor your key presses
Updated 2025-03-20 03:24:51 +01:00
Rewrite from R (C) (OpenAI) to Rust (Ollama)
Updated 2025-03-17 01:02:51 +01:00
A multipurpose programming language.
Updated 2025-03-16 04:44:07 +01:00
A very fast full text search engine written in C. Requires docker to be compiled.
Updated 2025-03-15 20:23:08 +01:00
rAgent is a wrapper for OpenAI agents. With this wrapper you can make bots with specific behavior in no time. It takes a few lines to impersonate Harry Potter for example. Or Tylor Swift? It can use different models but defaults to gpt-4o-mini. Minimum supported model is 3.5-turbo.
Updated 2025-03-12 18:51:42 +01:00
Anti spam bot for a developer community. This version is more a kind of POC than an actual production version as the source quality shows. Anyway, they're very effective.
Updated 2025-03-05 18:57:41 +01:00
The ultimate site builder! It's not one of the many CMS'es but its a template renderer. It renders dynamic and static content. Finally you can manage a site with the editor that you want! It can be serious article writing or just hacking something together live with VIM on a server. This project allows you to do both. Apply professional versioning / backupping of your site using a CVS. Since this system has a local database, that will be included in the CVS setup too. It's suitable for both small and big sites.
Updated 2025-02-25 19:42:51 +01:00
Super fast complete website downloader. Better than most competition. Translate absolute urls to relative URLS to make your system portable. Very useful tool for AI / Machine Learning (ML) and RAG. Made with aiohttp, asyncio, aiofiles and beautifulsoup4. Very easy installation / modification!
Updated 2025-02-24 02:56:34 +01:00
Poker simulator for learning the secrets of poker! It helped me a lot. My conclusion is that luck is too big of an factor in poker to make a professional career out of it. Because of the big luck factor, you need to play A LOT and it requires a patience I don't have.
Updated 2025-02-20 20:51:06 +01:00
Customized gitea configuration to convert it into a portfolio site if not logged in, a repository dev platform with build server when loggen in.
Updated 2025-02-07 17:53:32 +01:00
Updated 2025-02-01 22:26:51 +01:00
Updated 2025-01-30 17:43:58 +01:00
Base for my applications. Contains a web server with built in database. Web server supports sessions, basic auth and db endpoints out of the box. Based on aiohttp. Can also be used for non-http applications.
Updated 2025-01-27 23:59:01 +01:00
Docker compose set up for gogs.
Updated 2025-01-21 12:21:00 +01:00