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.
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
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
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
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
Docker compose set up for gogs.
Updated 2025-01-21 12:21:00 +01:00