Coders Packet

Listing of packets of source code submitted by coders

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.

Book Recommender System using NLP

In this project, a content based book recommender system is made using NLP in Python.

Basic Intrusion Detection using Machine Learning

In this project, basic anomaly based intrusion detection is carried out using binary classification method. This method makes use of Naive Bayes as the classifier and is implemented in Python.