Stars
Java projects from my first-ever programming course - CSE 141: INTRODUCTION TO PROGRAMMING (Fall 2022)
My Java projects from CSE 142: OBJECT-ORIENTED PROG TECH (Spring 2023)
My Java projects from CSE 247: DATA STRUCTURES (Fall 2023)
Repository maintained by AZ-400 course and Learn content community. Project used for AZ-400 Labs. Forked from: https://github.com/dotnet-architecture/eShopOnWeb Sample - ASP.NET Core 8.0 reference …
s-m-sharjeel / Spoon-Knife
Forked from octocat/Spoon-KnifeThis repo is for demonstration purposes only.
My Python projects from MTS 306: NUMERICAL ANALYSIS (Fall 2023)
My Python projects from CSE 307: INTRODUCTION TO ARTIFICIAL INTELLIGENCE (Spring 2024)
Vectorized Sudoku Solver Implementation Using RISC-V Vector ISA.
Automating the installation of a MySQL database server and the creation of a user and database using Ansible.
s-m-sharjeel / devops-assignment
Forked from Khhafeez47/reactappdevops assignment
my first major object-oriented java project; a smaller version of ms paint with an additional layers feature; created my own components and made minimal use of java swing (only JFrame & JPanel).
Creating the Map of Pakistan on GUI (Java Swing), where upon clicking two cities, the shortest path between them is found by making use of the Dijkstra's Algorithm.
The Looping Structures Dry Run Tutorial is a hands-on C# project that provides a thorough understanding of looping structures through practical activities. This project is appropriate for beginning…