Coders Packet

Listing of packets of source code submitted by coders

Caesar Cipher using Java

Given a string and a shift value, in this project the string is encoded or decoded as per user's choice by the shift value, using Java.

Sorting Operations in header algorithm in C++

The Packet explains the sorting operations defined in the header algorithm with an example of each to have a better understanding.

Bus Seat Booking System Using Java

In this module, we are going to build a code for Bus seat booking system using java. In this, we can book a window seat or a non-window seat.

Develop all possible Binary Search Trees with key values 1 to N in C++

Given the value of N (No of nodes), we try to construct all possible Binary Search Trees using Recursion in C++ Programming Language.

Magic Square in C++

A square matrix (usually positive integers) with the sum of each row, column, and both main diagonals being the same is called a magic square. This is a C++ project.

Graph Data Structure using Java

This is a simple Java-based directed Graph Data Structure. It can be used in Google Maps for routes, network connections like LAN, and other network-based connections.

Radio Operator in Java

This project is all about creating a Radio Operator using Java AWT Checkbox and displaying the desired clicked option as a message.

File Handling in Java: Changing from lowercase to uppercase

This project is all about taking a line of text as input and store it in a file and read the text from the file and convert the entire text into uppercase and display the result.

Web Browser using Java

A web browser using Java powered by Google search engine. It is developed using JavaFx and supports multithreading.

Notepad using Java

A ready-to-use attractive Notepad. To develop the notepad, thread, graphics classes and swing and AWT packages have been used.

Simple Login System Using Python

It is a simple login system using Python which can be used for logging into a users account.

YouTube Video Downloader Using Python

It is a Python program to download videos from YouTube. It gives a privilege for a user to watch videos offline.