Code Packets
Browse all published coding projects
School Fee Enquiry Using C++ programming language
Users have to choose the given option accordingly. And the project will work as per the option selected by the user. It has been done using the C++ language.
Random User Generator using C++
It is a Random User Generator written in C++ Programming Language. It provides basic details of a randomly generated user.
Caesar Cipher encryption and decryption in C++
This packets implements one of the most basic method of encryption called Caesar cipher encryption along with decryption in C++
Sending an email using JAVA
In this project, I have tried to send an email using JAVA. Email sending functionality is quite useful in any project, we can use email to RESET password or for sending OTP and many more.
File upload in JAVA
This project contains the code for file upload using java. File upload can be used as functionality in various projects like E-commerce and many more..
Quiz Application in C++
Application to create, list, take and delete quizzes using Vector Standard Template Library (STL) in C++
Language Translator for 100+ languages in JavaScript
This project is a web application. This will allow the user to translate some text from one language to another language. Front-end - HTML, CSS, EJS, Bootstrap, Back-end - Express.js, Node.js.
Chatroom using socket programming and multi-threading in C++
Chat application written in C++ that uses sockets and multi-threading to communicate among multiple users.
Lisp programming language in C++
This project aims to implement a lisp-based programming language in C++ which we chose to call Lispy.
C program for implementation of a Queue using an Array
This is a C program which implements the queue operations using an array. The program includes queue operations like Enqueue operation, Dequeue operation, Display and Quit option.
Random Numbers Generator Using C++
This is a C++ program to generate Random Numbers between a specific range and how many random numbers user want to generate with the help of rand() and srand()
Pet Face Gesture using Tkinter module in Python
Changing pet face gestures by detecting the motion of the cursor using Python Programming.