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.

Rakesh Jat · Feb 09, 2021

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.

Niranjan Tamhane · Feb 09, 2021

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.

Srikalpa Sankeerth · Feb 09, 2021

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.

Abhinav Snehil · Feb 09, 2021

Polymorphism in C++ using Virtual function

The project uses the Polymorphism feature of C++ and virtual function to calculate the factorial of a number.

Anuja Barje · Feb 09, 2021

Encryption Decryption using C++

This small project implements the concept of encrypting user-entered text and decrypting it later using C++.

Priyanka Biswas · Feb 08, 2021

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.

Subhadeep Das · Feb 08, 2021

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.

Raman Kishore Singh · Feb 08, 2021

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.

ROHAN DAS · Feb 08, 2021

Tower of Hanoi visualization using C++ Graphics

The project shows the visualization of the mathematical puzzle called Tower of Hanoi using C++ graphics.

MRINAL SINHA · Feb 08, 2021

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.

Dhruv Prakash Raipure · Feb 08, 2021

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

Rakesh Jat · Feb 08, 2021