Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.
Get Feedermatthiasnoback.nl
Get the latest updates from Matthias Noback - Matthias Noback - Blog directly as they happen.
Follow now 36 followers
Last updated 27 days ago
27 days ago
We’ve encountered several ways of designing functions in a way that allows...
about 1 month ago
Parsing an array of strings to a polyline should fail if one...
about 1 month ago
Parsing a string to a point may not be successful, and we...
about 1 month ago
We looked at optionally returning a value from a function. In the...
about 1 month ago
In the previous post we introduced an optional_real_t type to be the...
about 1 month ago
In the previous post we’ve looked at several ways to communicate to...
about 1 month ago
Fortran doesn’t have exceptions. You can’t jump out of a function when...
about 2 months ago
We’ve implemented filter and map operations. The results of both these operations...
about 2 months ago
In the previous post we looked at this dream scenario list([1, 3,...
about 2 months ago
We considered the problem of filtering elements in an array, keeping only...
about 2 months ago
We have a reusable filter function to which we pass the name...
about 2 months ago
We have a working filter function for integers. Now can we generalize...