Code Packets
Browse all published coding projects
Finding The Number Of Integers Between A Given Range In Python
In this program, we will find the number of integers that are present in the given unique inclusive range of numbers.
Python code to predict job acceptance using machine learning
This project contains python code which predicts whether a given individual will be employed based on certain criteria. The packages used are sci-kit learn, pandas, numpy and deap framework.
Modified Dijkstra's Algorithm to find shortest path by product of edge weights in Java
This Java program can find a path from the source vertex to all the other vertices of a directed acyclic weighted graph such that the product of edge weights is minimum.
Finding The Hamming Distance In Python
In this Python project , we will determine the hamming distance of two decimal numbers(by converting them into equivalent binary numbers)
Java program to calculate Electricity Bill
Is you curious about how the electricity bill is calculates? In this Java program we are going to calculate electricity bill using real charges applied on unit consumption.
General Purpose Calculator Using Nodejs
This project is a general-purpose calculator using Nodejs. The important modules used are express, nodemon, body-parser.
GUI based Hangman Game in Python
A simple hangman game made in Python using "pygame" module. The game is made in two versions for big and small sized game windows. Total 6 chances are given for the player to guess the word.
To-do list GUI in Python
This packet contains two files one is the icon image and another one is the Python code to run a To-do list GUI in python based on Tkinter.
Character count GUI in Python
This packet contains two files one is the icon image and another is the Python code to run a character counting GUI in python based on Tkinter.
Diamond Shipping System Project in Java using JSP
The main aim of a diamond shipping system in Java using JSP is to make the cargo service internet based so that it will be easy to use a cargo system for shipping the diamond.
Finding Minimum and Maximum elements in an Array using DAC algorithm in JAVA
Implement a program to find Minimum and Maximum elements in an Array using the Divide and Conquer paradigm in java.
Programming of TIC-TAC-TOE Game in Java
This is the classic game of Tic-Tac-Toe, built in Java, making use of package java.lang.System.exit and normal decision making in Java