Code Packets
Browse all published coding projects
BMI Calculator Application using Java
I have created a BMI Calculator application using Java NetBeans (JFrame) where you can Input Your height and your Weight and Click on BMI Calculator Button then It will show you your BMI.
Program to check if a given string is a Palindrome using C++
A packet to check if a given string is a Palindrome using C++. This program is implemented using 3 methods i.e., reversed string method, using a Stack by implementation, and as a data structure.
Simple Tic Tac Toe Game In C++
We have created a simple Simple Tic Tac Toe game in C++. We are going to display the game on the terminal. We can use this code for the backend for the Tic Tac Toe game.
Courses Management System using C++
The course Management system is a C++ Project in which we can add, delete, edit, sell and buy courses.
Random Password Generator using Python Tkinter
In this tutorial, we will be creating a simple application that can randomly generate strong passwords using the Python Tkinter module.
How to get specific element from the XORinacci Series in minimum time complexity in Java
In the XORinacci series, the preceding two elements are XORed to get the next element in the series in Java.
A Student Record System using Python Tkinter
In this project, we are going to create a Student Record System using python’s Tkinter module. Tkinter is the standard GUI library for Python.
Sorting an array given by the user using Quicksort algorithm in JAVA
QuickSort Program while taking a number of elements (i.e. size of the array) and each element as input from the user in JAVA.
Travelling Salesman Problem using AI Genetic Algorithm in C++
An AI based Genetic Algorithm implementation in C++ to find the solution of the travelling salesman problem optimally.
Binary Gap in Python
Python program to find the longest sequence of zeros in the binary representation of an integer.
Basic Calculator using Tkinter in Python
A simple, GUI based calculator in Python using Tkinter that can calculate mathematical expressions involving basic operations such as addition, subtraction, multiplication and division on integers and decimal numbers
Weather App for Mac using Electron.js & OpenWeatherMap API
This is a weather app built using Electron.js. It gives real time weather forecast based on location. This application uses OpenWeatherMap Api.