After experimenting with the one dimensional version of the game of life (see https://janklingel.de/2026/07/20/one-dimension-game-of-life-from-1978/), I wanted to do the same in two dimensions. Instead of …
Schlagwort: C
If you are here for the boy band, sorry. This is about mathematics. Usagi on YouTube (https://www.youtube.com/watch?v=bpdYBsgYF_c) gave me the idea to practice my C …
Today I was able to compile my code for a multiple linear regression (MLR) sucessfully for the first time. See jklingel/Multiple-Linear-Regression: Creating a multiple linear …
One thing I learned in life is that you have to replace negative and frustrating topics with something positive, something that gives you back strength, …
To get better in programming C and to understand AI (machine learning) a little bit better, I wrote a tool in modern C to estimate …
If you know how, developing code in POWER C using an emulated C64 is not that hard. In contrast to real hardware it even has …
In my last article I wrote that the POWER C distribution for the C64 does not contain all functions the C128 distribution has. Today I …
POWER C is a UNIX-like shell, an editor, C compiler, and object linker for both the Commodore C64 and C128 platforms. It creates rather tight …