There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Library-Management-System-JAVA
๐ A sophisticated Library Management System designed in Java while following the concepts of decoupled layers (entities) and minimal code in interface (GUI).Awesome-Python-Games
๐ Interactive games developed using Python for learning programming.Minesweeper-Desktop-Game
๐ฃ An object-oriented clone of the famous Windows game Minesweeper made in Java-Swing Framework following the Model View Controller (MVC) Architecture. Its a stand-alone desktop game which also provides save and load game functionalities.Handwritten-Digits-Classification-Using-KNN-Multiclass_Perceptron-SVM
๐ A Comparative Study on Handwritten Digits Recognition using Classifiers like K-Nearest Neighbours (K-NN), Multiclass Perceptron/Artificial Neural Network (ANN) and Support Vector Machine (SVM) discussing the pros and cons of each algorithm and providing the comparison results in terms of accuracy and efficiecy of each algorithm.Zelda-Game
๐ฝ A text based adventure game made using concepts of OOP like Inheritance, Composition, Association, Polymorphism etcTyping-Tutor
๐ฎ An interactive graphical Typing Tutor game made using C++ (Console Based) having various difficulty levels and a fun gameplay.Gradient-Smoothness-Structural_Similarity-Image_Histogram
๐ผ๏ธ This repository contains ready to run code for the following image processing techniques: Image Gradient, Image Smoothness, Image Histogram (Intensity Histogram) and Structural Similarity Index Measure (SSIM) of Two ImagesRound-Robin-Scheduler
๐คน A C++ implementation of the Round Robin Scheduler algorithm for process scheduling.Ring-Star-Hybrid-Topologies-TCL
๐จโ๐ป This repository provides working code and complete description for Ring, Star and Hybrid Network Topologies. The scripts are written in Tcl for NS which is used to simulate the behavior of networks and NAM is used as a visual aid showing how packets flow along the network.Online-Voting-System-TCP
๐ณ๏ธ An online vote casting system using TCP multi-threaded client-server program. The voters will log on from client systems and cast their votes.Command-Line-Interpreter-CLI
๐ฒ A Command Line Interpreter made in C++ which supports commands like quit, remove, rename, rmdir, echo, out, zip, unzip.Doubly-and-Singly-Linked-List
๐ Complete C++ implementation of two variants of a list: Doubly Linked List and Singly Linked ListFurnitAR
Ecommerce app with Firebase as backend. AR enabled products can be viewed in AR. AR functionalities implemented using ARCore and Sceneform. AR models taken from Google Poly.Activity-Calendar
๐๏ธ A console based graphical activity calendar implemented in C++ as an assignment for the course "Computer Programming CS103"Full-Wave-Bridge-Rectifier
โจ A MATLAB implementation (Simulink Model) of a Full Wave Bridge RectifierQueue-and-Stack
๐ A C++ implementation of two datastructures: queue and stackCheck_In-Check_Out-System-UDP
๐โโ๏ธ A UDP based Check in/Check out System. In this system, the user/client is able to Check in and Check out from the system by sending a data packet from its host machine to the server.Factory-Singleton-and-Strategy-Design-Patterns_Examples
๐ Solved problems demonstrating the use of Factory, Singleton and Strategy Design Patterns using Java. These problems were solved during the course "Object Oriented Analysis and Design CS309"Love Open Source and this site? Check out how you can help us