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++

First-order digital lowpass filters

Frequency response of the first-order digital lowpass filter

mathematics dsp

Newton's and Halley's methods

Using Newton’s and Halley’s methods to iteratively calculate the x for which a function f(x) is zero. This can be used to calculate square roots and other things, such as Pi

mathematics dsp

Subtitle file handler in Python

A subtitle file handler in Python

subtitles Python

CXXOPTS example code

CXXOPTS command line parser example/copy-paste code

development cxxopts C++

Gravity: the earth and moon

The gravity/forces of the earth and moon

physics

A string replace function for C++

A string replace function for C++

development C++