Code Packets
Browse all published coding projects
Inheritance Hierarchy and Enclosing Context in Java
In Java Inner classes can extend other classes, and vice versa. An inherited field (or method) in an inner subclass can hide a field (or method) with the same name in the enclosing context.
Greedy and Needy Threads Using Python's threading and PyQt5 libraries
Greedy and needy threads is a mini Python project about multithreading and resource sharing.
Driver Drowsiness Detection in Python using OpenCV
We will create a system using Python and OpenCV to stop these incidents so that the driver will be alerted(both text and alarm) when he feels sleepy.
Employment Management System Using C++ programming language
User have to choose the given option accordingly. And project will work as per the option selected by user. It has been done using C++ language.
Polymorphism in C++ using Virtual function
The project uses the Polymorphism feature of C++ and virtual function to calculate the factorial of a number.
Encryption Decryption using C++
This small project implements the concept of encrypting user-entered text and decrypting it later using C++.
LADY LION HUNTER GAME in PYTHON
This Python project is similar to Rock, Scissor and Paper game. Here Lion wins against Lady, Hunter wins against the Lion and the Lady wins against the Hunter.
Login and Registration system in C++
This code is in C++ that enables the user to register and login into the system. It can be used to manage the data entered by the user.
TO DO LIST in C++ using Qt
I've made a TO DO LIST using C++ in Qt, which will hold four records of the work the user have to do. The logics are written in C++, but the UI is made using Qt.
Tower of Hanoi visualization using C++ Graphics
The project shows the visualization of the mathematical puzzle called Tower of Hanoi using C++ graphics.
Dijkstra's Algorithm in C++
A C++ packet which performs Dijkstra Algorithm. Helps find the most optimal path (least cost path) in a graph (uni-directional or bi-directional) from a source point to rest of the points.
Creating New Files and Directories in Java File and Stream
file systems, reading from files, or writing to files, from java.io: System Class Input and Output