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.
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 & beautiful soup takes user input (URL of the product), fetches the price of that product from Amazon, and notifies via email.
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.
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.
The projects help to perform all simple arithmetic operations, Area /Perimeter, Base, power, LCD /GCD, and prime numbers in the given range.
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.
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.
ATM (Automated Teller Machine) project in Java is the short implementation of ATM functionality using Java.
In this project, sentiment analysis of twitter data is carried out through binary classification of tweets in Python using Stochastic Gradient Descent Classifier.
In this project, a content based book recommender system is made using NLP in Python.
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.