Code Packets
Browse all published coding projects
code packet sniffer in C with Sockets on Linux
Packet sniffers are programs that intercept the network traffic flowing in and out of a system through network interfaces.
MySQL SQL Injection using HTML,CSS,PHP,JS
A code is given to protect the website from SQL injection and XSS attacks. The language used is PHP and MySQL.
Random Password Generator in C++
A random password generator using C++, which lets you make a password of desired length.
Simple working calculator in Java
Simple working calculator in Java using Swing GUI. In this program, you'll learn to make a simple calculator in Java.
Merge sort using C++(the most time efficient sorting)
It is the very fastest sorting algorithm. It is written in C++ without using any special header files or modules.
Counting number of unival subtrees in a binary tree in Python
This is a time efficient Python program to count the number of unival subtrees in a binary tree. This algorithm takes O(n) time, where n is number of nodes in the tree.
Quiz Application using C++.
A quiz game is written using C++.This game allows the participant to choose their interested quiz topic and also let the participant to know their score immediately after the quiz.
Bank Management System Using C++
A project on bank management system is done by C++.We can easily open an account, deposit or withdraw money and know the balance using C++.
Face Detection using C++ and openCV library
A C++ project to detect faces and highlight them in the real-time webcam video using Haar Cascade.
Library Management System in C++ using concepts of Data Structures
This project is written completely in C++ and has some of the concepts of data structures implemented in it.
Notes app in Python
It is a notes app created in python using Tkinter package.It have various functionalities.It is easy to create.
C++ Program of Fast Exponentiation using Bit Manipulation
This project is performed in C++ and helps students and users to find Fast Exponentiation of a number using the method of Bit Manipulation.