Coders Packet

Listing of packets of source code submitted by coders

Find the 'n' th Prime Number Using C++

This is just a simple program to find the 'n' th prime number in the prime number series using C++, where the n value should be given by the user.

Pet Face Gesture using Tkinter module in Python

Changing pet face gestures by detecting the motion of the cursor using Python Programming.

Random Numbers Generator Using C++

This is a C++ program to generate Random Numbers between a specific range and how many random numbers user want to generate with the help of rand() and srand()

Quiz Application in C++

Application to create, list, take and delete quizzes using Vector Standard Template Library (STL) in C++

Caesar Cipher encryption and decryption in C++

This packets implements one of the most basic method of encryption called Caesar cipher encryption along with decryption in C++

Employment Management System Using C++ programming language

User have to choose the given option accordingly. And project will work as per the option selected by user. It has been done using C++ language.

Calculation of Electricity bill using C++

A C++ program to calculate the electricity bill by defining Constructor, Destructor, Class and if-else structure.

Self Driving Car using Python

I have designed the project by using the python programming language and the library pygame. Here you just need 60 lines of code to built your own virtual Self Driving car.

Find LCA(Lowest Common Ancestor) in Binary Tree using C++

Hello coders, Today we will discuss how to find LCA(Lowest Common Ancestor) in a Binary Tree using C++ Programming .

TO DO LIST in C++ using Qt

I've made a TO DO LIST using C++ in Qt, which will hold four records of the work the user have to do. The logics are written in C++, but the UI is made using Qt.

Creating New Files and Directories in Java File and Stream

file systems, reading from files, or writing to files, from java.io: System Class Input and Output

To implement insertion sort in JAVA

In this blog, we will discuss the idea of implementing insertion sort in JAVA with the help of algorithm and code.