Code Packets

Browse all published coding projects

Encryption and Decryption of plaintext using Hill Cipher in C++

Implementation of Encryption and Decryption using Hill Cipher in C++. Hill cipher is a polygraphic substitution cipher.

Sri Sakthi M · Feb 14, 2021

Encryption and Decryption of plaintext using Caesar Cipher in C++

Implementation of Encryption and Decryption of plain text using C++. Caesar Cipher is the simplest form of substitution cipher.

Sri Sakthi M · Feb 14, 2021

Java program to find total execution time

Hello learners, we will learn how to find the total execution time of a method using Java. Let us look at the algorithm and code :

Adinath Kishor Joshi · Feb 14, 2021

Calculator using Java Swing

Using Java and swing, a simple calculator app that has basic addition, subtraction, multiplication, division and square root function was implemented.

Srikar Vishnu Datta Venkata A · Feb 14, 2021

Hangman Game using Python

This is a two or more player hangman game in python. It allows each of the players to enter a sentence/movie name while the rest try to guess the correct answer.

Archisman Bhattacharya · Feb 14, 2021

Weather application using pure HTML5, CSS3, and Javascript

This is a web application( using pure HTML5, CSS3, and Javascript )that is able to fetch weather details of a location entered by the user.

Imran Wahid · Feb 13, 2021

C++ program for Roulette Game

Roulette is a fun and popular casino game. You play by guessing the number on the table that corresponds to the number where the ball lands on the Roulette wheel.

S Angu Hari Hara Karthik · Feb 13, 2021

Car Rental using C++

This project is developed using C++. The main objective of this project is to allow customers to rent a car.

gunasekaran · Feb 13, 2021

Login and Registration System (C++)

This is a C++ user registration project. Users have to register(give) their private username and password so that all information of the user can be secured.

Rocky Kumar · Feb 13, 2021

Text to Speech in Python

This is the app where you can convert your text to speech. just you have to enter your text. it will convert to speech.

Bharat Pal · Feb 13, 2021

AVL Tree in C++

AVL trees are height-balanced trees and very useful if used in place of the binary search trees. I've implemented AVL tree data structure in C++.

Prabhanshu Chauhan · Feb 13, 2021

Digital Clock in C++ using Qt Framework

I've made a Digital Clock in C++ using Qt Framework. It'll show the current time of your time zone.

ROHAN DAS · Feb 13, 2021