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.

Kollu saisumanth · Jan 13, 2021

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.

Hemkar Goswami · Jan 13, 2021

Random Password Generator in C++

A random password generator using C++, which lets you make a password of desired length.

Shivangi Singhal · Jan 13, 2021

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.

Rakesh Jat · Jan 13, 2021

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.

Abhinesh R P · Jan 11, 2021

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.

Vedant Keshav Jadhav · Jan 11, 2021

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.

Athira Sabu · Jan 11, 2021

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

Athira Sabu · Jan 11, 2021

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.

Shubham Saxena · Jan 11, 2021

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.

Sharan Patil · Jan 08, 2021

Notes app in Python

It is a notes app created in python using Tkinter package.It have various functionalities.It is easy to create.

Dolly Ukande · Jan 05, 2021

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.

Anushka Sethi · Dec 31, 2020