Coders Packet

Listing of packets of source code submitted by coders

Text File management system using Rank based autocompletion in C++

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.

Random Password Generator in C++

A random password generator using C++, which lets you make a password of desired length.

Quiz Application using C++.

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.

Bank Management System Using C++

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

Face Detection using C++ and openCV library

A C++ project to detect faces and highlight them in the real-time webcam video using Haar Cascade.

Total Set Bits in a Number in C++

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

All permutations of a string using next_permutation in C++

Here we will be discussing how to generate all permutations of a string using an STL function next_permutation() in C++.

Library Management System in C++ using concepts of Data Structures

This project is written completely in C++ and has some of the concepts of data structures implemented in it.

Notes app in Python

It is a notes app created in python using Tkinter package.It have various functionalities.It is easy to create.

Live News Web Application Using News API In Java

Live News Web Application is a web application which provides user to live news blogs in many categories.

Simple And Responsive Covid-19 Tracker Web Application Using Covid-19 API In Java

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 SARSA Algorithm in Machine Learning using Python

Implementing state-action-reward-state-action Algorithm by Reinforcement learning technique in Python.