Coders Packet

Listing of packets of source code submitted by coders

Rotating an array leftward in C++

Rotate an array element towards left side according to the number of shifts given. The array elements shifts towards left side by number of positions given by user.

L.C.M. of two numbers using division method without H.C.F demonstrating recursion in Java

This project contributes to one of the major factors of OOP's (reusing code)- The Recursion. Through a code snippet in Java generating L.C.M I have shown the working of recursion.

Program in Java to print the Calendar with year as input (without Calendar class)

This project aims at the generation of Calendar of a year without using Calendar class and taking only year as the input implementing the use of 1D and 2D arrays in Java.

PDF to Doc in C++

One of the most Important PDF to DOC in C++ is to convert PDF documents to other formats without needing underlying structure of the resultant format.

Rename multiple files in Java

Java Code to rename multiple file from long and different names to short continuous numerical names.

Binary Gap in Python

Python program to find the longest sequence of zeros in the binary representation of an integer.

GUI based Standard Calculator using Python

Python program to create a Graphical User Interface based Standard Calculator using Tkinter module.

Online Book PURCHASING IN C++

This is a simple program to purchase books through online mode, where here we have a collection of 25 books of distinct authors in c++ language.

Text Detection and Extraction in Python using OpenCV

This project will help to detect and extract text from any image. This project is built in Python language using OpenCV.

YouTube Video to Audio Convertor in Python

This project will help to convert any YouTube video format into an audio format using Python programming language. This project uses a Python library known as "PyTube".

Generate a Random Sound using C++

This project describes how to generate random sound in c++. With the help of beep function.

Simple Message Encryption And Decryption Program in C++

We will use a key in which we convert the alphabets to different alphabets from the key which corresponds to that alphabets. This program is written in C++.