Coders Packet

Listing of packets of source code submitted by coders

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.

Code Converter in Java

In this Java tutorial, we will convert the given string of 0's and 1's from binary to gray code and vice versa

Dependency Injection Using Spring

project is about performing dependency injection using Spring beanfactory interface . Inthis we have three files : clientcontroller, mainclass, application context.xml