Coders Packet

Listing of packets of source code submitted by coders

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.

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.

Simple Tic-Tac-Toe Game using Python

Here is a simple and quick Tic-Tac-Toe game in python using simple concepts. The core concepts are dictionaries, functions, and loops.

Like Battle Royal Game created using Python

A battle royal game using Python. We have used object-oriented concepts of Python to easily implement the complex logic.

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.

Implementing Bit stuffing and Character Stuffing in JAVA programming.

Using JAVA's Collecters package we will implement bit stuffing and character stuffing.

Java program to create Server/Client Chat Application

Using Socket programming we will communicate between server and client using different JRE.

Making Online Shopping Portal Using JAVA

Hi, Today we will learn how to make an online shopping portal using JAVA with two categories of customers.

Parallel Stock Prediction using Python

Argument that real time stock prediction can be done effectively using parallel execution has been presented.(Using High-performance computing and combining the outputs of all the models.
).

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.

Chatbot (GUI) for an online coffee shop using Deep learning and NLP (Python)

I have made a Chatbot GUI for an online coffee shop using python. This chatbot was made with deep learning with pytorch and some of the concepts of NLP. The GUI was built with tkinter library.

Web Application using Java Swing

This project is based on java programming and the technology is java swing to store the data of clients/employees etc.