Skip to content
View mnwachukwu's full-sized avatar
💡
Hacking away at a solution
💡
Hacking away at a solution

Highlights

  • Pro
Block or Report

Block or report mnwachukwu

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
mnwachukwu/README.md

Hi there 👋

Pinned

  1. FortyLife FortyLife Public

    An open source, catch-all replacement to websites like TappedOut, MTG Goldfish, DeckStats, DeckBox, TCGPlayer and any other website that will allow you to track and manage a Magic: The Gathering co…

    JavaScript 8 1

  2. TM14.Networking TM14.Networking Public

    Quick and simple implementation of TcpClient and TcpListener that implements several features for structured, orderly, and secure data exchange.

    C# 3 1

  3. TM14.RichTextBoxUtil TM14.RichTextBoxUtil Public

    C# 1

  4. MouseClip MouseClip Public

    An application to help clip the mouse to the gaming window for older games played in borderless fullscreen mode on systems with multiple displays.

    C# 1

  5. Alternity-1998 Alternity-1998 Public

    A Foundry Virtual Tabletop Game System used to facilitate the Alternity (1998) Rule System.

  6. [SaltedHash] A collection of methods... [SaltedHash] A collection of methods I often use in different projects to work with salted hash strings. (Credit: https://stackoverflow.com/questions/2138429/hash-and-salt-passwords-in-c-sharp)
    1
    using System;
    2
    using System.Linq;
    3
    using System.Security.Cryptography;
    4
    using System.Text;
    5