Coders Packet

Listing of packets of source code submitted by coders

Windmill Simulator in C++

Windmill Simulator in C++ using The OpenGL Utility Toolkit and GLUT library. (Computer Graphics Program)

Entry and Exit points of the Cursor in a Frame using Python and tkinter

This project tells the x and y coordinates of the entry and exit of the cursor from the frame. Tkinter package is used to create GUI.

OTP generator application with GUI using Python and Tkinter

In this article, we are going to create a Graphical User Interface based OTP generator application in Python. We will see how to create a GUI app using Tkinter and how to add functionality to it.

Playing with Numbers (Java Code)

A Java Code that helps to rotate an array of size n to left, by the number of times provided by the user.

Using Modules and What is Pip In Python

Hi, In this tutorial we are going to learn, how to use modules, what is the importance of modules and what is pip.

Minimum Number of Folds Problem in Python

To obtain the minimum number of folds to be taken on a paper of dimensions (height x width) to obtain the new dimensions (height x width) entered by the user.

Insertion in a Linked List using C++

In this we will see how to insert data in linked list in C++, from last node to the first node.

Bot for Stock Price updates in Python

This Bot provides all information about stocks of desired company in Discord channels messages using Python library yfinance.

Travel Planner App (Real Life Based Example)

This App is used to find the shortest distance from source node to destination node, but I have added Plane travels as well as Bus travels.

Word count MapReduce with hadoop using Java in Windows 10

The project deals with the basic MapReduce program using the Apache Hadoop framework in windows computers. The Hadoop framework installed is Pseudo Distributed (Single node).

Implementation of flood fill Algorithm on a Apple pattern in C++

It is a C++ project which replaces all the characters in a given boundary using dfs .

Rat in the maze in C++

Rat in the maze is a technique to clear the concept of backtracking. It is used to find the shortest path to arrive at the original destination.