Skip to content
View kat-coding's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report kat-coding

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

  1. AccessibilityTest AccessibilityTest Public

    Program scans a file of errors and uses that data to display different information about the tests. This program also contains JUnit testing on getters and setters.

    Java

  2. MaptyUdemy MaptyUdemy Public

    Workout Logging Website

    JavaScript

  3. ProducersAndConsumers ProducersAndConsumers Public

    This program is multithreaded. It creates 3 producer threads that create randomly generated credit applications. It also creates 2 consumer threads that will process each application. These thread …

    Java

  4. SimpleWebServer SimpleWebServer Public

    This program creates a simple web server on localhost. It creates a server socket to listen for HTTP GET requests. It then returns the file in the GET request or returns a 404 Not Found if file is …

    Java

  5. AdamZWinter/weddingRentals AdamZWinter/weddingRentals Public

    SDEV305 Orange Team Wedding Rentals

    PHP 1

  6. SpaceInvaders SpaceInvaders Public

    Program takes in a txt file of numbers and converts them to binary. It then prints out a space for 0 and an 'X' for 1. Finally it will save the converted data to another file.

    Java