Code Packets
Browse all published coding projects
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.
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.
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.
Checking duplicate elements in an user define array in Python
This Python program will check if there is any duplicate element available in the given array, which will be given by the user.
Python script to sort elements in Ascending or Descending order
Here user inputs a list of integers or floats or strings along with sorting type. The program outputs the sorted list according to specified sorting type i.e. Ascending or Descending order
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.
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.
How to create an online calculator using HTML, CSS and Javascript
This is an online basic calculator that can evaluate and perform basic arithmetic operations.
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.
weight on different planets in Java
In this Java project, One can check their weight on different planets, by entering the weight in kg.
Implementation of RSA algorithm and Caesar Cipher in C++
This C++ program is to encrypt as well as decrypt a string. In this program, two techniques of cryptography are used for encryption and decryption: 1. Caesar Cipher 2. RSA algorithm
Java ATM Project
ATM (Automated Teller Machine) project in Java is the short implementation of ATM functionality using Java.