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

RANJITH RAMAMURTHY TEVNAN · Mar 28, 2021

Vigenere Cipher in C++

Vigenere cipher is one of the most popularly used alphabetic cipher. This program implements Vigenere cipher in C++.

Sankalp Verma · Mar 28, 2021

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.

Kashish · Mar 28, 2021

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.

Adarsh Kumar Jha · Mar 28, 2021

Employee Management Application Using Java and Oracle

An application to store and modify the data of the employees like their age, name and, salary.

Kritika Tiwari · Mar 28, 2021

Text Editor Using Java

A simple Text Editor created using Java Swing using JMenuBar, JTextArea and JMenuItem.

Kritika Tiwari · Mar 28, 2021

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.

Sunny Ajinath Gaikwad · Mar 28, 2021

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

Tanmay Ahuja · Mar 28, 2021

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

Tanmay Ahuja · Mar 28, 2021

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.

Mariam Aafreen · Mar 27, 2021

Url Shortener - Python (tkinter) Application

Url Shortener - Python(tkinter) Application shortens your URLs to help ease of sharing links and make links more manageable.

Mariam Aafreen · Mar 27, 2021

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

Savala Lingesh Reddy · Mar 27, 2021