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.

Nidhi Vaishya · Apr 03, 2021

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.

Sudepta Mallick · Apr 03, 2021

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.

Neeraj Kumar Singhal · Apr 03, 2021

Tribute Page ~Nicholas Sparks using HTML, CSS

This is a tribute page to the effortless author Nicholas Sparks using technologies HTML and CSS.

Kashish · Apr 02, 2021

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.

Divya Prackash Ravi · Apr 02, 2021

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]?

RANJITH RAMAMURTHY TEVNAN · Apr 02, 2021

Ant Eating Simulation in C++

This Project predicts Ant movements and other features that are affected by the food near them coded in C++

Tushar Takshak · Apr 02, 2021

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,

Sandhya yegireddi · Apr 02, 2021

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.

Chandan Giri · Apr 02, 2021

Basic Calculator in C++

It is a basic calculator made using C++. It takes input from the user show the result.

Chandan Giri · Apr 02, 2021

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++.

Tushar Takshak · Apr 02, 2021

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.

Tanay R Dandekar · Apr 01, 2021