Code Packets
Browse all published coding projects
Krishnamurthy Number using C++
In this project, the c++ programming language has been used to check the number to be Krishnamurthy Number.
Blackjack in Python
a Simple blackjack Game. To win the game player must have a twenty-one or closer to a twenty-one scorecard. Can generate random Card from the deck.
Hangman Game Using C++
In this game, I used C++ language in which the player chooses a letter one by one, if the letter matches in the string it will continue else the player has to guess again until the limit reaches.
Tribute Page ~Nicholas Sparks using HTML, CSS
This is a tribute page to the effortless author Nicholas Sparks using technologies HTML and CSS.
Voice to Text using deepspeech api in Python
We will be using deepspeech in this python code to generate the text from a voice. Deepspeech is an open-source api for Speech to text.
Dynamic Range Sum Queries in C++
Given an array of n integers, and given q queries, 1. update the value at position k to u 2. what is the sum of values in the range [a,b]?
Ant Eating Simulation in C++
This Project predicts Ant movements and other features that are affected by the food near them coded in C++
Online Bill Payment Using C++
The online bill payment system is a C++ Project of paying bills of DTH, mobile recharge, and Cable Tv networks which will cuts the amount directly from our bank account,
OTP generator in C++
It is a C++ based OTP generator which uses random function to create random OTPs which is very secure as traditional passwords for logging into any site.
Basic Calculator in C++
It is a basic calculator made using C++. It takes input from the user show the result.
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++.
Implementation of N-queen Problem in Python
In this article, we are going to solve the N queen problem using the backtracking approach in python.