Code Packets
Browse all published coding projects
Student data access in C++ using class and object
It is a student data access program in C++ using class and object. Student details such as name, marks will be accessed from its roll number.
Simple C++ Program for Banking System
In this program you can upload new bank accounts to the system and open a new account, view the details of your account, deposit money to your account and withdraw money from your account.
Number Conversion in C++
This is the Number Conversion program. You can convert any number to any form. ( Binary to Decimal, Binary to Octal, Decimal to Binary, Decimal to octal, Octal to Decimal, Octal to Binary).
Message decoder using Python
This is a basic python code that can be used to decode messages encoded by the Secret Message Encoder.
Clothes classification Model in Python using Pytorch
This is a Machine learning model for the classification of the Fashion MNIST dataset using Pytorch which is a python library used for machine learning.
Decimal to Binary, Binary to Decimal using C++
Program to convert Decimal number into Binary format and Binary number to Decimal format using C++. The Binary number describes numeric values by two separate symbols: 1 (one) and 0 (zero).
DICE ROLL SIMULATOR USING PYTHON
A Dice roll simulator is a simple computer model that can roll dice for us. Dice roll simulated by using the random module in Python.
Pie Chart Creator In Python
Here we implemented a code that is used to create a pie chart with the help of Matplotlib in Python.
Quick Answer Game using JAVA, SWING & AWT
This is a quick answer game application program using Java, Swing & AWT libraries. This game will help you to train your mind by improving your calculation speed.
Ordered Binary Sequence in C++
Hello coders, in this tutorial, we are going to learn about Binary Sequence in C++. It can be solved by applying brute force approach. In brute force we can solve this by sorting.
Username and password program in C++ using file handling
It is a username and password program in C++ using file handling. User can register and then log in using the username and password.
Digital Clock Application using JAVA & SWING, AWT
This is a digital clock Application program using java, java Swing & AWT libraries. It will show the Current Date with the day name and the current time.