Various programming-related stuff

Here is some various programs and code snippets that might come in handy now and then. Check back every couple of weeks to see if any great new things have been added.


  • IPv4-to-string

    Re-entrant function (and example) to convert an IPv4 address stored in an int32_t to a string.

  • Calculate Easter Sunday

    Simple command-line program to calculate the date of Easter Sunday for any year.