MrNullError's starred repositories

Google-Search-Web-Scraping-JS

Task Software Engineer - September 2022

Language:JavaScriptStargazers:4Issues:0Issues:0

Daily-Leet-Code-Problem-Solving-Challenge

Daily Leet Code Problem Solving Challenge

Language:C++Stargazers:4Issues:0Issues:0

Face-Recognition-using-One-Shot-learning-technique-and-Siamese-Network

Face Recognition using One-Shot learning technique and Siamese Network.

Language:Jupyter NotebookStargazers:3Issues:0Issues:0
Stargazers:5Issues:0Issues:0

Learning-web-technologies-summer-2020-2021-sec-A

Student Name: A. S. M. Radwan Student ID: 18-36384-1

Language:PHPStargazers:3Issues:0Issues:0

MVC-Navigation-Project-Using-Spring-Boot-Oracle-Database-Maven-Dependencies-and-Bootstrap-

MVC Navigation Project Using Spring Boot Oracle Database Maven Dependencies and Bootstrap

Language:JavaStargazers:3Issues:0Issues:0

LCPS---Radwan-Romy

Leet Code Problem Solving

Language:PLSQLStargazers:3Issues:0Issues:0

MRCE-EMP-SP_Boot-MYSQL-ANGULAR

Model , Repository, Controller, Exception Based Employee Management System Backend Spring Boot Database My SQL and Frontend Angular TypeScript

Language:TypeScriptStargazers:3Issues:0Issues:0

Basic-Coding-Terminologies---PS

Basic Coding Terminologies

Language:PythonStargazers:3Issues:0Issues:0

Employee-Management-System--Spring-Boot-Project

Student Management System- Spring Boot Project

Language:JavaStargazers:3Issues:0Issues:0

Microservices-SPB-SPC-

The project on microservices with spring boot and spring cloud, and you will also understand how things work in IT industry in real time. We have have listed down all the project that we are going to make as a part of this microservice. You can always comeback to this website to check the port configurations.

Language:JavaStargazers:3Issues:0Issues:0
Language:JavaStargazers:3Issues:0Issues:0

Integration-With-Angular-Bank-Locker-Service-Fornt-End

Integration With Angular Bank Locker Service Fornt-End

Language:TypeScriptStargazers:3Issues:0Issues:0

Procedural-Language-for-SQL-Query

PL/SQL stands for “Procedural Language extensions to the Structured Query Language”. SQL is a popular language for both querying and updating data in the relational database management systems (RDBMS). PL/SQL adds many procedural constructs to SQL language to overcome some limitations of SQL. Besides, PL/SQL provides a more comprehensive programming language solution for building mission-critical applications on Oracle Databases.

Language:PLSQLStargazers:5Issues:0Issues:0
Language:GoLicense:MITStargazers:3Issues:0Issues:0

LS-FE-ANGULAR

LS FE ANGULAR

Language:HTMLStargazers:4Issues:0Issues:0

Blockchain-Application-Web-3.0-React-Solidity

Blockchain Application Web 3.0 React Solidity

Language:JavaScriptStargazers:4Issues:0Issues:0
Language:JavaStargazers:4Issues:0Issues:0

relative-to-alias

🛠️ A codemod to do large-scale refactor of your relative path imports to alias.

Stargazers:1Issues:0Issues:0

Library-Management-System-In-C-

OOP2 Quiz2_Equivalent_Assignement Library Management System

Language:C#Stargazers:3Issues:0Issues:0
Language:PythonStargazers:3Issues:0Issues:0

Music-Player-Interface-and-Radio-Player-Interface

RadioPlayerInterface which has these below abstract methods  void switch(boolean on);  void retune(double frequency);  void setVolume(int loudness);  void changeChannel(); MusicPlayerInterface which has these below abstract methods  void switch(boolean on);  void play(boolean on);  void setVolume(int loudness);  void playNext();  void playPrevious(); Develop necessary class to implement these two interfaces and test from main method. RadioPlayerInterface which has these below abstract methods  void switch(boolean on);  void retune(double frequency);  void setVolume(int loudness);  void changeChannel(); MusicPlayerInterface which has these below abstract methods  void switch(boolean on);  void play(boolean on);  void setVolume(int loudness);  void playNext(); void playPrevious(); Develop necessary class to implement these two interfaces and test from main method.

Language:C#Stargazers:4Issues:0Issues:0

Scientific-and-Basic-Both-Calculator-Interface

Interface: BasicCalculatorInterface which has these below methods  int sum(int x, int y)  int sub(int x, int y)  int multiplication(int x, int y)  int division(int x, int y) ScientificCalculatorInterface  int XtoY(int x, int y)  Other scientific methods that you find best fit for you Develop necessary class to implement these two interfaces and test from main method.

Language:C#Stargazers:3Issues:0Issues:0
Language:C#Stargazers:3Issues:0Issues:0
Language:C#Stargazers:3Issues:0Issues:0

Develop-Student-Account-book-Library-Class

1. Develop the classes Student String name String id String department float cgpa Member fields declare private. use properties to access 2 Constructor (Empty, valued) showInfo Account String accName String acid int balance Member fields declare private use properties to access 2 Constructor (Empty, valued) Deposit(int amount) Withdraw(int amount) Extended part Transfer(int amount, Account receiver) Transfer amount from one account to another account Book String bookName String bookAuthor String bookId String bookType int bookCopy // how many copy Member fields declare private. use properties to access 2 Constructor (Empty, valued) void ShowInfo() void AddBookCopy(int x)// how many copy of book Library Reuse Book Class String libName String libAddress Book [] listOfBook int totalBook; Member fields declare private. use properties to access 2 constructors (empty and valued) void ShowLibInfo() // show library info void ShowAllBooks() //show all book info as well void AddNewBook(Book book) // add a new book into lib void DeleteBook(Book book) // delete book object void AddNewBookCopy(Book book, int copy) 2. Now we want to reuse our Account class. The scenario is every student object has an account. Tasks that you have to do: I. If a student deposit a book after certain duration then for each day 10 taka will be charged by the library authority. II. Student can pay that amount (charged amount) from his/her bank account to the library account. So the library also has an account. III. Show the total amount a student paid to the library. IV. Show the total amount library gets from the students (total charged amount). V. But if any student has any valid reason for delay then the librarian can excuse the charged amount. Librarian can excuse full or partially (%). 3. In this program we want to reuse our last developed Library and Student Class. Our objective is to develop the scenario, where student can take maximum 5 books (for 5 days each) at a time from the library, and return these books. Tasks that you have to do: I. Show all the borrowed book information of a student from student class II. Show all the student name and book information from library class, which are currently borrowed by students. III. Step 2 IV. Preserve borrowed history of student object, which he/she takes in his/her lifetime. Preserve borrowed history of book objects that are taken by students.

Language:C#Stargazers:3Issues:0Issues:0