Coders Packet

Listing of packets of source code submitted by coders

Bus Ticket Reservation System using Java and MySQL

In this article, we will learn how to build a bus ticket reservation system. This Bus ticket Reservation System will enable a private bus operator to book tickets.

Number Series in C++

Number series are various types of sequences that exist in a specific pattern and/or are subjected to certain conditions.

Online Classes Scheduling Using Java Servlets and MySQL

A Web Application created using Servlets in Java and phpMyAdmin as localhost to schedule online classes.

Send-OTP using Java with Firebase Connectivity

A one-time password (OTP), also known as a one-time PIN or dynamic password, is a password that is valid for only one login session or transaction, on a computer system or other digital device.

Message Spam using Python | prank with family and friends

spam messaging is used to prank with family and friends and make them surprised. It is written in Python and make use of several Company Phone APIs

Techquiz Application using Java

This is a desktop-based project based on Java programming language specifically (J2SE). It is developed using J2SE and Swing framework and AWT framework.

Learning Logger in Django

Learning Logger is a Platform on which user can come and store their notes and it makes use of Django for building it out.

Message encryption data using Python

We are going to encode and decode the messages given by the user by using Tkinter and base64 libraries in Python language.

Binary Search Algorithm in C++

Hello Developers, An algorithm is a procedure for solving a problem, based on a sequence of some actions. I've implemented Binary Search Algorithm in C++.

Extract text from PDF Using Java

Hey there! In this tutorial, we will be learning to extract Text contained within a PDF file using Java.

Job Scheduling with deadlines in Java

In this java tutorial, we will learn how to schedule the processes based on their deadlines and determine if they can be executed within their deadline or not

Stack operations using Linked list in C++

This project is about performing stack operations like push, pop, reverse using a linked list in C++.