See Templates for project templates
- One Millisecond Loop - C++ run a loop at 1ms per iteration under Linux or macOS
- Accurate Timed Loop - python loop with an accurate time to +/-4ms
- On-the-fly Stats C++ - C++ basic stats calculated without storing data
- On-the-fly Stats - python basic stats calculated without storing data
- Running Average - C++ calculate the average of a list of numbers as they are processed
- Fast Integer Rounding - C++ round a number using simple and fast integer operations