• Stars
    star
    2
  • Language
    CSS
  • Created over 2 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

A web-based application that can be used to manage the day-to-day operations of a driving school. Tracks student enrollment, schedules classes, manages instructor schedules, and generates reports. Features student management, instructor management, class scheduling, fee management, and report generation.

More Repositories

1

Secure-keyword-using-bit-string-signatures-in-Blockchain-

Data privacy is one of the biggest difficulties that every organization faces nowadays. All organizations should provide security protections on personal data against unauthorized access and modifications of any data. Healthcare is such an example where patient data should be handled properly and the leakage or alteration of this data assists in a huge privacy-neglecting issue. Immutability can be provided by adopting the blockchain technology in healthcare. Encryption is a key baseline to data privacy protection. This code introduces a new approach to secure keyword search over encrypted data in the blockchain. In this code, we propose the implementation of the bit-string signatures in the design of a data structure to secure search and access data while hiding the search pattern and share the patient data records between authorized organizations, while ensuring the privacy and im- mutability of the data. Besides, the secure cryptographic protocol - proxy re-encryption is applied to support proper encryption and decryption without revealing the keys and access control over secret data. The goal of this code is the evaluation of the keyword search using bloom filters over encrypted data in the blockchain.
C++
6
star
2

Candy-Crush-Game-using-OOP-in-Cpp

This is the game same like Candy Crush using the concepts of Object Oriented Programming (OOP) in C++.
C++
2
star
3

Super-Mario-using-Assembly-Language

This game is created in Assembly Language at very basic level.
Assembly
2
star
4

Grade-Calculator-in-C-Language

Calculates the Grade of different number of students using nested if else and While loop.
C++
2
star
5

Reducing-Traffic-Mortality-though-Data-Science

While the rate of fatal road accidents has been decreasing steadily since the 80s, the past ten years have seen a stagnation in this reduction. Coupled with the increase in number of miles driven in the nation, the total number of traffic related-fatalities has now reached a ten year high and is rapidly increasing. Per request of the US Department of Transportation, we are currently investigating how to derive a strategy to reduce the incidence of road accidents across the nation. By looking at the demographics of tra๏ฌƒc accident victims for each US state, we find that there is a lot of variation between states. Now we want to understand if there are patterns in this variation in order to derive suggestions for a policy action plan. In particular, instead of implementing a costly nation-wide plan we want to focus on groups of states with similar profiles. How can we find such groups in a statistically sound way and communicate the result effectively? To accomplish these tasks, we will make use of data wrangling, plotting, dimensionality reduction, and unsupervised clustering. The data given to us was originally collected by the National Highway Traffic Safety Administration and the National Association of Insurance Commissioners. This particular dataset was compiled and released as a CSV-file by FiveThirtyEight under the CC-BY4.0 license.
Jupyter Notebook
1
star