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.

Rajitha Gondipalli · Jul 26, 2021

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.

Srivatsan Sridhar · Jul 26, 2021

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.

Parthvi Mayurkumar Patel · Jul 25, 2021

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)

Rajitha Gondipalli · Jul 25, 2021

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.

Sonali Mahadev Sankpal · Jul 25, 2021

General Purpose Calculator Using Nodejs

This project is a general-purpose calculator using Nodejs. The important modules used are express, nodemon, body-parser.

Arun Deepak Bang · Jul 25, 2021

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.

Aritra Banerjee · Jul 25, 2021

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.

Harsh Tripathi · Jul 25, 2021

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.

Harsh Tripathi · Jul 25, 2021

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.

Manav Dhami · Jul 25, 2021

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.

Shiroli Nigam · Jul 24, 2021

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

AKSHAT CHATTERJEE · Jul 24, 2021