Coders Packet

Listing of packets of source code submitted by coders

Kmeans Clustering Using Python

In this tutorial we will learn unsupervised learning algorithm: KMeans clustering using Python. This algorithm categorises the items into k groups of similarity.

Scraping IMDB data with Python and BeautiulSoup

This is a Python project to scrap data from IMDB site, about top rates movies, popular movies or any other pages having similar template. It uses a python module called BeautifulSoup.

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.