• Stars
    star
    1
  • Language
    HTML
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

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

Repository Details

More Repositories

1

CGPA-GPA-Calculator

Able to Generate GPA and CGPA
HTML
1
star
2

Networking-II-UBIT-

Networking 2 Sem 6
1
star
3

TenantManagementSystem

Tenancy Management System
HTML
1
star
4

javaAssigments--

From chap 1 - 20
1
star
5

Simulator

Queuing Modeling Simulator
HTML
1
star
6

Restaurant--One-Page

1
star
7

School-Management-System

C#
1
star
8

Computer-Graphics

This Repository Contain Programs related Computer Graphics Course By using C++
C++
1
star
9

QuizApp

JavaScript
1
star
10

LaunchPage

CSS
1
star
11

Calculator

1
star
12

TodoApp-in-js

JavaScript
1
star
13

JsStop-Watch-and-counter

HTML
1
star
14

CPU-Scheduling

This Repo includes Scheduling Algorithms (SJF and HRRN)
HTML
1
star
15

Feed-Back-Form

Feed Back Form is Designed to Gather feedbacks via some user input fields .
HTML
1
star
16

responsive-pagy-bootstrap

HTML
1
star
17

Java-Practice-Assignment

JavaScript
1
star
18

Tenancy-Management-System

A Management System
JavaScript
1
star
19

Compiler-UBIT-

Python compiler with Lexical, Syntax, and Semantic phases. Tokenizes, parses syntax, performs semantic analysis, ensuring robust and optimized code generation. User-friendly, extensible, and rigorously tested.
Python
1
star
20

Bellman-ford-Algorithm

The Bellman-Ford algorithm is a graph search algorithm that computes shortest paths from a single source vertex to all of the other vertices in a weighted digraph en.wikipedia.org cp-algorithms.com. It is more versatile than Dijkstra's algorithm as it is capable of handling graphs in which some of the edge weights are negative numbers.
HTML
1
star
21

RailFence-Cipher

HTML
1
star
22

Socket

Socket programming enables communication between devices/processes over a network. It involves creating, binding, connecting, and exchanging data through sockets—endpoints for network communication. Widely used in networking,
1
star
23

Morse-Code

HTML
1
star
24

Message-Passing-Interface-Virtual-Representation

HTML
1
star
25

Password-Manager

A lightweight and responsive password manager web app built with HTML, CSS, and JavaScript. Securely set, store, and manage your credentials for different platforms with ease. The application ensures a user-friendly experience while prioritizing security. Simply set a master password, log in, and take control of your online account details.
HTML
1
star
26

Vernam-Cipher

This program implements the Vernam Cipher, allowing users to encrypt and decrypt messages using a randomly generated key. The interface displays the key table along with encryption and decryption results. Developed for educational purposes with a focus on simplicity and clarity.
HTML
1
star
27

Attendance-Tracker

HTML/CSS/JS combo for managing student attendance: select student, input date/time, calculate time difference, save data, and take snapshots.
HTML
1
star
28

Compiler_Construction-UBIT-

Python
1
star
29

QR-Code-Generator

QR Code Generator: A user-friendly web app for creating QR codes by entering details like name, type, number, quantity, size, and color. With a clean interface, it utilizes the QR Server API for dynamic code generation, making it a simple yet powerful tool for various applications.
HTML
1
star
30

Student-Enrolment-Registration

The HTML code establishes a Student Enrollment Program page with a responsive form. Upon submission, the enrollStudent() function updates the table, persists records using localStorage, and checks for upcoming payments. The design ensures a user-friendly experience .
HTML
1
star
31

Caesar-cipher

The Caesar Cipher is a basic encryption algorithm where each letter in the plaintext is shifted a certain number of places down or up the alphabet. In this implementation, the user can input a plain text and a shift value, and the program will generate the corresponding encrypted or decrypted text.
HTML
1
star
32

Attendance-Manager

AttendanceManager is a one-page application designed to streamline and simplify attendance tracking. This application provides an intuitive interface for users to manage attendance records efficiently. Whether you're monitoring attendance for a small team or a large group, AttendanceManager has you covered.
HTML
1
star
33

Vigen-re-Cipher

The Vigenère cipher is a polyalphabetic substitution technique using a keyword to determine variable shifts for each letter in the plaintext. While it offers improved security over simpler ciphers, its vulnerability to modern decryption methods limits its effectiveness in contemporary cryptography.
HTML
1
star