<PapeCoding/>

Java Projects:

When I started studying computer science, one of the first languages to learn was Java. Afterwards I had to sometimes come back to Java (e.g. for my Bachelor thesis), but mostly stuck to other languages. This section contains some of my works from that time.

CenterOfMass
Due to a pro-seminar i had to write last semester, i questioned myself how to calculate the center of mass of a 2D shape. In the papers i read about the topic everywhere it was considered “simple”, but was never discussed. Back then i just accepted …
Web Crawler
After a long time, it was time to develop something new. This time i wanted to go towards web and bots. For this i designed this tool, which serves a “sort of useful” purpose, by surfing the web automatically und looking at its text.
Mastermind
Mastermind is a logic game for everyone. To beat the game, you have to guess a code, that the other player (here the computer) has chosen. In this variant the code is made from digits (0-9).
Bézout’s identity (GCD Calculator)
As my first complete Java project in the university, this tool can calutate the greatest common divisor together with the Bézout identity of the input.