Code Packets

Browse all published coding projects

Casino Number Guessing Game Using C++

Casino Number Guessing Game in C++ is a project in which we use file handling and you have to choose one random number and if it matches the random number you will win otherwise you will lose.

Kunal patel · Apr 15, 2021

Snakes and Ladders Game In C++

The Snakes and Ladders Game In C++ is a game project which is played by 2 players in which the dice-number is generated randomly from 1 to 6 and if players reach 100 scores will win the game.

Akash.p.patil · Apr 15, 2021

C++ program to convert a String into Binary

Hello programmers, here is a c++ program to convert a string into its binary equivalent.

Aalok Kumar · Apr 15, 2021

city weather app in react

This is a weather project in react js using API, you just enter your city name and you get temperature min-max and humidity.

Abhijit Shivaji Nawale · Apr 15, 2021

AI based Unbeatable Tic Tac Toe in C++

This project is an AI based unbeatable Tic Tac Toe game which can be played between a human and a computer.

Gaurav Sawant · Apr 14, 2021

Rename multiple files in Java

Java Code to rename multiple file from long and different names to short continuous numerical names.

Sher Singh G · Apr 14, 2021

Shutdown a computer using runtime command in Java

Hello friends! In this Java tutorial, we are going to discuss how to shut down a computer after some specific time.

zeel ajadiya · Apr 14, 2021

Text Compression using Python

Code in Python compresses a .txt file into a .bin file where the compressed file is approximately 50% of the size of the original file. or decompresses the .bin to .txt file.

Swapnil · Apr 14, 2021

Heart Shape Pattern using Java

In this project, we will learn how to print the heart shape patterns using the Java programming language.

Shiddhant Gupta · Apr 14, 2021

C++ Arrays with Example

An array is used to store similar type of data. In this tutorial, we are going to discuss Array in C++. Declaration of Array, Accessing elements from an array, etc.

Kinjal Pagar · Apr 14, 2021

Temperature forecasting in Python using Linear Regression

The project aims to describe the relationship between inside and outside temperature (y(inside)=mx(outside)+c) in Python using Linear Regression.

Sudipta Ghosh · Apr 14, 2021

How to print a hollow pattern in JAVA.

Printing hollow pattern using JAVA programming language while taking a number of rows and columns as an input.

Kartik Rakesh Khandelwal · Apr 14, 2021