Agha-Muqarib
D365 Technical Consultant | Python Developer | Web-Developer | Blogger | Software Engineer
Usman Institute of TechnologyKarachi,Pakistan
Pinned Repositories
Aghaas-Core
This repository contains the implementation of a parameterized RISC-V 32-bit Single Cycle Core(supporting I Type) using functional programming in Scala and Chisel.
Chisel-Learning
The repository contains the learning journey/getting familiar with Chisel, a framework of Scala. Labs have been implemented, introducing to most of the utilities in Chisel and its related concepts.
CPEC-Highway-Network
The network of highway of CPEC is to be discussed in it.
CPU-Scheduling-Algorithms
This repository contains the basic CPU Scheduling Algorithms from which an Operating System decides the sequencing or scheduling of process to be executed. All the algorithms inside are preemptive in nature, i.e. contact switching is possible. The algorithms include, First Come First Serve (FCFS), Shortest Job First (SJF), Round Robin and Priority Scheduling.
Library-Management-System
The repository contains web pages using Django web development framework in python language. It contains a) Two Forms Students and Books b) One Form to issue a book to particular student. (where multiple transaction require on one student).
NumPy-Basics-Arrays-And-Vectorized-Computation
It includes the basic and advance numpy array manipulations. The topics like indexing, slicing, fast element array-wise functions, mathematical and statistical methods, filing, linear algebra functions, pseudo-random numbers, reshaping, splitting, concatenating,tiles, repeating, where( ) function & numpy advanced array manipulation are implemented.
Pairing-Heaps
Pairing heap is the utilization of heap data structure to give amortized time complexity of operations of heaps.The operations of a minimum heap are to be discussed in it.
RV32-Single-Cycle-Datapath-Logism
This repository contains Risc V 32 bit single cycle data path simulated on Logism upon loading instructions.
Sorting-Algorithms-in-Python
Algorithms in data structures to sort lists out without using Sort() function in Python.
The-Star-Wars-Store
The following is a basic (for practice) , E-commerce, Star Wars Website with products of star war worlds. It contains a home,login,signup,about,contact and privacy,return,exchange and copyright policies sections.
Agha-Muqarib's Repositories
Agha-Muqarib/NumPy-Basics-Arrays-And-Vectorized-Computation
It includes the basic and advance numpy array manipulations. The topics like indexing, slicing, fast element array-wise functions, mathematical and statistical methods, filing, linear algebra functions, pseudo-random numbers, reshaping, splitting, concatenating,tiles, repeating, where( ) function & numpy advanced array manipulation are implemented.
Agha-Muqarib/CPU-Scheduling-Algorithms
This repository contains the basic CPU Scheduling Algorithms from which an Operating System decides the sequencing or scheduling of process to be executed. All the algorithms inside are preemptive in nature, i.e. contact switching is possible. The algorithms include, First Come First Serve (FCFS), Shortest Job First (SJF), Round Robin and Priority Scheduling.
Agha-Muqarib/Sorting-Algorithms-in-Python
Algorithms in data structures to sort lists out without using Sort() function in Python.
Agha-Muqarib/The-Frog-Jumping-Problem
Frog Problem Python program to prints complete state space graph and the search tree of the 'Frog Problem'.Also, count the number of states while generating them Representation: Each state of the game will be represented in the form of a 7-char string, say 1110222 where: 1 represents green frog 2 represents brown frog 0 represents empty block. The root node of the tree will be 1110222 and the goal node is 2220111
Agha-Muqarib/Tic-Tac-Toe-Game
The repository contains computer vs computer and Player vs Computer Tic Tac Toe Game. Its a non GUI output based python code that'll let you play this game upon executing the code.
Agha-Muqarib/Pharmacy-Management-System
Pharmacy Management system is a database application that will cater the needs of storing, managing, querying and retrieving pharmacy data needs i.e. managing staff, customer, transaction, product and supplier records. The application is generated by an SQL script and is further beautified manually through Alex app builder.
Agha-Muqarib/Stack-and-Queues-in-Python
The repository implements stack and queue data structures in python programming language. All the relevant functions are implemented.
Agha-Muqarib/8-Puzzle-Problem-in-Python
The 8-puzzle problem is a puzzle invented and popularized by Noyes Palmer Chapman in the 1870s. It is played on a 3-by-3 grid with 8 square blocks labeled 1 through 8 and a blank square. Your goal is to rearrange the blocks so that they are in order. You are permitted to slide blocks horizontally or vertically into the blank square.
Agha-Muqarib/CPEC-Highway-Network
The network of highway of CPEC is to be discussed in it.
Agha-Muqarib/Graph-Traversal-Via-BFS-DFS
The repository contains python code to traverse any graph given in the form of dictionary to perform Breadth First Search (BFS) and Depth First Search (DFS).
Agha-Muqarib/Guessing-the-number-game-in-simple-python-for-beginners
The code in the game above is very simple and non-structural. You are welcome to contribute in the code and update it in the form of classes and proper structure. Your efforts shall really be appreciated. This is for the beginners so that they could see the working code in unstructured form and then give it Object Oriented shape by updating the code. I have made logic very simple and straight forward. Just start reading the code from the bottom life as the main function, also mentioned in comment, and see what values are passing to functions and which function. This will surely help you to understand the pattern and flow of code. If you still have problem in understanding the code, you can share it in "Issues" tab or contact me on "syedalizain03@gmail.com" or my Twitter, Insta, LinkedIn, Facebook as @syedalizain033. Thank you.
Agha-Muqarib/Hogwarts-Database-Case-Study
Hogwarts Database is an extensive, practice database application that will cater the needs of storing, managing, querying and retrieving Harry Potter's fantasy world's data needs i.e. schools, books, characters, appearances, students, courses, grades, enrollment, professors, ministers, levels, incharges, ministry employees, offices, examiner & Owls records. The application is generated by a script and is further beautified manually through Alex app builder.
Agha-Muqarib/Pairing-Heaps
Pairing heap is the utilization of heap data structure to give amortized time complexity of operations of heaps.The operations of a minimum heap are to be discussed in it.
Agha-Muqarib/Working-With-Rust
Its supposed to be a practice repository where I've worked on different concepts of RUST from basics, heart and meat of Rust as well as the OOP concepts.
Agha-Muqarib/cloud-vision
Sample code for Google Cloud Vision
Agha-Muqarib/HE2LaTeX
Converting handwritten equations to LaTeX
Agha-Muqarib/RV32-Single-Cycle-Datapath-Logism
This repository contains Risc V 32 bit single cycle data path simulated on Logism upon loading instructions.
Agha-Muqarib/calculator-pro
Powerful calculator for Android. Use high technology
Agha-Muqarib/first-contributions
🚀✨ Help beginners to contribute to open source projects
Agha-Muqarib/K-Nearest-Neighbor-Algorithm-using-AI
Agha-Muqarib/Scala-Learning
The repository contains the learning journey/getting familiar with Scala and Functional Programming drills. Assignments have been implemented, introducing to most of the utilities in Scala and concepts of functional programming.