JosephCW
Software Engineer @ EquipmentShare BS in CS at Northwest Missouri State University
EquipmentShareKansas City, MO
Pinned Repositories
TrendingSimulator
This is a Twitter bot that uses a Markov chain in order to become the most "trendy human" on Twitter.
CLRSIntroductionToAlgorithmsBook
Some algorithms that have been implemented from the CLRS Introduction to Algorithms Book
DollarGeneralCouponSnipper
Automatically add all available coupons off the Dollar General website
git-and-merge-conflicts
Beginner tutorial on how to use git tortoise and git bash
HyVeeCouponSnipper
Automatically add all available coupons off the HyVee website
mvc-app
44-563 MVC CRUD app
os_project-2
Project 2 implement different cpu schedulers in c
PluginHiddenLorax
Automatically plants saplings that are dropped on the ground.
Survey-Project-2
Knapsack solution using both heuristic and dynamic programming
JosephCW's Repositories
JosephCW/CLRSIntroductionToAlgorithmsBook
Some algorithms that have been implemented from the CLRS Introduction to Algorithms Book
JosephCW/DollarGeneralCouponSnipper
Automatically add all available coupons off the Dollar General website
JosephCW/git-and-merge-conflicts
Beginner tutorial on how to use git tortoise and git bash
JosephCW/HyVeeCouponSnipper
Automatically add all available coupons off the HyVee website
JosephCW/44-563-app-challenge-1
JosephCW/Survey-Project-2
Knapsack solution using both heuristic and dynamic programming
JosephCW/44563-01-Module2PracticeApp
JosephCW/44563-github-pages-site
JosephCW/ACM-Docs
JosephCW/display-shortest-string
44-563 display shortest string
JosephCW/fabric-example-mod
Example Fabric mod
JosephCW/ghidra
JosephCW/git-and-merge-conflicts-demo
JosephCW/git-started-windows
Get your Windows computer ready for collaboration with Git
JosephCW/hello-world
Following git tutorial as assignment for Developing Web Apps and Services class.
JosephCW/JosephCW.github.io
JosephCW/js-colors
Easy JavaScript color app
JosephCW/js-console
JavaScript is a great language for writing and testing quick programming functions
JosephCW/js-e1
JavaScript easy app
JosephCW/js-gui
JavaScript is a great language for writing quick apps that require user interaction
JosephCW/js-gui-ajax
Simple client-side web app that calls services with JavaScript fetch and axios (super-powered fetch)
JosephCW/js-gui-basic
Simple event-driven JavaScript app without styling
JosephCW/js-gui-storage
JavaScript is a great language for writing quick apps that require user interaction and saving information
JosephCW/js-gui-with-tests
Simple JavaScript app - built for testing, includes some qUnit tests
JosephCW/PKHeX
Pokémon Save File Editor
JosephCW/Python-Practice
Just some practice / references using python
JosephCW/pywal
🎨 Generate and change color-schemes on the fly.
JosephCW/ReadingJSON-Demo
C# demo for Software Engineering presentation on JSON reading using Newtonsoft.JSON
JosephCW/RustPracticeProjects
Practice Repo for learning Rust
JosephCW/Survey-Project-1
Largest Contigious Subarray Solution via Brute Force & Kadane's Algorithm