Coders Packet

Listing of packets of source code submitted by coders

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.

Create currency converter using Java Servlet and Ajax

A currency converter is used to convert the currency of one country in terms of the other.

C++ program to check for Even Numbers using Bit Manipulation

Hello programmers, Using Bit Manipulation, I have written a C++ program to check whether a number is Even or Odd in just one line of code.