See Templates for project templates
- One Millisecond Loop - run a loop at 1ms per iteration under Linux or OSX
- Accurate Timed Loop - a python loop with an accurate time to +/-4ms
- Running Average - Calculate the average of a list of numbers as they are processed
- Fast Integer Rounding - Round a number using simple and fast integer operations