Coders Packet

Listing of packets of source code submitted by coders

Computer-Based Tic Tac Toe Game in Python

The file name is TicTacToe.py which is to be executed where you will play the all-time favourite Tic Tac toe Game with Computer as an opponent.

Rupee converter in Java

The programming language used in the source code is Java. This program converts the Indian rupee into the currency selected by the user among the available list of currencies.

Longest Common Subsequence in C++

Finding Longest Common Subsequence (LCS) of two strings using Recursion, Dynamic Programming in C++

Application in Python to maintain database

This packet contains two things one a Python source code to run a runtime book management using sys another is a database(SQLite3)

TIC TAC TOE GAME USING C++ OOP

Implementation of Tic Tac Toe Game using C++ Object-Oriented Programming Concept. A Class is created to implement the OOP Concept.

Multithreaded client server based chat application in Java

Multithreaded client server-based chat application which works with multiple clients parallelly and uses Java socket programming with multithreading concepts.

ATM system packet using C++

This project is based on ATM machines working. You need to enter the pin and if it is correct you may proceed further.

Tic-Tac-Toe Game source code in Java

A Tic-Tac-Toe Game in Java where the player and the CPU can play. Result is displayed at last on console.

Gaming Zone with C++

This is Fun GameZone with C++. It has 5 games. 1. Casino, 2. Quiz, 3. Calculation Master, 4. Cricket, 5. Rock Paper And Scissors.

Login GUI in Java

This package is of login GUI in Java which has username, password and a login button . It can be used in website development where login details are necessary.

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.