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.
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.
C++ program to convert a String into Binary
Hello programmers, here is a c++ program to convert a string into its binary equivalent.
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.
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.
Rename multiple files in Java
Java Code to rename multiple file from long and different names to short continuous numerical names.
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.
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.
Heart Shape Pattern using Java
In this project, we will learn how to print the heart shape patterns using the Java programming language.
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.
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.
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.