Code Packets
Browse all published coding projects
Canny Image Creator With OpenCV In Python
Here we implemented a code that creates a canny image of an existing image with the help of OpenCV in python.
Shop Management System using Data Structures in C++
This is a console based shop management system using hashing and other data structures in C++. This made the complete working of shop digital.
Area of Triangle Using Heron's Formula in PYTHON
Calculate the area of a triangle when all the three sides are known using Heron's Formula in Python.
Audio based file handling in Python
The project utilizes python's libraries and other packages to provide simple file handling services on txt files using audio input.
Finding Longest Increasing Subsequence using C++ and Dynamic Programming
Here we find the length of the Longest Increasing Subsequence(LIS) using C++ Language and by Dynamic Programming
Registration Form with form validation using Javascript, Bootstrap & HTML
This project uses the Bootstrap framework and built using HTML and JavaScript. It is a registration form that can validate the data entered by the user in the form itself after you click submit.
Check if a number is a Krishnamurthy Number or not in PYTHON
A Python implementation to check whether the input number is a Krishnamurthy number (a number that is equal to the sum of the factorial of each of its digits) or not.
Collections Module in Python
This module aims to improve the functionalities and provides alternatives to Python’s general-purpose built-in containers such as dict, list, set, and tuple
Check if a number is an Armstrong Number or not in PYTHON
A Python implementation to check whether the input number is an Armstrong number (a number that is equal to the sum of its digits each raised to the power of the number of digits) or not.
Random OTP Generator In Python
Here, we implemented a program to generate OTP with a single click in Python. With the help of Tkinter and a random module, we created an OTP generator with little use of the GUI component.
Word Tokenizing and comparision with and without nltk in sentences/paragraph in Python
A python project to perform word tokenization with and without the use of nltk library from python and removing stopwords.
Set of Question on Dynamic Programming in C++
It's a set of most famous interview question of Dynamic programming eg. Coin change Combination/Permutation & Buy and Sell stocks with all of its type in C++