Coders Packet

Listing of packets of source code submitted by coders

Hotel Management System in Java

This program is written in Java where different types of rooms and their availability will be displayed. It also provides features to order food and checkout facilities.

Student Enrollment System in Java

Student Enrollment Program written in Java will allow getting students enrolled for the various semester and will allow to choose them there subjects for a semester and will generate fees.

Base Power n Prime Program in Java

The Program is written in Java and is made to take the input of the base and power and return the output, it also asks for an integer and returned whether it is prime or not.

Automated Google search using Python

This is a Python source code for Automating Google search using the selenium library. As the name suggests, it takes user input and automatically initializes a Google search for that.

Amazon product price tracker using Python and Beautiful soup

Amazon product price tracker using Python & beautiful soup takes user input (URL of the product), fetches the price of that product from Amazon, and notifies via email.

REGISTRATION FORM IN JAVA USING AWT

This Packet gives an idea about how to use AWT concepts for designing projects This project provides an online billing facility after choosing options made with event handling and validation.

CURRENT, TIME, LENGTH CONVERTER USING JAVA

The conversion application Project helps you to convert currencies like Rupee to Dollar, Rupee to Pounds vice versa, and hours to minutes & seconds, kilometer to meter, and feet to inches.

MATHEMATICAL OPERATIONS APPLICATION IN JAVA USING SWING

The projects help to perform all simple arithmetic operations, Area /Perimeter, Base, power, LCD /GCD, and prime numbers in the given range.

Java project for Encryption and Decryption a text file.

In this Java project, I have implemented DES(Data Encryption Standard) algorithm for encrypting a text file. After encrypting you can decrypt your file again.

C++ program to print a star after a count down

In this C++ program, a star is printed after the desired countdown given by the user. This star has been created with the help of several FOR loops.

Java ATM Project

ATM (Automated Teller Machine) project in Java is the short implementation of ATM functionality using Java.

Sentiment Analysis of Tweets using Binary Classification in Python

In this project, sentiment analysis of twitter data is carried out through binary classification of tweets in Python using Stochastic Gradient Descent Classifier.