notenprojekt

notenprojekt

German grade management App

A simple app for managing your grades based on the german grades system in lower saxony. This was built in my Computer Science lessons as a project to fortify and apply our theoretical knowledge of databases like sqlite. Originally, there was a section planned with more analytics over all your quarters and some graphs, but as always our teacher didn't give us enough time, so this will remain a 'when there's time for personal projects again' kind of thing.

pointy

pointy

The clipboard extension everybody needs

A small clipboard extension which opens a wheel of actions interacting with your current clipboard on a configurable shortcut. It's designed to support extensions from anybody via a 2nd pointy-extensions GitHub repository. I have developed some cool ones myself, but also you can easily design some yourself. I even provide a rust api, look for that under the crate/extensions and crate/pointy_api in the main repository. Sadly, the interest from my side is currently on a halt, but if you find the idea interesting, mind trying it out!

eta

eta

A Code Editor made in egui

As explained in the summary, this is a code editor made in egui which focuses on efficiency. Furthermore, this was created due to the lack of performance seen in VSC, the most used code editor, and my curiosity of how a project editor app works and how hard is it to create one, which I now know it is VERY HARD.