Coders Packet

Listing of packets of source code submitted by coders

Analog clock using C++

This project describes how to generate an Analog clock in C++. With the help of graphics.h library

Cargame in C++

This project is a simple car game made in C++. Just need to avoid obstacles coming down via pressing A and D to move left and right.

Finding index of nth occurrence of an element in an array using Java

This project is developed using Java and it can be used to find out the index of nth occurrence of an element in an array.

Armstrong Number-C++

A C++ program to check whether a given integer of any size is an Armstrong number or not.

Caeser Cipher using C++

A C++ program to encrypt text using Caeser Cipher giving message and key as input and result.

Text to Speech in Python using Newspaper, NLTK and GTTS

This project will help to create voice speech synthesized from the text given. The Python program is helpful for users who cannot see but want to read any online articles.

A*-algorithm-in-Python

This project contains the solution to the famous A* algorithm which is an Artificial Intelligence algorithm used to find shortest possible path from start to end states.

Library Management PHP

It is Library Management system Project which can control an college or department to use to manage Library system. It is very easy to automate Library.

Bar Code Generator using Java

It is a small project of generating Barcode using Java with the help of Zxing Dependencies

Canvas using HTML and Javascript

It is a simple project where we can draw anything using HTML canvas and also using Javascript Manipulations

C++ program to Multiply two Matrix using Vector

I implemented a C++ program to calculate the product of two matrices using Vectors. Vectors is sequence containers representing arrays that can change in size.

Comparison of numbers in C++

Comparison of intergers without the help of any arithmetic operators or comparison operators.