Open Source Software PK
Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign up
Pinned repositories
Repositories
-
Typing-Tutor
🎮 An interactive graphical Typing Tutor game made using C++ (Console Based) having various difficulty levels and a fun gameplay. -
Bubble-Sort-Using-Pointer-Arithmetic
☘️ An implementation of Bubble Sort where Pointers are used to traverse and process the array -
Activity-Calendar
🗓️ A console based graphical activity calendar implemented in C++ as an assignment for the course "Computer Programming CS103" -
Matrix-Operations-Using-Pointer-Arithmetic
💾 Different Matrix Operations like Addition, Transpose, Symmetric and Row Interchange performed using Pointer Arithmetic -
Zelda-Game
👽 A text based adventure game made using concepts of OOP like Inheritance, Composition, Association, Polymorphism etc -
Full-Wave-Bridge-Rectifier
✨ A MATLAB implementation (Simulink Model) of a Full Wave Bridge Rectifier -
Queue-and-Stack
🎈 A C++ implementation of two datastructures: queue and stack -
Queue-using-Stacks
🎁 A complete C++ implementation of Queue using two Stacks. -
Mapping-3D-Array-to-1D-Array
🌌 Demonstrating the concept of representing/flattening a 3D array as a 1D array by solving a real life problem -
Doubly-and-Singly-Linked-List
🔗 Complete C++ implementation of two variants of a list: Doubly Linked List and Singly Linked List -
Command-Line-Interpreter-CLI
🔲 A Command Line Interpreter made in C++ which supports commands like quit, remove, rename, rmdir, echo, out, zip, unzip. -
Round-Robin-Scheduler
🤹 A C++ implementation of the Round Robin Scheduler algorithm for process scheduling. -
Forking-SharedMemory-Semaphores_Example
🔐 A C++ example demonstrating the OS concepts of Process Forking, Shared Memory, Semaphores by solving an interesting problem -
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. -
Check_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. -
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. -
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" -
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 Images -
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. -
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. -
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. -
-
-
FurnitAR
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.