/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

cowboyprogramming.com
| | blog.regehr.org
6.5 parsecs away

Travel
| | [AI summary] The author provides a detailed walkthrough of how to create a custom fuzzer to rigorously test a C implementation of a generic ADT, specifically a red-black tree, using coverage analysis, invariants, and reference implementations.
| | sergioprado.blog
5.2 parsecs away

Travel
| | AddressSanitizer (ASan) is an instrumentation tool created by Google security researchers to identify memory access problems in C and C++ programs.
| | aradaelli.com
6.4 parsecs away

Travel
| | [AI summary] The author discusses their experience with the programming language D, highlighting its features, advantages over C/C++, and reasons for preferring it despite its niche status.
| | btorpey.github.io
17.6 parsecs away

Travel
| How to use clang's address sanitizer with gcc to find memory errors