// 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
};
}
}
-
@RighteousRingos
- United States
-
15:21
(UTC -04:00) - @leftoveratoms.dev
Pinned Loading
-
T8 Zombie Health for T5/T6 Zombies
T8 Zombie Health for T5/T6 Zombies 1/*2┌─────────────────────────────────────────────────────────┐3│ Black Ops 4 Health Cap for Black Ops 1/2 Zombies │4└─────────────────────────────────────────────────────────┘5 -
T9 Zombie Wave Limit for T5/T6 Zombies
T9 Zombie Wave Limit for T5/T6 Zombies 1/*2┌─────────────────────────────────────────────────────────┐3│ Cold War Zombie Wave Limit for Black Ops 1/2 Zombies │4└─────────────────────────────────────────────────────────┘5 -
google-translate-extractor
google-translate-extractor PublicExtracts Audio from Google Translate
C#
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

