Coders Packet

Listing of packets of source code submitted by coders

C++ stack template implementation using linked list

C++ stack implementation using linked list to support custom datatypes. Includes unit testing.

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.

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

Collection Framework (Lists) in Java

Collection Framework contains all Data Structures in Java. In this packet we will be looking at ArrayList, LinkedList and Stack.

Weight on a planet using Java

The programming language used in the source code is Java. This program tells how much do you weigh on the different planets based on your weight on earth.

Euro Cup 2020 Analyzing in Python Using Machine learning

The project aim is to see how many goals are in the tournament, how many fouls are in this tournament and also see how many assists are done in this tournament using machine learning in Python.

Web Scraping of Top Repositories from GitHub Topics using Beautiful Soup library

In this project, I scraped the top repositories from the topics section on Github using BeautifulSoup library in Python and stored them in a CSV file

Phone Book in JAVA

This Phone Book consist various operations on Contact list . 1)Display List 2)Insert contact 3)Delete contact 4)Delete same contact 5)Update contact 6)Search

HANGMAN GAME IN PYTHON

This is a hangman game. It is a classic single-player word guessing game. This game is made in python.

Check whether a given date is valid and add 'N' days to it (using C++)

Through this program, we check if a given date is valid and add the 'N' number of days to the given date.

Create a signup window using Python GUI

This packet contains two files one is an icon image and another one is a Python source code to run a GUI signup form based on Tkinter,message-box, and re

Chat Server Using Java

Chat server is a network-based application that has two faces: one for the server-side and one for the client. Where more than one client can share their messages.