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.
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.
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 :
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.
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.
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.
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.
Car Rental using C++
This project is developed using C++. The main objective of this project is to allow customers to rent a car.
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.
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.
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++.
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.