Skip to content
View ZodmanPerth's full-sized avatar

Block or report ZodmanPerth

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ZodmanPerth/README.md

I've been a full-time Microsoft stack application developer since before the .NET Framework was born. I have a passion for pixel-perfect UI layout, well-designed and functional customer experiences, data modelling, elegant code that is easy to extend and maintain, and elevating the quality of work in the developers around me.

I work on my own projects in my spare time. If you read me blog (or my Twitter/X feed) you'll find me referring to #zodproj, which is how I categorise these projects.

Personal Blog: Red Peregrine
YouTube: YouTube
Twitter/X: Twitter/X
LinkedIn: LinkedIn

Pinned Loading

  1. zodmanperth.github.io zodmanperth.github.io Public

    My Personal Blog (statically generated)

    HTML

  2. uwpfileexplorer uwpfileexplorer Public

    Prototype of a File Explorer created in UWP.

    C# 2 1

  3. Darecali Darecali Public

    Date Recurrence Calculation Library

    C# 4 2

  4. Win2D-SpriteDemo Win2D-SpriteDemo Public

    A UWP demo for testing the performance of Win2D drawing techniques

    C# 1

  5. ppoffice/hexo-theme-icarus ppoffice/hexo-theme-icarus Public

    A simple, delicate, and modern theme for the static site generator Hexo.

    JavaScript 6.4k 1.5k

  6. k-combination Algorithms of Rank and... k-combination Algorithms of Rank and Unrank for Computer Programmers. Blog post at http://www.redperegrine.net/2021/04/10/software-algorithms-for-k-combinations/
    1
    namespace System
    2
    {
    3
    	/// <summary>Mathematical functions for binomials</summary>
    4
    	public static class Binomials
    5
    	{