Coders Packet

Listing of packets of source code submitted by coders

Personal identification number(PIN) generation for ATM cards Using C++.

A Personal identification Number generation Using C++ is a Process of generating a New PIN to an ATM card.

Method to Decrypt passwords in C++

This code takes a string input by a user and decrypts it into its actual corresponding password in C++.

Krishnamurthy Number using C++

In this project, the c++ programming language has been used to check the number to be Krishnamurthy Number.

Randomize matrix generator contains odd numbers or even number using Python

My project will generate a randomized matrix in Python. The matrix contains odd numbers or even numbers based on the user's choices it will generate.

Resume Generator using C++

This Project is to generate the Resume of the user using C++ in which the user can generate their Resume by entering Valid data.

Speech to text converter with GUI using Python

This project utilizes the SpeechRecognition module of Python programming language to convert sound or words spoken by the user into text and save it as a text file.

Gambling simulator in C++

This C++ code simulates the betting which happens usually at places like casinos, clubs, etc.

BlackJack - Python

This is a traditional BlackJack that has been written in the language Python 3.7 in the Windows environment.

Program to Find the Roots of a Quadratic Equation in C++

This is a program where we find all the roots whether complex or real of a quadratic equation in C++.

Positive Missing Number From Unsorted Array In C++

This project resolves the problem of positive missing numbers from unsorted arrays in C++ language . We can search any numbers entered by the user from the array if it is present.

OTP generator using C++

Hello, In this tutorial, we will learn how to generate an OTP of a specific length in C++ with the help of the rand () and sleep () function.

Hotel management Using C++

This is a project built in C++ using file handling, which is used to manage the Hotel's works like check available rooms, book room of the hotel.