Coders Packet

Listing of packets of source code submitted by coders

Currency Converter in Java using Netbeans

A Currency Converter built using core java by using AWT which can be implemented simply to convert between INR and Dollar.

Employee Management Application Using Java and Oracle

An application to store and modify the data of the employees like their age, name and, salary.

Vehicle Inventory Management System using Java and GUI

This project uses Java and a GUI (window-builder) to create an inventory management system for the user to buy/trade and generate receipt for the vehicles seamlessly.

IPL (2021) Ticket Generator using C++

This is a project built in C++, generates an 'IPL 2021 Ticket .txt' file which contains the user data like the Name of the user, and Teams playing in that match, the timing of the match.

Tweet Analysis - Python

Tweets are not under-rated for no reason. Here, I have done a Tweet Analysis on some selected tweets, which has been categorized by Kaggle. The language I have used is Python3.8.

Advertising Budget Dataset of XYZ firm in Python

In this project, we would analyze the advertising budget dataset of XYZ firm in Python and explore how sales of products vary with different modes of advertisement in Python.

Casino Game Using C++

In this game, I used C++ language in which the player chooses a number between 1 to 10. If he wins the money would become 10 times and if he loses he loses all his money.

String manipulations in Java

In this project we are going to learn about how to use strings or characters in Java. String are the series of characters.

Hand Cricket game using C++

This is a fun project which is made in C++ and is played by a single player. The other player is the computer itself. The player who scores more runs while batting is the winner.

Payroll Management System using C++

Basic operations users can perform via this program project that is based on file handling are adding new employee record, modifying, deleting a record, displaying employee’s record Using C++

RPC implementation using Python

In this post, we will discuss RPC (Remote Procedure Call) and its implementation using Python programming language. We will use XML-RPC to design and communicate between a server and a client.

Trie Implementation in C++

An implementation of Trie in C++, which is an efficient way to perform search queries on strings.