Code Packets
Browse all published coding projects
Timer Using C++
This is the code for the timer in the C++ programming language. Just like any other timer, the user has to set hours, minutes, and seconds as inputs and it will start the timer.
Interpolation Search Algorithm in C++
Here, we are going to discuss Interpolation Search Algorithm in C++. It is valid only for sorted arrays. Interpolation Search is an Improvement over Binary Search.
Student Database Management System using C++
This project is a fully console-based project. This project makes it easy to store all the information of the student.
Validating Given IP Address in C++
we check whether the given IP address is valid or not using this algorithm in C++. In this project, we used IPv4 addresses, which consist of four decimal numbers ranging from 0 to 255.
Finding the maximum sum lane using C++
Given two arrays A and B representing two lanes of a route, from this, we can find the maximum sum route and return back the sum using C++
ALARM CLOCK USING PYTHON
An alarm clock is a clock with a function that can be used to ring at a time set in advance, used to wake someone up. Our task is to write a script to set an alarm using Python.
Multiplication of Large numbers using Strings in C++
Sometimes multiplication of two numbers cannot be stored due to the size limit. We solve this problem by using Strings in C++.
Speech to Text Conversion using SpeechRecognition Library in Python
This project aims at converting the recognized input that is speech from user and converting it into text .
Library using C++
In this packet, the maintenance of the books record in a library has been implemented using C++ programming.
Modern periodic Table using C++
A C++ project to show the modern periodic table using a structure and other functions.
Login to the System using C++
In this C++ program, you can log in to the system by using Username and Password. If login credentials match then the user is logged in else error message prompts.
Simple Calculator in Java using Java Swing
This Project is done in Java using Java Swing concept. It does all the functionalities of a basic calculator and it is built using Java Swing, which makes it platform independent.