Pinned Repositories
BayesianMovieReviewProcessor
Takes an input of two folder paths representing text based positive and negative movie reviews respectively and generates a Bayesian Model and outputs it to a text file and displays the top five options for each on the output.
CartoonParrot
A class that is supposed to simply mimic what a Cartoon Parrot would do.
CompetitiveProgramming
Solutions for various competitive programming problems
Day-Testing
Testing out Java's built in Day Class
FinancialAidApplicant
Program that calculates whether a student could theoretically qualify for financial aid.
git_practice
Greek-Letter-Printer
A very short program that tests out the Greek Alphabet by calling some print statements written on 8/25/2020.
Mafia-Clone
A project which set out to recreate the table game Mafia, this is the final code in which I helped to contribute to both the UI and its interactions with the backend classes
UDPServerFramework
The following is a basic but functional UDP server protocol that relies on acknowledgements and keeps track of multiple clients via conversation IDs to transfer bytes into files.
stablediffusion
High-Resolution Image Synthesis with Latent Diffusion Models
kevbit's Repositories
kevbit/CompetitiveProgramming
Solutions for various competitive programming problems
kevbit/Mafia-Clone
A project which set out to recreate the table game Mafia, this is the final code in which I helped to contribute to both the UI and its interactions with the backend classes
kevbit/BayesianMovieReviewProcessor
Takes an input of two folder paths representing text based positive and negative movie reviews respectively and generates a Bayesian Model and outputs it to a text file and displays the top five options for each on the output.
kevbit/CartoonParrot
A class that is supposed to simply mimic what a Cartoon Parrot would do.
kevbit/Day-Testing
Testing out Java's built in Day Class
kevbit/FinancialAidApplicant
Program that calculates whether a student could theoretically qualify for financial aid.
kevbit/git_practice
kevbit/Greek-Letter-Printer
A very short program that tests out the Greek Alphabet by calling some print statements written on 8/25/2020.
kevbit/UDPServerFramework
The following is a basic but functional UDP server protocol that relies on acknowledgements and keeps track of multiple clients via conversation IDs to transfer bytes into files.
kevbit/arucodetector
kevbit/JavaInputArithmetic
Testing out the various arithmetic operations of Java
kevbit/kevbit
Config files for my GitHub profile.
kevbit/MultipleOfThree
Simple program printing out and testing addition in Java.
kevbit/Name
A class that takes a person's name and returns some cool information about it such as number of constonants.
kevbit/Picture-Drawer
A simple Java program that will draw a picture on a Canvas object written on 8/31/2020.
kevbit/RestaurantHelper
A simple class that assists with the daily workings of a restaurant by calculating tips and other calculations.
kevbit/ShoppingCart
A simple program that creates a shopping cart that keeps track of the subtotal of items.
kevbit/SnowGlobe
A simple class that calculates the amount of money it would take to fill a SnowGlobe with snow.
kevbit/stablediffusion
High-Resolution Image Synthesis with Latent Diffusion Models
kevbit/StringMethods
Testing out some String methods in Java.
kevbit/TrafficLightCreator
A program that is now able to create traffic lights at different location.
kevbit/TrafficLightViewer
Displays a simple traffic light in Java.
kevbit/Train
A program that keeps track of simple train objects, fuel, and stops.