Alien Chaser Game using Python is a game based on pygame library that shoots the Aliens which occurs anywhere at the top randomly.
A puzzled Game(tic-tac-toe) is a 2 players game which is built in Python with database connectivity.
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++.
Descriptive Analysis of the dataset (Statistical analysis and visualization) and comparison between accuracies of the different regression model.
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 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.
The program makes use of JSON data from OpenWeatherAPI and fetches the weather forecast using Python.
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.
This project uses Java Server Pages (JSP) to create an employee portal for admin to add, edit or delete their details into the database.
This is a java project that evaluates the performance of the students or staff by generating a progress report.
This is a java implementation packet that calculates and displays the Gross and Net Salary of the employee. It is developed using NetBeans IDE.
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++.