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.

Adarsh Kumar Jha · Mar 22, 2021

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.

Kothapally Nehasai · Mar 22, 2021

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.

Manish Kumar Gupta · Mar 22, 2021

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.

Podila Rithwik Teja · Mar 22, 2021

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++

Jayaditya Jakkam · Mar 22, 2021

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.

D.Sowjanya · Mar 22, 2021

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++.

Podila Rithwik Teja · Mar 21, 2021

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 .

Abhishek Joshi · Mar 21, 2021

Library using C++

In this packet, the maintenance of the books record in a library has been implemented using C++ programming.

Sayma Naaz · Mar 21, 2021

Modern periodic Table using C++

A C++ project to show the modern periodic table using a structure and other functions.

Pranav Singh · Mar 21, 2021

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.

Shivaani Mathan Kandasamy · Mar 21, 2021

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.

JILKAPALLY SIDDHANTH REDDY · Mar 21, 2021