Code Packets
Browse all published coding projects
Connect Four Game Packet using JavaFX
It is a game where players have to connect four of their balls. The one who connects first will be the winner. JavaFX is used for the GUI presentation.
Java Package for calculating various Geometric measurements
This project deals with geometric measurements of various 2D and 3D shapes. This is a Java package that can be used by other programmers for any geometric calculations.
Volume calculator using Java
This is a java implementation packet for calculating the volume of various geometric figures. This is developed using Netbeans IDE.
Iris flower classification in Python using Logistic Regression
The project aims to design and implement a system of pattern recognition for iris flowers. At the end of the project, I have obtained 96% accuracy as a result.
Luck based games in C++
This is a C++ code which includes three different completely luck-based games. One can easily switch between the games and the amount won in one game can be used in the other games as well.
Scientific Calculator in C++
It is a scientific calculator using C++ that takes input from the user to perform the operations.
Implementation of Floyd Warshall algorithm using Java
In this tutorial, we will learn about the Floyd Warshall algorithm and we will also see the program to implement the Floyd Warshall algorithm using Java.
Student Report Card in CPP
It is a code in CPP which provides us to maintain the proper records of the student's roll number, marks in four subjects, their percentages and their grades accordingly.
Password generator in Python
Password generator in Python is used to create a unique strong password which will be helpful to people.
GUI Dice Simulator in Python Using Pygame
It is a simple GUI-based dice simulator developed in Python using Pygame which simulates dice roll outcomes.
Tic-tac-toe Game in C++
This project consists of designing and building a computer program in C++ that allows 2 players to play tic-tac-toe against each other.
Multiple Inheritance in C++ and JAVA
We are going to be focused on the topic - Multiple Inheritance in C++ and JAVA with the help of examples.