Code Packets
Browse all published coding projects
Chatbot using Deep learning and Natural Language processing (Python)
This is built chatbot using deep learning with PyTorch and the also by using some concept of Natural Language Processing like Tokenization, Stemming and Bag of words and used the library nltk.
Interchange the First and Last Row of Matrix in Java
Java program to interchange the first and last row of given matrix, here in this code Interchange function is used for swapping and then we get the desired matrix.
To check the given String is Palindrome in Java
We have to give string as an input and check it is palindrome or not i.e. original string and reverse of that string should be same.
Python Based Quiz Game
It's a simple Python based quiz game where different questions are asked from different sections.
How to take out duplicate values from an array in Java
We have to take out repeated numbers from the array i.e. the required array should be sorted and if the array have same same value then delete that and just keep one value in Java.
Java Based Media Player Application
This is a music media player . It has all the controls like forward , backward, next , previous, play , pause.
Server-Client model based Chatting Application using Java Swing , AWT , Java Networking
This is a stand-alone desktop-based Chatting Application implemented using Java Swing, AWT, and Java Networking.
Java Based Lion or Tiger Game
Basically this is a tic-tac-toe game with some extra animations. Instead of old traditional 'X' and 'O' you will find a lion and a tiger.
Email ID generator program in Java
The application is based on a company where a new candidate joins and the program will generate an email and a random password for the candidate also the candidate can update his email/password.
Java source code of banking application
This is an application created using Java which allows the user to deposit, withdraw or check the bank balance.
Digital Clock using Java Swing
This is a very simple project using Java Swing. It shows the Indian Standard Time (IST) - UTC + 5:30 in real time in a separate window.
Coin toss experiment using Python
Checking if tossing a fair coin n times leads to probability of heads converging to 1/2, when n is very large(tends to infinity) using python. The program depicts the strong law of large numbers