Projects in Awesome Lists by OSSpk
A curated list of projects in awesome lists by OSSpk .
https://github.com/harismuneer/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.
decoupled-components design-pattern design-patterns-implemented-in-java desktop-game java-game java-swing-game microsoft-access minesweeper minesweeper-game model-view-controller mvc-application mvc-architecture mvc-pattern netbeans-project object-oriented-design object-oriented-programming-project ready-to-run swing-game swing-gui swing-mvc
Last synced: 16 Jul 2025
https://github.com/harismuneer/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.
accuracy-analysis artificial-neural-network comparative-study delta-rule efficiency-analysis handwritten-digit-recognition k-nearest-neighbours knn learning-algorithms-comparison logistic-regression machine-learning-algorithms mnist-classification-logistic mnist-dataset multiclass-perceptron perceptron-learning-algorithm sigmoid-function supervised-machine-learning support-vector-classifier support-vector-machines svm
Last synced: 16 Jul 2025
https://github.com/harismuneer/Typing-Tutor
๐ฎ An interactive graphical Typing Tutor game made using C++ (Console Based) having various difficulty levels and a fun gameplay.
console console-app console-application console-game console-graphics cplusplus cpp extendable-game fun-game game game-2d open-source-game open-source-project text-game typing-game typing-practice typing-skills typing-trainer typing-tutor typingtutor
Last synced: 16 Jul 2025
https://github.com/harismuneer/Round-Robin-Scheduler
๐คน A C++ implementation of the Round Robin Scheduler algorithm for process scheduling.
c-plus-plus learning-by-doing open-source-project operating-system operating-system-learning operating-systems operating-systems-tutorials os-algorithms process-scheduling round-robin round-robin-dispatcher round-robin-implementation round-robin-scheduler round-robin-simulator roundrobin scheduler scheduling-algorithm systems systems-programming
Last synced: 16 Jul 2025
https://github.com/harismuneer/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
gradient-filter gradient-image image-histogram image-processing image-similarity image-smoothing intensity-histogram laplacian-filter python-image-processing python-opencv rgb-histogram structural-similarity
Last synced: 16 Jul 2025
https://github.com/harismuneer/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.
hybrid-topology network-animator network-programming network-simulation network-simulator network-topologies network-visualization ns2 ns2-programming ns2-tutorial ring-topology star-topology tcl-code tcl-programming
Last synced: 16 Jul 2025
https://github.com/harismuneer/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.
c-client c-server client-server client-server-interaction multi-threaded-server multi-threading multithreaded-tcp-server network-application network-programming networking-application socket-communication socket-programming socket-server tcp-protocol tcp-server tcp-socket tcp-socket-programming tcp-tutorial transmission-control-protocol voting-application
Last synced: 16 Jul 2025
https://github.com/harismuneer/Command-Line-Interpreter-CLI
๐ฒ A Command Line Interpreter made in C++ which supports commands like quit, remove, rename, rmdir, echo, out, zip, unzip.
cli cli-clone cli-interactive cli-utility cmd-clone command-line command-line-arguments-parser command-line-clone command-line-interpreter command-line-tool echo interpreter-clone interpreter-cplusplus operating-system operating-systems quit rename-files rmdir unzip zip-files
Last synced: 16 Jul 2025
https://github.com/osspk/building-an-online-presence-to-unlock-opportunities
๐ต๐ฐ A step-by-step, beginner-friendly guide to building a strong online presence and unlocking career opportunities. Learn to craft an effective LinkedIn profile, create a standout GitHub portfolio, and embrace open-source practices. Gain actionable strategies to boost visibility, highlight your skills, and expand your professional network.
beginner-guide-github career-growth coding-projects-showcase contributing-to-open-source digital-footprint git-and-github github-for-beginners github-portfolios job-hunting-tips linkedin-networking linkedin-profile-tips online-presence open-source-practices open-source-projects personal-branding professional-networking resume-building showcase-your-skills tech-career-resources tech-job-hunting
Last synced: 21 Feb 2025
https://github.com/osspk/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.
Last synced: 09 Apr 2025
https://github.com/harismuneer/Activity-Calendar
๐๏ธ A console based graphical activity calendar implemented in C++ as an assignment for the course "Computer Programming CS103"
activity-calendar calendar calendar-applications calendar-console calendar-cpluscplus calendar-events calendar-scheduler calendar-simulator colorful-interface cool-graphics file-manipulation open-source-project productivity-tool schedule-calender scheduled-jobs scheduled-tasks string-manipulation
Last synced: 16 Jul 2025
https://github.com/harismuneer/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"
behavioral-patterns creational-patterns design-patterns design-patterns-implemented-in-java factory-method factory-pattern object-oriented-design singleton-pattern strategy-design-pattern strategy-pattern
Last synced: 16 Jul 2025
https://github.com/harismuneer/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.
attendance-system c-client c-network-programming c-server check-in-out client-server client-server-interaction network-programming networking-application socket-client socket-communication socket-programming socket-server udp-protocol udp-socket udp-socket-programming udp-tutorial
Last synced: 16 Jul 2025
https://github.com/harismuneer/Queue-and-Stack
๐ A C++ implementation of two datastructures: queue and stack
cplusplus data-storage data-structures datastructures free-to-use open-source-code queue stack
Last synced: 16 Jul 2025
https://github.com/harismuneer/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
1d-array 3d-to-1d 3d-to-1d-array array-dimensions-mapping array-flatten array-flattening array-index array-indexing array-indicing array-manipulation array-manipulations flat-arrays flatten-3d-array-to-1d-array flatten-array flattening-3d-array flattening-3darray mapping-algorithms mapping-array
Last synced: 16 Jul 2025
https://github.com/harismuneer/Full-Wave-Bridge-Rectifier
โจ A MATLAB implementation (Simulink Model) of a Full Wave Bridge Rectifier
ac-to-dc basic-electronics conversion current-change diode electronics full-wave-bridge-rectifier full-wave-bridge-rectifier-matlab full-wave-rectifier matlab matlab-gui signal-trimming signals-clipping simulink wave-bridge-rectifier waveform
Last synced: 16 Jul 2025
https://github.com/harismuneer/Bubble-Sort-Using-Pointer-Arithmetic
โ๏ธ An implementation of Bubble Sort where Pointers are used to traverse and process the array
array-manipulation arrays bubble-sort bubble-sort-pointers bubblesort cplusplus pointer-arithmetic pointer-traversal pointers pointers-and-arrays sort-using-pointers traversing-using-pointers
Last synced: 16 Jul 2025
https://github.com/harismuneer/Forking-SharedMemory-Semaphores_Example
๐A C++ example demonstrating the OS concepts of Process Forking, Shared Memory, Semaphores by solving an interesting problem
fork forking open-source-project operating-system operating-systems operating-systems-learning os-algorithms os-locks process-forking semaphore semaphores semaphores-locking shared-memory solved-exercises synchronization synchronization-strategies systems systems-programming
Last synced: 16 Jul 2025
https://github.com/osspk/materialui-notes
A note keeping app built with React, MaterialUI and some love.
Last synced: 17 Mar 2025