Coders Packet

Listing of packets of source code submitted by coders

Left and Right arrow patterns using C++

In this article, we will learn how to print the left and right arrow patterns using C++.

Plagiarism checker using Python

Python script to detect plagiarism in the textual document using the basic concept of vector’s dot product or cosine similarity.

Live Score Notification in Python

Python script to show live cricket score as desktop notification in regular interval.

Grundy Numbers Concept in Game Theory (C++)

Grundy Number is a number used in Game theory which defines the state of the game. Through this concept we can define a impartial game like the (Game of Nims) in terms of Grundy.

Matrix Operations Using C++

This project basically performs the binary operations like addition,subtraction and multiplacation on two matrices. It also prints the transpose of a given matrix.

Air Quality Index Calculator in C++

This is a C++ project to calculate Air Quality Index(AQI) of the air.Also provides the prescription about the air quality and the precautions to be taken.

Lexical Analyzer Using C++

Implementing Lexical Analyzer in C++ which is used to convert the input from a simple sequence of characters into a list of tokens.

First And Follow Using C++

First And Follow in C++ is used so that the parser can apply the production rule easily at the correct position.

Banking Management System in C++

Banking Management System is written in C++. I have Used the Object-oriented Programming concept to build this Project.

Implementation of Tic Tac Toe game in C++

This project is written in C++. In this Project I have Used the concept of conditional statements(if-else statements) and concept of arrays.

Phone Mangement System in C++

The Phone management System is Simple Project In which User can Manage his Friends and Relatives Contact Details.

Library Management Using C++.

This project is based on a school or college library management system using C++, in which you can add records, display records, modify the existing records and delete the records.