Coders Packet

Listing of packets of source code submitted by coders

Indian Flag in C++

Indian Flag in C++ using the OpenGL Utility Toolkit and GLUT library. (Computer Graphics Program)

CRC Code Generator in Java

CRC stands for cyclic redundancy check. In this project, I have used eclipse as an IDE. Mainly CRC is focused on Bits manipulation.

Avoiding Obstacles in Java

In this java tutorial, we will learn to choose the minimum step size to travel over the positive integer number line such that we don't encounter a single obstacle

Caterpillar Game using Python Tkinter and GUI

It is a game played by everyone on their mobile phones.Used python widgets and GUI.and also python libraries and modules.

Password Generator in Python

Password generator program in python. Run this program: 1. Import the random lib. 2. paste the main.py and run the code.

Pie Chart in Python

Pie Chart program written in python using matplot and numpy library. This program print the pie chart using these library. It can be increase and decrease by the length of the array.

Bounce Ball in Python

The bounce Ball game is written in python using the Pygame library of python. Pygame module is made to build interactive and 2d games using python language.

Number Conversion in C++

This is the Number Conversion program. You can convert any number to any form. ( Binary to Decimal, Binary to Octal, Decimal to Binary, Decimal to octal, Octal to Decimal, Octal to Binary).

Tic Tac Toe Game in C++

Tic Tac Toe game using c++ programming language where two players can play with all possibility.

C++ program to Power of Two

Hey Developers, Here is a simple C++ program to check whether a number is Power of Two or not using Bit Manipulation.

C++ program to Find GCD of two numbers

Hello Programmers, This C++ program finds GCD of two numbers using the Bitwise XOR operator.

Online Multiple choice exam without using database

Hi, This is an online multiple-choice exam created by using java array and without using database.