WageNet Software

I write software. I used to do it professionally. Now I do it semi-professionally and as a hobby. I'm a big believer in open source software, so most of what I write you'll be able to find on my personal git repository available under some kind of open source license. Maybe you'll find some of it useful.

If you're so inclined, you can use your Codeberg or Github accounts to contribute on my personal git server. I have migrated to using it primarily for development while my Github will continue on as a mirror of work that happens on my server.


CS-MIC

LGPL v2.1

CS‑MIC is a .NET library that provides a small, embeddable expression interpreter so that applications can parse and evaluate arithmetic expressions at runtime. It focuses on determinism and extensibility so developers can inject their own variables and functions.

Source Code

Butterflow-UI

MIT

A graphical front‑end for the butterflow command‑line video frame‑interpolation tool; it runs on Windows and supports multilingual UIs, batch processing, reusable configurations and more.

Source Code

Sortana

GPL v3

A Thunderbird add‑on that augments the email filter engine with natural‑language classification by calling a local LLM endpoint. It lets you configure prompts, cache results and create AI‑powered filter rules.

Source Code

ngxstat

GPL v3

A lightweight analytics toolkit for Nginx logs that imports access logs into SQLite and renders static dashboards, giving per‑domain metrics without needing a heavy backend.

CapyKit

LGPL v2.1

A C# utility library containing assorted helpers and extensions designed to “supercharge” any .NET project. It originated from the HappyCapy project and is now open‑sourced.

Source Code

CalDAV Email Reminders

AGPL v3

A self‑hosted service that polls CalDAV calendars, looks for VALARM entries and sends email reminders using SMTP. The project runs in Docker and is configurable via environment variables.

Source Code

Archive.org Link Grabber

LGPL v3

A Firefox extension that enhances archive.org download pages, letting users filter file links by type, size or date and either copy them or send them directly to an aria2 RPC server.

Source Code | Install Latest Version

MySQL-to-SQLite Converter

MIT License

A small Python script that connects to a MySQL database and exports its tables into a local SQLite database file. It handles type conversion and is useful for backups or offline analysis.

Source Code