Skip to content
View LeftoverAtoms's full-sized avatar

Organizations

@righteous-ringos

Block or report LeftoverAtoms

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
leftoveratoms/README.md
// TODO: Create a better introduction.
public readonly struct Human
{
    public string Name { get; }
    public string Specialty { get; }
    public string Title { get; }
    public string[] Skills { get; }

    public Human()
    {
        Name = "Adam Calvelage";
        Specialty = "Software Developer";
        Title = "VR Specialist";             // Current Position
        Skills =
        {
            "Programmer",                    // C# > C++
            "3D Modelling", "3D Animation",  // Blender
            "Image Editing",                 // GNU Image Manipulation Program (GIMP)
            "Video Editing"                  // Devinci Revolve
        };
    }
}

Pinned Loading

  1. BO4 Zombie Health for WaW/BO1/BO2 Zo... BO4 Zombie Health for WaW/BO1/BO2 Zombies
    1
    /*
    2
    ┌─────────────────────────────────────────────────────────┐
    3
    │         BO4 Health Cap for WaW/BO1/BO2 Zombies          │
    4
    └─────────────────────────────────────────────────────────┘
    5
  2. Cold War Zombie Wave Limit for BO1/B... Cold War Zombie Wave Limit for BO1/BO2 Zombies
    1
    /*
    2
    ┌─────────────────────────────────────────────────────────┐
    3
    │     Cold War Zombie Wave Limit for BO1/BO2 Zombies      │
    4
    └─────────────────────────────────────────────────────────┘
    5
  3. google-translate-extractor google-translate-extractor Public

    Extracts Audio from Google Translate

    C#