Coders Packet

Listing of packets of source code submitted by coders

Project to Display Month Number using Java

I have created a basic Java project which displays a month name while entering a month number. i.e. At the output console when we enter month number as a "2" it gives output "February" and so on.

Read a plain text file or Create new file and add text using JAVA

How to read a plain text file or create a new one and add text to it using the File, FileReader, and FileWriter classes of JAVA.

Java programming quiz application using Java

I have developed a Java programming multiple-choice question test in Java Swing. Quiz and mcq test is the main part on any online exam.

College Management System using JAVA and MySQL

This Java project is developed for multilevel users like administrators, teachers, and students. It has a login system.

Calendar using c++

In this project, I have created a calendar using C++ concepts like string, array, etc.

Enhancing Image Quality Using LDM Super Resolution Techniques

This project aims to evaluate the performance of the LDM Super Resolution model on a diverse set of images, including images with different resolutions, content, and textures.

Credit Card Validator in C++ - Luhn Algorithm

Through this Credit Card Validator project in C++, we can find out whether the entered credit card number is valid or not. Here I used luhn algorithm for validation.

Rock Paper Scissors game using HTML, CSS and JavaScript

This is a simple project of rock-paper-scissors game that can be played against the computer. The game keeps a record of the user's and computer's scores and updates them as the game result.

How to draw USA map using Basemap in Python

Learn how to use basemap to draw USA map in Python. We will add lake color too. The map output is also given.

A simple quiz app using HTML, CSS and JavaScript

This project is about creating a simple quiz app. I have used HTML, CSS and JavaScript for this purpose.

Currency Converter Using C++

In this currency converter project, I have used the C++ programming language. in this project, I have taken currencies such as dollars, rupees, pounds, and euros.

Calories burnt prediction using machine learning with Python

using body temperature, heartbeat, time duration we will predict the number of calories burnt with xgboost regressor.