Pinned Repositories
496-cloud-project
Implement and Deployment for Openstack Docker
active-passive-topology-inference
NS3 simulations of queueing network topology inference using active and passive measurements.
alien-invasion
A simple version of the popular retro game Space Invaders.
building-evacuation-q-learning
An algorithm that uses Q-learning to find the optimal path to evacuate a building.
earthseed
An Arduino game based on the highly-addictive mobile game Seedship.
golden-ram-shell
A simple Linux shell.
heart-disease-predictor
Predicts heart disease in patients.
pong-ai
A Pong game played by two AIs.
simsiam-logo-identifier
A computer vision neural network for brand logo identification.
stat-analysis-on-eclipse-refactoring-bugs
A statistical analysis performed on eclipse refactoring bugs.
KumarUniverse's Repositories
KumarUniverse/building-evacuation-q-learning
An algorithm that uses Q-learning to find the optimal path to evacuate a building.
KumarUniverse/simsiam-logo-identifier
A computer vision neural network for brand logo identification.
KumarUniverse/neuralnets-keras-intro
An introduction to creating neural nets using the Keras library.
KumarUniverse/496-cloud-project
Implement and Deployment for Openstack Docker
KumarUniverse/active-passive-topology-inference
NS3 simulations of queueing network topology inference using active and passive measurements.
KumarUniverse/alien-invasion
A simple version of the popular retro game Space Invaders.
KumarUniverse/astar-8puzzle
A program which solves the 8-puzzle game using the A* search algorithm.
KumarUniverse/earthseed
An Arduino game based on the highly-addictive mobile game Seedship.
KumarUniverse/golden-ram-shell
A simple Linux shell.
KumarUniverse/pong-ai
A Pong game played by two AIs.
KumarUniverse/stat-analysis-on-eclipse-refactoring-bugs
A statistical analysis performed on eclipse refactoring bugs.
KumarUniverse/bfs-maze
A program which finds the path through a maze using Breadth First Search (BFS).
KumarUniverse/convacc-ns3
A 5G network monitoring simulation created for the NSF Convergence Accelerator program.
KumarUniverse/csc302
Computer Security II
KumarUniverse/CSC345
Haskell Test Cases for CSC 345: Programming Languages and Paradigms
KumarUniverse/csc468
CloudLab profile templates for CSC 468
KumarUniverse/Distributed-and-Cluster-Computing
Course materials for CSC 496, Special Topic in Complex Systems, at West Chester University of Pennsylvania
KumarUniverse/github-contributions
If you want to beautify your GitHub activity history
KumarUniverse/Hello-World
Hello World in all possible programmnig languages
KumarUniverse/HowToBeAProgrammer
A guide on how to be a Programmer - originally published by Robert L Read
KumarUniverse/java-design-patterns
Design patterns implemented in Java
KumarUniverse/KumarUniverse
KumarUniverse/mazelib
A Python library for creating and solving mazes.
KumarUniverse/minimax-connect4
An AI which uses the minimax algorithm in combination with heuristics to play Connect 4.
KumarUniverse/month-generator
Generates the month of any given year, including leap years.
KumarUniverse/parallel-particle-simulation
A parallel particle simulation using OpenMP and MPI.
KumarUniverse/python-tutorial
A quick introduction to the basics of the Python programming language.
KumarUniverse/quick-and-easy-scrum
An easy to follow Scrum guide for those unfamiliar with the framework or for those who just need a quick refresher.
KumarUniverse/sudoku-solution-verifier
This program verifies the rows, columns and grids of a sudoku solution.
KumarUniverse/wordle_solver
A python wordle solver