Code Packets
Browse all published coding projects
Anagrams and its all possibility in C++
It will show whether the entered strings are anagram or not and shows all the possibilities of arrangement of strings using C++.
Distance between two nodes in a Tree In C++
Distance between two nodes in a Tree In C++. The distance between two nodes can be obtained in terms of the Least Common Ancestor(LCA).
Registration Dashboard Using HTML, CSS, JavaScript, PHP, and MySQL.
Registration Dashboard is used to register user information into userinfo database created using Php and MySQL.
Blood Bank Management System Using HTML, CSS, JavaScript, PHP, and MySQL
Blood Bank Management Project for track about blood donors and available blood groups created by making use of HTML, CSS, JavaScript, PHP, and MySQL.
Online Attendance Management System Using HTML, CSS, JavaScript, PHP, and MySQL
Online Attendance Management System ensures accurate time records and minimizes the inevitable and costly errors with manual data entry.
Interactive Quiz Application in C++
This is an interactive quiz application in C++ and can be used to conduct small quizzes in schools & colleges. The results are displayed as soon as the quiz is over.
Simple library system using classes using Python
In this guide, you will learn to implement a simple library system using classes in Python. You will create a library management system to display books, add books, lend and return books.
Simplex equation Solver in JavaScript
It is a Simplex equation solver project using JavaScript programming language where one can enter the simplex equation and the program will output the results in tabular format.
Client-Server Peer-to-peer Chat in Java
Peer-to-peer chat system for client and server using Transmission Control Protocol(TCP) in Java
Namespaces Scope(ANSI C++ feature)
Hello coders, Today we will Learn Namespace. A Namespace is a keyword in ANSI C++ to define a scope that could hold global identifiers.
Binary Image Classifier in Python (Machine Learning)
It is a binary classifier built using an artificial neural network making it from scratch in Python. It's is Machine Learning project for classifying image data in two different classes
Vehicle Parking System in C++
Vehicle Parking System works to calculate the amount and the number of different vehicles parked in the parking area.