The Wayback Machine - https://web.archive.org/web/20220822084250/https://github.com/ZacharyPatten
Skip to content
Avatar
👊
It's Morphin' Time
👊
It's Morphin' Time
Block or Report

Block or report ZacharyPatten

Report abuse

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

Report abuse
ZacharyPatten/README.md

Gmail   GitHub Profile   Discord Profile   LinkedIn Profile   GitHub Discussions

Repositories

  • Towel 2014+
    A .NET library with data structures, algorithms, mathematics, extensions, and more.
  • dotnet-console-games 2020+
    Game examples implemented as .NET console applications and blazor ports.
  • SevenEngine 2013 [Archived]
    An old college project; a battle simulator in C# using OpenGL (via OpenTK).
Expand...

  • dotnet-blazor-games 2020-2021
    Game examples implemented as .NET blazor components. NOTE: this was my first attempt to get the dotnet-console-games playable on blazor, but I found a better approach to porting the code which is now included in the dotnet-console-games repository rather than a seperate repository.
  • dotnet-benchmarks 2020+
    Benchmark almanac for .NET code.
  • dotnet-winforms-examples 2021+
    Random winforms examples people ask me for help with.
  • rust-console-games 2021+
    Game examples implemented as rust console applications.

Authored Content

Expand...

You can check out more of my gists here.

Pinned

  1. Towel Public

    Throw in the towel.

    C# 575 47

  2. Game examples implemented as .NET console applications primarily for providing education and inspiration. :)

    C# 361 57

631 contributions in the last year

Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Mon Wed Fri

Contribution activity

August 2022

Created 1 repository
Opened 1 pull request in 1 repository
discord-csharp/solution-one 1 open

Created an issue in dotnet/runtime that received 7 comments

generic mathematics interfaces should use nullable reference types

In my opinion, all members in the generic mathematics interfaces should be nullable reference with a ? appended to the end of the type. For example…

7 comments