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.

Harshali Kardak · Mar 07, 2021

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.

Shivaani Mathan Kandasamy · Mar 07, 2021

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

Mohit Patel · Mar 07, 2021

Message decoder using Python

This is a basic python code that can be used to decode messages encoded by the Secret Message Encoder.

Archisman Bhattacharya · Mar 07, 2021

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.

Satwik Mishra · Mar 07, 2021

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

Neeraj Kumar Singhal · Mar 07, 2021

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.

D.Sowjanya · Mar 06, 2021

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.

Prachi Namdeo · Mar 06, 2021

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.

AZAHARUDDIN SAIKH · Mar 06, 2021

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.

Savala Lingesh Reddy · Mar 06, 2021

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.

Harshali Kardak · Mar 06, 2021

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.

AZAHARUDDIN SAIKH · Mar 06, 2021