A simple website for solving simple mathematical calculations, made using HTML, CSS, and JavaScript.
This C++ code helps to maintain student records in schools/colleges using the concept of fie handling with various other functions of C++ .
This program is used to compare the time complexities of Linear Search and Binary Search.
To find the three distinct numbers whose product will give us N if possible, in Cpp language.
This is a guessing game called Casino Royale, created in C++ language which works on your luck!! Try and Win!!
In this C++ program, we will find the day(Monday-Sunday) from the input Date. According to ISO 8601 standards calendar, the week begins with 1 as for Monday and ends with 7 for Sunday.
This project focuses on automating browser tasks like extracting content from a website using a special module in Python called Selenium.
This project will focus on creating a book management console with SQLite database using Python. Through the menu function we can add, list, update or delete books.
I have created a bank management system using Python which has menus like create an account, deposit/withdraw amount, balance inquiry, modify and close account, and show all account holder list.
In this project, resizing and cropping of images is done with the help of OpenCV in Python. Here, we use the cv2 library.
Hand Cricket is made using Java which replicates the game we use to play. The other player is the Computer.
Here we implemented a code that creates a canny image of an existing image with the help of OpenCV in python.