Coders Packet

Listing of packets of source code submitted by coders

Restaurant Reservation System using java

Write a java program to implement the basic Restaurant Reservation System which allows users to display available tables and make reservations by selecting a table.

Bank Simulator using Java and NetBeans

The Bank Simulator is based on Java language. It automates various banking operations. It manages customer accounts, cash deposits, cash withdrawals, and many more features.

Sign Language To Text Conversion using Computer Vision in Python

The Sign Language to Text Conversion Project improves communication for hearing-impaired people by recognising sign language motions and translating them into written text

Personal Library Manager using Python

This project involves writing a Python code to manage a library of books. This is to give an idea of how a library with a large number of books keeps track of all the books.

Number Guessing Game Using Java GUI

Number guessing game is a Java GUI Based application that allows the user to guess a computer-generated number.

ATM Management System Using Java GUI

ATM Management System Project is a JAVA GUI application that allows customers to deposits, withdrawals, change PIN, etc.

Python code for Pluto time in India

Pluto Time is the time on earth at which lighting conditions resemble those of daylight on Pluto. This program gives the Pluto time in India everyday.

Electronics Inventory management System

To implement Inventory management System for a Small Electronics Store using Classes and objects. It should implement functionalities given in below menu.

Rhyming words code in python

This is a program that is designed to print Rhyming words for any given input word. The length of the rhyming word should also be mentioned by the user.

Semordnilap test in Python

The program tests if a given word is a Semordnilap or not. A Semordnilap is any word whose letters, when reversed, spell another word. Examples of such words are: live, swap, diaper etc.

A CONTINUOUS INTERNET SPEED MONITORING PROGRAM USING PYTHON

IT IS A PYTHON PROGRAM TO CONTINUOUSLY MONITOR THE INTERNET SPEED OF YOUR PC INTERNET

producer and consumer problem using Java

This project helps users to by tickets. In the program, I used Thread Synchronization to avoid ticket conformation confusion.