My Projects

These are all the (big) projects I am doing / have done. Take a look!

My Coding Projects

These are all the (big) Coding projects I am making / have made. Take a look!

Finnish Language Trainer

To practise both my Finnish and my C++ skills, I made the Finnish Language Trainer (Formerly Finnish Idiom Trainer). It makes use of (i)fstream to store all the words and their translations in seperate csv-files. It currently supports the "first" five cases of the Finnish Language: Nominatiivi, Genetiivi, Akkusatiivi, Partitiivi, Inessiivi. There are also some files that store grammar explainations, but they aren't finished.

Some things that I wish to include / add in the future are:
Colors, since everything happens in the terminal, colors can help organising all the text, and it looks aesthetically pleasing. More grammar explainations: Finnish is known for its complex grammar, both for cases and for verbs. A way to practise numbers up to a million, but without having to type the first million numbers out in a file.

This is written in C++, and I put roughly 30 hours into it. Although his code isn't used anymore, my good friend Wh4cky wrote the first version (the current version is 4.0.0). Check out the GitHub repository for the Finnish Language Trainer here.

This website

When I turned 16 years old in december, one of my friends, who is way better with computers than anyone I know, gifted me this domain. Exactly 20 days later, it was ready to acces and for me to use. I plan on submitting this to the High Seas program when I feel content with the contents and the layout.
The name of the domain is "geen-dolfijn", which is Dutch for "no-dolphin".

Some things that I wish to include / add in the future are:
More pages: I want this website to me an accurate representation of me, so it must include serious and non-serious things.
A way to let you, the reader, try my projects without leaving this very site.

This site is written in HTML and CSS, and I have put roughly 30+ hours into it. My friend Jsw helped me with the setup, and why not check out his GitHub, he has a very cool discord bot: jsw. Check out the GitHub repository for this website here.

Updates:

25/01/2025: I submitted it to High seas and it got me 101 dablouns!

26/01/2025: I replaced most of the links with buttoms!

Finnish Language Trainer (webversion)

I wanted to put a webversion of this project on my site, so I got into TypeScript and Svelte and I am currently making one. It is hard.

The things that still need to be implemented are:
Making the practising stop after the desired amount of words,
Adding more settings and actually making them do stuff.

Updates:

18/03/2025: Development is going good. It is really complicated but the start is there.

My Mathematics Projects

These are all the (big) Mathematics projects I am making / have made. Take a look!

Integral of x^(-x)

What is the integral from 0 to positive infinity of the function x^(-x) dx? That is a question I am dying to know the answer to. So, I did the only logical thing: I attempted to solve it myself. If you know anything that might be of any help, please contact me! I am pretty stuck.

A link to the typst document: x^(-x)