Coders Packet

Listing of packets of source code submitted by coders

Calculator using JavaScript

A simple website for solving simple mathematical calculations, made using HTML, CSS, and JavaScript.

Maintaining Records using File handling in C++

This C++ code helps to maintain student records in schools/colleges using the concept of fie handling with various other functions of C++ .

Linear Vs Binary Search in Python

This program is used to compare the time complexities of Linear Search and Binary Search.

N is product of three distinct numbers in Cpp

To find the three distinct numbers whose product will give us N if possible, in Cpp language.

Casino Royale Game in C++

This is a guessing game called Casino Royale, created in C++ language which works on your luck!! Try and Win!!

Finding Day From Date in C++

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.

Quote website scrapping in Python using Selenium

This project focuses on automating browser tasks like extracting content from a website using a special module in Python called Selenium.

Book management console in Python using SQLite

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.

Bank Management System Using Python

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.

Image Resizer And Cropper With OpenCV In Python

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 using Java

Hand Cricket is made using Java which replicates the game we use to play. The other player is the Computer.

Canny Image Creator With OpenCV In Python

Here we implemented a code that creates a canny image of an existing image with the help of OpenCV in python.