• Stars
    star
    3
  • Rank 3,944,522 (Top 79 %)
  • Language
    HTML
  • License
    GNU General Publi...
  • Created over 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.

More Repositories

1

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).
CSS
20
star
2

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.
Jupyter Notebook
5
star
3

Sorting-Algorithms-in-Python

Algorithms in data structures to sort lists out without using Sort() function in Python.
Jupyter Notebook
4
star
4

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.
Python
4
star
5

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.
Scala
4
star
6

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.
Jupyter Notebook
4
star
7

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
Python
4
star
8

Automated-Personality-Classification

Jupyter Notebook
3
star
9

Stack-and-Queues-in-Python

The repository implements stack and queue data structures in python programming language. All the relevant functions are implemented.
Jupyter Notebook
3
star
10

Handwritten-To-Text-Transformation-of-Math-Equations

Python
3
star
11

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.
3
star
12

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).
Python
2
star
13

CPEC-Highway-Network

The network of highway of CPEC is to be discussed in it.
Jupyter Notebook
2
star
14

Professional-Docs

2
star
15

Agha-Muqarib

Hey there, its me Agha Muqarib
2
star
16

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.
Python
2
star
17

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.
Jupyter Notebook
2
star
18

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.
Scala
2
star
19

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.
2
star
20

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.
2
star
21

Predict-Percentage-from-Hours-Studied-usng-Linear-regression-

Jupyter Notebook
1
star
22

RV32-Single-Cycle-Datapath-Logism

This repository contains Risc V 32 bit single cycle data path simulated on Logism upon loading instructions.
1
star