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.
Ultimate Fuzzy File Finder. Easily copy your file contents straight from terminal into your clipboard so you can easily paste it somewhere else like a LLM. Also, it offers good backup functionality, since regular backup is a good idea when vibe coding for example. It can handle millions of files easily on a decade year old laptop.
Updated 2026-06-14 19:46:44 +02:00
rtop is a read-only version of htop that displays disk usage, networking details, and other system statistics. Its interface is organized into tabs for easy navigation. It includes several command-line options, which you can view by running ./rtop --help.
Updated 2026-06-14 19:46:19 +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 2026-06-14 19:45:36 +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 2026-06-14 19:44:59 +02:00
Classic google-like wrapper around the EXA search engine with support for normal search, AI search (the default, direct answer) and image search. Requires EXA_API_KEY and OPENROUTER_API_KEY to work. Also provides a search api for 3rd party services and bots.
Updated 2026-06-14 19:44:33 +02:00
Application for generating random but recognizable content. For me at least. The output of this application is interesting to watch because the data is familiar to me. It's an application that can be used instead of /dev/urandom and /dev/random with a more consistent troughput.
Updated 2026-06-14 19:44:22 +02:00