Code Packets
Browse all published coding projects
BMI Calculator in Python
A BMI Calculator will take in the height and weight of the individual and will calculate the BMI of the person.
Python program to convert number of days, hours, minutes and seconds to seconds
Developing a program that reads the number of days, hours, minutes, and seconds from the user. Calculate and display the total number of seconds represented by that duration.
Group Chat-Client Server Arch. in Java
This is a group chat application making use of the client-server architecture concept, built using socket programming in Java, making use of package java.awt, package javax.swing.
Simple login and registration form using SQL and PHP
A simple login and registration form using SQL, PHP, CSS and HTML. Users can register and login using this form. All of the data is kept in a SQL database.
Chatbots using Seq2Seq model with Keras in Python
In this project, we will implement the seq2se2 and create chatbots by training the seq2seq model on three datasets.
Search for a Packet on Coders Packet with BeautifulSoup, Tkinter and Pyinstaller in Python
In this project, we will use beautiful soup to search for packets using a user-defined keyword. We will then create a GUI using Tkinter for the same and convert it to an executable(.exe) file.
MATRIX ROTATION IN CLOCKWISE DIRECTION USING JAVA
This source code will help user to rotate the square matrix by 90 degree in clockwise direction.
Python program for creating dictionary object
In Python Dictionary is an ordered collection of data values, used to store data values. Python dictionary is an unordered collection of items. Each item of a dictionary has a key/value pair.
Approximation Algorithm for Traveling Salesman Problem, using nearest neighbor in Java
A Java program of Approximation Algorithm for Traveling Salesman Problem, using the nearest neighbor.
Scraping data from Imdb website using Python
In this tutorial, we will learn how to scrape data of feature film from imdb website using BeautifulSoup in Python language step by step.
Android Currency Converter Project Using Java
In this project, we will be making a currency convertor that converts pounds to dollars.
TODOs LIST using local storage in JavaScript
The below TODOs LIST is implemented by making use of the local storage property in JavaScript. The front-end of this TODOs LIST is made with the help of bootstrap.