Skip to content
View MultiversalNomad's full-sized avatar

Block or report MultiversalNomad

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. A helpful PowerShell script for quic... A helpful PowerShell script for quickly comparing 2 hashes to see if they match or not. See code comments for details.
    1
    <#
    2
    A helpful PowerShell script for quickly comparing 2 hashes to see if they match or not.
    3
    Requires Windows 10 at a minimum since it uses the built-in "certutil" tool to generate hashes.
    4
    5
    The script takes 3 inputs: source, target, and hash type.
  2. This function takes a Japanese kana ... This function takes a Japanese kana word and outputs an HTML pitch accent notation. See code comments for details.
    1
    /*
    2
    This function takes a Japanese kana word and outputs an HTML pitch accent notation.
    3
    4
    The notation is explained further in the code comments.
    5
  3. This fork splits Console.cs into Con... This fork splits Console.cs into ConsoleInGame.cs and ExampleSceneScript.cs. See code comments for details.
    1
    /*
    2
    This fork splits Console.cs into ConsoleInGame.cs and ExampleSceneScript.cs.
    3
    4
    ConsoleInGame is a static class containing the main console code while ExampleSceneScript.cs
    5
    is an example for showing how to use the console in other scripts.
  4. multiversalnomad.github.io multiversalnomad.github.io Public

    My personal website.

    HTML

  5. Vlc2Flac Vlc2Flac Public

    Creates a proper FLAC file using vlc, FlacFixer, and metaflac programs when given a VLC-compatible media file (VLC has some issues generating FLAC files on its own). A programming experiment and wo…

    C# 1

  6. FlacFixer FlacFixer Public

    Creates a proper FLAC file using flac and metaflac programs when given a bad FLAC or raw file with a missing/incorrect header. A programming experiment and work in progress.

    C# 1