Welcome! My name's LinuxCat.

I'm a -year old student in computer science at IUT de Nantes.

This website holds information and links to software and projects I made.

You can contact me using any of the methods below, however I'd like my email to only be used for professional or serious inquiries.

GitHub
Discord
Mastodon
Twitter
Tumblr
E-Mail
Bluesky
YouTube
Software
BlenderManager
BlenderManager is a tool made with C# and Avalonia allowing you to have different versions of blender installed in one place, as well as download new ones from the official website.
Downgrader
A C# program made with GBX.NET that allows you to downgrade maps from TrackMania² Stadium to TrackMania Nations Forever.
Obfuscated C programs
Obfuscating C code is pretty funny in my opinion which is why I do it. These programs are somewhat useful but the goal was mostly to make them as short as possible.
SURF - Stupidly Unprecise Random Function
While making a random function sounds really complicated (and it is), I wondered how much time it would take me to make one. This one didn't take long and surprisingly required almost no math. It's also my first usable library.