Code Packets
Browse all published coding projects
Convert a string of Uppercase Letters to a Palindromic string in C++
This code takes a string with all Uppercase Letters and tells if its reordering can give a palindromic string(And tell if it is impossible). This code is written in C++.
Vigenere Cipher in C++
Vigenere cipher is one of the most popularly used alphabetic cipher. This program implements Vigenere cipher in C++.
Personal Resume Website using HTML, CSS, JavaScript, Bootstrap
This is a personal resume website that is built using technologies such as HTML, CSS, JavaScript, and Bootstrap.
Zeller's Algorithm Using C++
Zeller's congurence is an algorithm proposed by Christian Zeller which calculate the day of the weekfor a given year.
Employee Management Application Using Java and Oracle
An application to store and modify the data of the employees like their age, name and, salary.
Text Editor Using Java
A simple Text Editor created using Java Swing using JMenuBar, JTextArea and JMenuItem.
Phone Book Directory System in C++
Phone Book Directory is a System developed in C++ that keeps all records about phone book, admin can Add, Delete, Modify, Search the record in system.
Phonebook Management System using C++
In this project, users can add a new phone record, display existing phone records, search a particular phone record and delete phone records using C++.
Payroll Management System using C++
Basic operations users can perform via this program project that is based on file handling are adding new employee record, modifying, deleting a record, displaying employee’s record Using C++
To-Do Python Django Application
To-Do Python Django Application lets you keep a track of to-do tasks. You can update, delete and move the task to completed status.
Url Shortener - Python (tkinter) Application
Url Shortener - Python(tkinter) Application shortens your URLs to help ease of sharing links and make links more manageable.
Phone Number Combinations Using C++
Given a string containing digits from 2-9, print all possible letter combinations that the number could represent. Write code to achieve this using C++.