Coders Packet

Listing of packets of source code submitted by coders

Alien Chaser Game using Python

Alien Chaser Game using Python is a game based on pygame library that shoots the Aliens which occurs anywhere at the top randomly.

TIC-TAC-TOE using Python and SQL Database connectivity

A puzzled Game(tic-tac-toe) is a 2 players game which is built in Python with database connectivity.

BMI Calculator in C++

BMI stands for Body Mass Index. Body mass index (BMI) is a measure of fat present in a body. So here, we will compute the BMI of a person using C++.

Stock Price Prediction in Python (Machine Learning)

Descriptive Analysis of the dataset (Statistical analysis and visualization) and comparison between accuracies of the different regression model.

Database Connectivity program in C++

The main aim of this program is to connect a database with C++ and create a table and add values to it.

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.

WEATHER FORECASTING USING OPENWEATHERMAP API IN PYTHON

The program makes use of JSON data from OpenWeatherAPI and fetches the weather forecast using Python.

Stationary Management System GUI using Python and tkinter

The project is a GUI application using python that helps the person who is handling the stationery shop to get the price of any specific product in his/her shop without remembering them.

Employee portal using Java and JSP with database in MySQL

This project uses Java Server Pages (JSP) to create an employee portal for admin to add, edit or delete their details into the database.

Online result portal in Java using Java Swing

This is a java project that evaluates the performance of the students or staff by generating a progress report.

Salary calculation using Java

This is a java implementation packet that calculates and displays the Gross and Net Salary of the employee. It is developed using NetBeans IDE.

C++ program to replace all occurrence of a character in a string

Hello programmers, Sometimes we need to replace the occurrence of the same characters with a different character in a string, So here is an implementation of that in C++.