Skip to content
View fatalwall's full-sized avatar
  • Wilmington, DE

Block or report fatalwall

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

Pinned Loading

  1. BatMon BatMon Public

    Batch Job Monitor Dashboard and API

    C#

  2. vshed.IO.UncShare vshed.IO.UncShare Public

    Library for accessing UNC Shares with an alternative identity

    C# 1

  3. SingleCopy SingleCopy Public

    Tool to assist in finding and removing duplicate copies of a file

    C# 1

  4. NSIS_DotNetVersion NSIS_DotNetVersion Public

    NSIS Library used to detect that a compatible .Net Framework version is installed on the system at installation time. Best usage is to include the required framework version and install it if the c…

    NSIS 1

  5. BuildEventTools BuildEventTools Public

    Tools to assist in building and packaging of applicaitons

    C#

  6. Python roman numeral string to integer Python roman numeral string to integer
    1
    def romanToInt(s:str) -> int:
    2
        """Convert roman numeral to an integer value.
    3
    4
        Args:
    5
            s (str): roman numberal value.