algorithm
- The Variable Projection Method - Fundamentals of Nonlinear Least Squares Fitting with VarPro (2020-05-24) least-squares image-processing math varpro
bayesian-probability-theorie
- Bayesian Analysis of a Game for Children - Part 2: The Results And The Twist (2020-05-15) math games
- Binomial Distribution: Credible Intervals under Normal Approximation (2020-04-20) math games
bayesian-probability-theory
- Estimating the Mean from Poisson Distributed Count Data (2020-05-16) math
- Bayesian Interlude - Calculating P(X>Y) (2020-02-19) math
- Bayesian Analysis of a Game for Children - Part 1: Fundamentals (2020-02-08) math games
bugs
c++
- Rust vs Common C++ Bugs (2022-12-21) rust errors bugs safety
- C++ Metaprogramming: Safer Reading from Buffers (2021-10-08) c++17 template-metaprogramming
- C++: A Common Interface for Functions Taking Different Numbers of Arguments (2021-02-25) rust template-metaprogramming generic-programming c++17
-
Implementing a Pipe Syntax for
std::optional
- Part 3: Indended Side Effects and Unintended Limitations (2020-06-07) c++17 null-conditional template-metaprogramming functional-programming sfinae -
Implementing a Pipe Syntax for
std::optional
- Part 2: Applied Template Metaprogramming (2020-05-18) c++17 null-conditional template-metaprogramming functional-programming sfinae -
Implementing a Pipe Syntax for
std::optional
- Part 1: Fundamentals (2020-05-17) c++17 null-conditional template-metaprogramming functional-programming -
A null-conditional chaining operator for
std::optional
inspired by C# (2020-01-23) null-conditional template-metaprogramming functional-programming
c++11
- Compile-Time If-Expressions for Types in C++11 (2022-08-20) template-metaprogramming functional-programming
- Replacing the Ternary Operator with Rust-style If Expressions in C++11 - Part 2 (2020-07-24) constexpr c++17 if-expression rust
- Replacing the Ternary Operator with Rust-style If Expressions in C++11 - Part 1 (2020-07-06) constexpr c++17 if-expression rust
- Immutability in C++ (2/2): Immutability through Interfaces (2020-03-31) functional-programming immutability
- Immutability in C++ (1/2): Immutable Members (2020-03-10) functional-programming immutability
-
constexpr
Functions in C++: Fundamentals and Application to Hashing (2020-01-14) c++17 constexpr functional-programming
c++17
- C++ Metaprogramming: Safer Reading from Buffers (2021-10-08) c++ template-metaprogramming
- C++: A Common Interface for Functions Taking Different Numbers of Arguments (2021-02-25) rust template-metaprogramming generic-programming c++
- Rust-style mutexes for C++ (2020-12-01) c++20 rust concurrency
- Mutexes in Rust and C++: Protecting Data versus Protecting Code (2020-12-01) c++20 rust concurrency
- A Compile Time Implementation of FizzBuzz using Template Metaprogramming in C++17 (2020-09-15) variadic-templates template-metaprogramming coding-kata
-
How Do I
cout
mytuple
in C++17 ? (2020-08-18) variadic-templates template-metaprogramming - Replacing the Ternary Operator with Rust-style If Expressions in C++11 - Part 2 (2020-07-24) constexpr c++11 if-expression rust
- Replacing the Ternary Operator with Rust-style If Expressions in C++11 - Part 1 (2020-07-06) constexpr c++11 if-expression rust
-
Implementing a Pipe Syntax for
std::optional
- Part 3: Indended Side Effects and Unintended Limitations (2020-06-07) c++ null-conditional template-metaprogramming functional-programming sfinae -
Implementing a Pipe Syntax for
std::optional
- Part 2: Applied Template Metaprogramming (2020-05-18) c++ null-conditional template-metaprogramming functional-programming sfinae -
Implementing a Pipe Syntax for
std::optional
- Part 1: Fundamentals (2020-05-17) c++ null-conditional template-metaprogramming functional-programming -
constexpr
Functions in C++: Fundamentals and Application to Hashing (2020-01-14) c++11 constexpr functional-programming
c++20
- Rust-style mutexes for C++ (2020-12-01) c++17 rust concurrency
- Mutexes in Rust and C++: Protecting Data versus Protecting Code (2020-12-01) c++17 rust concurrency
coding-kata
- A Compile Time Implementation of FizzBuzz using Template Metaprogramming in C++17 (2020-09-15) c++17 variadic-templates template-metaprogramming
concurrency
- Implementing Rayon’s Parallel Iterators - A Tutorial (2022-10-30) rust rayon parallel multi-threading
- Rust-style mutexes for C++ (2020-12-01) c++17 c++20 rust
- Mutexes in Rust and C++: Protecting Data versus Protecting Code (2020-12-01) c++17 c++20 rust
constexpr
- Replacing the Ternary Operator with Rust-style If Expressions in C++11 - Part 2 (2020-07-24) c++11 c++17 if-expression rust
- Replacing the Ternary Operator with Rust-style If Expressions in C++11 - Part 1 (2020-07-06) c++11 c++17 if-expression rust
-
constexpr
Functions in C++: Fundamentals and Application to Hashing (2020-01-14) c++11 c++17 functional-programming
debug
embedded
errors
fourier-transform
- Understanding the DFT: Spectral Leakage, Windowing, and Periodicity (2021-01-17) image-processing
- Back to Basics: The (Discrete) Fourier Transform (2020-12-30) image-processing
functional-programming
- Compile-Time If-Expressions for Types in C++11 (2022-08-20) c++11 template-metaprogramming
-
Implementing a Pipe Syntax for
std::optional
- Part 3: Indended Side Effects and Unintended Limitations (2020-06-07) c++ c++17 null-conditional template-metaprogramming sfinae -
Implementing a Pipe Syntax for
std::optional
- Part 2: Applied Template Metaprogramming (2020-05-18) c++ c++17 null-conditional template-metaprogramming sfinae -
Implementing a Pipe Syntax for
std::optional
- Part 1: Fundamentals (2020-05-17) c++ c++17 null-conditional template-metaprogramming - Immutability in C++ (2/2): Immutability through Interfaces (2020-03-31) immutability c++11
- Immutability in C++ (1/2): Immutable Members (2020-03-10) immutability c++11
-
A null-conditional chaining operator for
std::optional
inspired by C# (2020-01-23) c++ null-conditional template-metaprogramming -
constexpr
Functions in C++: Fundamentals and Application to Hashing (2020-01-14) c++11 c++17 constexpr
games
- Bayesian Analysis of a Game for Children - Part 2: The Results And The Twist (2020-05-15) bayesian-probability-theorie math
- Binomial Distribution: Credible Intervals under Normal Approximation (2020-04-20) bayesian-probability-theorie math
- Bayesian Analysis of a Game for Children - Part 1: Fundamentals (2020-02-08) bayesian-probability-theory math
generic-programming
- C++: A Common Interface for Functions Taking Different Numbers of Arguments (2021-02-25) rust template-metaprogramming c++ c++17
- Rust: A Common Interface for Functions Taking Different Numbers of Arguments (2021-02-15) rust template-metaprogramming
if-expression
- Replacing the Ternary Operator with Rust-style If Expressions in C++11 - Part 2 (2020-07-24) constexpr c++11 c++17 rust
- Replacing the Ternary Operator with Rust-style If Expressions in C++11 - Part 1 (2020-07-06) constexpr c++11 c++17 rust
image-processing
- Understanding the DFT: Spectral Leakage, Windowing, and Periodicity (2021-01-17) fourier-transform
- Back to Basics: The (Discrete) Fourier Transform (2020-12-30) fourier-transform
- The Variable Projection Method - Fundamentals of Nonlinear Least Squares Fitting with VarPro (2020-05-24) least-squares algorithm math varpro
immutability
- Immutability in C++ (2/2): Immutability through Interfaces (2020-03-31) functional-programming c++11
- Immutability in C++ (1/2): Immutable Members (2020-03-10) functional-programming c++11
least-squares
- The Variable Projection Method - Fundamentals of Nonlinear Least Squares Fitting with VarPro (2020-05-24) image-processing algorithm math varpro
math
- The Variable Projection Method - Fundamentals of Nonlinear Least Squares Fitting with VarPro (2020-05-24) least-squares image-processing algorithm varpro
- Estimating the Mean from Poisson Distributed Count Data (2020-05-16) bayesian-probability-theory
- Bayesian Analysis of a Game for Children - Part 2: The Results And The Twist (2020-05-15) bayesian-probability-theorie games
- Binomial Distribution: Credible Intervals under Normal Approximation (2020-04-20) bayesian-probability-theorie games
- Bayesian Interlude - Calculating P(X>Y) (2020-02-19) bayesian-probability-theory
- Bayesian Analysis of a Game for Children - Part 1: Fundamentals (2020-02-08) bayesian-probability-theory games
multi-threading
null-conditional
-
Implementing a Pipe Syntax for
std::optional
- Part 3: Indended Side Effects and Unintended Limitations (2020-06-07) c++ c++17 template-metaprogramming functional-programming sfinae -
Implementing a Pipe Syntax for
std::optional
- Part 2: Applied Template Metaprogramming (2020-05-18) c++ c++17 template-metaprogramming functional-programming sfinae -
Implementing a Pipe Syntax for
std::optional
- Part 1: Fundamentals (2020-05-17) c++ c++17 template-metaprogramming functional-programming -
A null-conditional chaining operator for
std::optional
inspired by C# (2020-01-23) c++ template-metaprogramming functional-programming
parallel
- Implementing Rayon’s Parallel Iterators - A Tutorial (2022-10-30) rust rayon concurrency multi-threading
raspberry-pi
rayon
- Implementing Rayon’s Parallel Iterators - A Tutorial (2022-10-30) rust parallel concurrency multi-threading
rust
- Rust vs Common C++ Bugs (2022-12-21) errors c++ bugs safety
- Implementing Rayon’s Parallel Iterators - A Tutorial (2022-10-30) rayon parallel concurrency multi-threading
- Debugging A Stack Overflow In Rust (2022-07-25) stackoverflow debug
- Mutually Exclusive Traits in Rust (2021-07-31)
- Project Spotlight: varpro - Nonlinear Fitting with A Simple Interface (2021-05-27) varpro
- C++: A Common Interface for Functions Taking Different Numbers of Arguments (2021-02-25) template-metaprogramming generic-programming c++ c++17
- Rust: A Common Interface for Functions Taking Different Numbers of Arguments (2021-02-15) template-metaprogramming generic-programming
- Rust-style mutexes for C++ (2020-12-01) c++17 c++20 concurrency
- Mutexes in Rust and C++: Protecting Data versus Protecting Code (2020-12-01) c++17 c++20 concurrency
- Replacing the Ternary Operator with Rust-style If Expressions in C++11 - Part 2 (2020-07-24) constexpr c++11 c++17 if-expression
- Replacing the Ternary Operator with Rust-style If Expressions in C++11 - Part 1 (2020-07-06) constexpr c++11 c++17 if-expression
safety
sfinae
-
Implementing a Pipe Syntax for
std::optional
- Part 3: Indended Side Effects and Unintended Limitations (2020-06-07) c++ c++17 null-conditional template-metaprogramming functional-programming -
Implementing a Pipe Syntax for
std::optional
- Part 2: Applied Template Metaprogramming (2020-05-18) c++ c++17 null-conditional template-metaprogramming functional-programming
stackoverflow
template-metaprogramming
- Compile-Time If-Expressions for Types in C++11 (2022-08-20) c++11 functional-programming
- C++ Metaprogramming: Safer Reading from Buffers (2021-10-08) c++ c++17
- C++: A Common Interface for Functions Taking Different Numbers of Arguments (2021-02-25) rust generic-programming c++ c++17
- Rust: A Common Interface for Functions Taking Different Numbers of Arguments (2021-02-15) rust generic-programming
- A Compile Time Implementation of FizzBuzz using Template Metaprogramming in C++17 (2020-09-15) c++17 variadic-templates coding-kata
-
How Do I
cout
mytuple
in C++17 ? (2020-08-18) c++17 variadic-templates -
Implementing a Pipe Syntax for
std::optional
- Part 3: Indended Side Effects and Unintended Limitations (2020-06-07) c++ c++17 null-conditional functional-programming sfinae -
Implementing a Pipe Syntax for
std::optional
- Part 2: Applied Template Metaprogramming (2020-05-18) c++ c++17 null-conditional functional-programming sfinae -
Implementing a Pipe Syntax for
std::optional
- Part 1: Fundamentals (2020-05-17) c++ c++17 null-conditional functional-programming -
A null-conditional chaining operator for
std::optional
inspired by C# (2020-01-23) c++ null-conditional functional-programming
update
variadic-templates
- A Compile Time Implementation of FizzBuzz using Template Metaprogramming in C++17 (2020-09-15) c++17 template-metaprogramming coding-kata
-
How Do I
cout
mytuple
in C++17 ? (2020-08-18) c++17 template-metaprogramming
varpro
- Project Spotlight: varpro - Nonlinear Fitting with A Simple Interface (2021-05-27) rust
- The Variable Projection Method - Fundamentals of Nonlinear Least Squares Fitting with VarPro (2020-05-24) least-squares image-processing algorithm math