Coders Packet

Listing of packets of source code submitted by coders

Question on Recursion in C++

Recursion is very important topic and it is very important. So in the given project I have submitted important question based on it like tower of hanoi. The given solution is in C++.

Harshad Number Using C++

Harshad Numbers are those numbers where the number is divisible by the sum of the digits of the integer. Using C++, this concept is implemented.

Survey Form with Client Side Validation using HTML, CSS, and JavaScript

This is a frontend project built using HTML, CSS, and JavaScript, which strictly validates the input entered by the user/client, and immediately lets the user know if the entry is invalid.

File-Handling Basics In C++ using Account Management Example.

In this Packet, We are using file handling concepts in C++ to keep the data persistence even after the program execution. We are taking an Account class for this.

Qr code generator and reader in Python using Qrcode and OpenCV modules

This project uses Qr code and OpenCV module from Python to generate a qr code based on the given content and to read it in 10lines

Modern Loan Calculator App using Python Tkinter

This Project is to develop a Loan Calculator app using Tkinter(GUI application) in Python Language. This application will calculate the Total loan amount for you.

Creating A Window using SDL library in C++.

In this Packet, We are using the basics of the SDL library to create a window and also insert a bmp image in that window.

Bus Reservation using C++

Viewing availability of the bus seats and booking and cancelling bus seats using array in C++

Swapping Two Strings in Python

Swapping contents from one string to another string and display the modified strings using Python.

Text to Handwriting Converter in Python

Convert a text document (.txt file) into both JPEG and PDF files with the text content handwritten using Python.

C++ program to convert a E-NFA to DFA

I have written a c++ program that converts an Epsilon-Nondeterministic finite automaton(e-NFA) to a deterministic finite automaton(DFA).

Five days Weather app with animated .Svg images using React js

It's a Weather app that shows detailed weather-related information and also uses animated .svg images.