Coders Packet

Listing of packets of source code submitted by coders

Namespaces Scope(ANSI C++ feature)

Hello coders, Today we will Learn Namespace. A Namespace is a keyword in ANSI C++ to define a scope that could hold global identifiers.

Client-Server Peer-to-peer Chat in Java

Peer-to-peer chat system for client and server using Transmission Control Protocol(TCP) in Java

Phone Book Directory System in C++

Phone Book Directory is a System developed in C++ that keeps all records about phone book, admin can Add, Delete, Modify, Search the record in system.

Employee management system using Python

This is a Python project to manage simple employee details. The details are stored in the Python list

Permutations generator developed using Java

This project is developed using Java and it will be useful for anyone who wants to know all the possible permutations for a set of numbers.

Create a class with Access Specifiers in C++

Today we will learn about how to create a class with Access Specifiers in C++ with the help of an example.

Iris flower classification in Python using Logistic Regression

The project aims to design and implement a system of pattern recognition for iris flowers. At the end of the project, I have obtained 96% accuracy as a result.

Tic-tac-toe Game in C++

This project consists of designing and building a computer program in C++ that allows 2 players to play tic-tac-toe against each other.

Binary Search Using STL in C++

Binary Search in C++ using binary search function present in STL(Standard Template Library).

An Unbeatable TicTacToe AI in Python using minimax algorithm

This is a command-line TicTacToe game written in Python where the player faces an unbeatable AI.

Alarm Clock using gui Tkinter Python

This project is designed to implement an alarm clock using Tkinter in Python. Which rings after a certain time has been set to it.

Meditation Website using Javascript

I created a Website using Javascript for meditation with background noise of Beach and Rain with timer facility.