Pinned Repositories
awesome-badges
:trophy: Awesome, badges!
awesome-oss-alternatives
Awesome list of open-source startup alternatives to well-known SaaS products 🚀
Blurb-Survival-Of-The-Fittest
This is a simple 2D graphic trying to map the tracking of creatures (blurbs) on their hunt through survival of the fittest.
Comet-Destroyer
This is my GitHub Repository for my final project in CSC 2463 at LSU.
Flutter-Magic-8-Ball-Program
A Flutter App that randomly generates an answer when a user clicks on a flat button.
Flutter-MiCard
Creating a virtual business card using Flutter for learning.
Pathfinding-Visualizer-Project-in-React
I got the idea of a pathfinding algorithm visualizer from Clément Mihailescu on YouTube. I took a look at one of his tutorials and am now attempting to re-make his current program using React.
Random-Number-Generator-Study
This is the repo to house a study into the design and randomness of Pseudorandom number generation algorithms and my quest to find a semi-truly random algorithm.
react-live-chat-application
This is a live chat application created with React, Express, Node, and Socket.IO. This project was made to learn the ins and outs of React as well as to become familiar with websockets using Socket.IO.
trello-clone
This is a Trello clone built with React to learn how to create components, loop through components, add editable components, drag and drop features, and a lot more!
kalebm1's Repositories
kalebm1/Pathfinding-Visualizer-Project-in-React
I got the idea of a pathfinding algorithm visualizer from Clément Mihailescu on YouTube. I took a look at one of his tutorials and am now attempting to re-make his current program using React.
kalebm1/awesome-oss-alternatives
Awesome list of open-source startup alternatives to well-known SaaS products 🚀
kalebm1/Blurb-Survival-Of-The-Fittest
This is a simple 2D graphic trying to map the tracking of creatures (blurbs) on their hunt through survival of the fittest.
kalebm1/Comet-Destroyer
This is my GitHub Repository for my final project in CSC 2463 at LSU.
kalebm1/Flutter-Magic-8-Ball-Program
A Flutter App that randomly generates an answer when a user clicks on a flat button.
kalebm1/Flutter-MiCard
Creating a virtual business card using Flutter for learning.
kalebm1/Random-Number-Generator-Study
This is the repo to house a study into the design and randomness of Pseudorandom number generation algorithms and my quest to find a semi-truly random algorithm.
kalebm1/react-live-chat-application
This is a live chat application created with React, Express, Node, and Socket.IO. This project was made to learn the ins and outs of React as well as to become familiar with websockets using Socket.IO.
kalebm1/trello-clone
This is a Trello clone built with React to learn how to create components, loop through components, add editable components, drag and drop features, and a lot more!
kalebm1/containerized-react-app
React app that was built to be served statically using Express and containerized with Docker.
kalebm1/CSharp-Number-Guessing-Command-Game
This is just a simple command line C# game where you try to guess the number.
kalebm1/eShopOnWeb
Sample ASP.NET Core 5.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
kalebm1/flappy-bird-java-clone
Flappy Bird Clone in Java
kalebm1/Flutter-Dice-Program
A Flutter program that will randomize the faces of a pair of die when they are pressed.
kalebm1/flutter-xylophone-instrument
An app that utilizes a play audio package in flutter to play sound on press that sound like a xylophone.
kalebm1/GitHubGraduation-2022
Join the GitHub Graduation Yearbook and "walk the stage" on June 11.
kalebm1/Java-School-Management-System
This is a super simple school management system built in Java.
kalebm1/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
kalebm1/JUnit-test-cases
This is a project to demonstrate understanding of JUnit testing and writing test cases for testing methods using JUnit in Eclipse.
kalebm1/kalebm1
Config files for my GitHub profile.
kalebm1/Mersenne-Twister-in-Python
A Mersenne Twister Random Number Generator
kalebm1/Most-Used-Letter-Python-Project
I was curious what the most used letter in the English alphabet was, so I wrote this simple Python script to tell me.
kalebm1/Music-Player-App-in-CSharp
This is a simple music player app I developed while attempting to learn the C# language.
kalebm1/Progress-Bar-For-Download-Project
Progress Bar For Download Project
kalebm1/react-d3-tree
:deciduous_tree: React component to create interactive D3 tree graphs
kalebm1/simple-python-file-reader
This is a super simple, bare bones Python project to read a file and account for spaces, characters, and punctuation. It also counts words and then displays the information as well as the average character count per word. This was made just to answer a few questions I had about an essay for a class assignment.
kalebm1/Sudoku-Solver
This is a simple Sudoku Solver built in Python that utilizes recursion and backtracking to solve Sudoku puzzles.
kalebm1/themeparks
Unofficial API for accessing ride wait times and schedules for Disneyland, Disney World, Universal Studios, and many more parks
kalebm1/Tic-Tac-Toe-in-CSharp
A C# Tic Tac Toe game that I built following a tutorial by AngelSix on YouTube.
kalebm1/Word-Problem-Generator
This is the repo to hold my code for a word problem generator.