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.

Information I want to share with other people.
Updated 2025-01-21 12:15:40 +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-01-20 17:25:38 +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
Chat for snek people made by snek people.
Updated 2025-01-18 12:23:28 +00:00
Updated 2025-01-18 09:02:17 +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-01-11 18:32:33 +00:00
Async Python client for devRant developer community.
Updated 2025-01-06 18:02:15 +00:00
Metrics application for web applications
Updated 2025-01-02 23:09:59 +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 2024-12-31 19:57:55 +00:00
Application gui over websockets
Updated 2024-12-29 22:31:16 +00:00
HTTP bridge configurable to replace the content you want to see replaced. This can be used to have a real version and anonymous version for a website for example like I did. This site exists in the retoor version and under my real name for example.
Updated 2024-12-29 20:17:50 +00:00
Repository from a fellow developer for review purposes hosted here. Originally to be found here: https://github.com/ndokter/dsmr_parser
Updated 2024-12-29 20:11:15 +00:00
English text corrector and only that. It won't use different words than you do. It only changes digits/numbers to word format. It will capitalize I and puts dots where needed.
Updated 2024-12-20 21:45:07 +00:00
Matrix box that says boeh when Joe talks.
Updated 2024-12-17 18:31:30 +00:00
A way to host ssh on a port that is used by another service. Https for example.
Updated 2024-12-16 20:07:04 +00:00
Rest form generator / validator with CSRF support
Updated 2024-12-14 21:31:59 +00:00
Upload page for sharing on the web
Updated 2024-12-13 19:24:56 +00:00
Micro service that returns random unique random name.
Updated 2024-12-12 05:06:18 +00:00
Application for running and monitoring processes trough the web using a live stream of stdout and stderr. It can be be used for tailing logs but it can also be used as a service runner like supervisor.
Updated 2024-12-10 19:46:30 +00:00