Retro Challenge 2024 #1

Report for the Retro Challenge 2024

retrochallenge2024

Generating C++ data classes and visitor

Using Python to generate C++ data classes and their visitor

development cpp python

Old computer magazines

Old computer magaines

magazines

Memgraph graph storage

A look at how Memgraph stores graphs

C++ development graph

Gogs.io on Rocky Linux

How to install gogs.io with Docker/Podman on Rocky Linux 9.

development gogs git

Filtering of PWM

Filtering of PWM to get a desired ripple rejection.

mathematics dsp pwm

C++20 std::map iterators with key or value access

An iterator class that iterates over key or value only

C++ development

Automatic GUI layout

Libraries that do automatic GUI layouts

development cassowary GUI

Interesting Links

Interesting Links

links

Using the GNU MPFR library in C++

A small example on how to use the MPFR library in C++

development C++