Skip to content
View klai1994's full-sized avatar

Block or report klai1994

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

Popular repositories Loading

  1. CSharp-Randomizer CSharp-Randomizer Public

    Simple program that randomizes items in a list entered by the user. Bulk of code is found in Randomizer/Form1.cs

    C#

  2. Java-Cataloguer Java-Cataloguer Public

    Takes input from the user and sorts an alphabetized list to a text file. Majority of code is found in src/Alphabetizer.java.

    Java

  3. Retro-Game Retro-Game Public

    A long-term hobby project of mine. Unity is the game engine, and C# is the primary language chosen. Json is used to process data files used for in-game dialogue.

    C#

  4. Quiz Quiz Public

    A simple quiz app that grades a question right or wrong based on user text input.

    C#

  5. Discord-Bot Discord-Bot Public

    A bot for the social program Discord. Implements a simple chat bot that users can talk to, as well as other features such as a calculator and dictionary.

    C#

  6. Text-Analyzer Text-Analyzer Public

    Counts frequency of words in a given text file.

    Java