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.

Mahendra Mohan Bharti · Apr 26, 2021

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.

Shravya Chinta · Apr 26, 2021

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.

Deepak Nagar · Apr 25, 2021

Courses Management System using C++

The course Management system is a C++ Project in which we can add, delete, edit, sell and buy courses.

Sandhya yegireddi · Apr 25, 2021

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.

Sumedha Kulkarni · Apr 25, 2021

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.

Dhanada Kapre · Apr 25, 2021

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.

Sumedha Kulkarni · Apr 25, 2021

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.

Kartik Rakesh Khandelwal · Apr 25, 2021

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.

Gaurav Sawant · Apr 24, 2021

Binary Gap in Python

Python program to find the longest sequence of zeros in the binary representation of an integer.

Sher Singh G · Apr 24, 2021

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

Srinjoy Ghosh · Apr 24, 2021

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.

Rishiraj Behera · Apr 24, 2021