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.

Chat for snek people made by snek people.
Updated 2025-02-06 16:31:20 +00: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-02-03 08:52:00 +00:00
Updated 2025-02-01 21:26:51 +00:00
The snek bot API. Use this to create a snek bot withing minutes! With nice example. The tutorial of creating a snek bot is just a few lines and a code snippet!
Updated 2025-02-01 15:20:26 +00:00
Project for generating detailed statistics in both text and graphs. Also it generates a dataset for use in LLM embedding (chromadb for example).
Updated 2025-02-01 03:28:41 +00:00
Updated 2025-01-30 16:43:58 +00: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-01-27 23:42:27 +00: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 22:59:01 +00: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-01-27 18:07:09 +00: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-01-25 23:31:10 +00:00
Information I want to share with other people.
Updated 2025-01-25 09:38:35 +00:00
Docker compose set up for gogs.
Updated 2025-01-21 11:21:00 +00: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-01-20 14:08:37 +00:00
Library for talking with your computer using google api's.
Updated 2025-01-19 01:30:46 +00:00
A multipurpose programming language.
Updated 2025-01-18 22:16:22 +00:00
Updated 2025-01-18 09:02:17 +00:00
Software for generating the hardest sudoku you can imagine. It's heavily multi threaded to achieve it. The number of valid Sudoku puzzles has been calculated to be 6,670,903,752,021,072,936,960 (approximately 6.67 × 10²¹).
Updated 2025-01-17 00:38:17 +00:00
Homebrew regex solution. Often faster than the original C regex.
Updated 2025-01-14 18:10:30 +00:00
My C STD lib. From time to time I add more features.
Updated 2025-01-14 17:56:26 +00:00
Application to monitor your key presses
Updated 2025-01-12 16:54:10 +00:00