This is a Text file Management system, by which you can create/view existing files in the current directory. It uses Rank based autocompletion while searching for an existing file. C++17 used.
A random password generator using C++, which lets you make a password of desired length.
A quiz game is written using C++.This game allows the participant to choose their interested quiz topic and also let the participant to know their score immediately after the quiz.
A project on bank management system is done by C++.We can easily open an account, deposit or withdraw money and know the balance using C++.
A C++ project to detect faces and highlight them in the real-time webcam video using Haar Cascade.
To find the count of a total number of set bits in the binary representation of an integer in two ways: a simple while loop and by using a built-in library function in C++.
Here we will be discussing how to generate all permutations of a string using an STL function next_permutation() in C++.
This project is written completely in C++ and has some of the concepts of data structures implemented in it.
It is a notes app created in python using Tkinter package.It have various functionalities.It is easy to create.
Live News Web Application is a web application which provides user to live news blogs in many categories.
This web application project provides user to real-time tracking of covid-19 cases globally, India's total covid-19 cases and its all states.
Implementing state-action-reward-state-action Algorithm by Reinforcement learning technique in Python.