Coders Packet

Listing of packets of source code submitted by coders

Future forecasting of the number of cases of COVID-19 using Machine Learning in Python

The Main aim of the project is to predict of the number of cases of COVID-19 of upcoming days using Machine Learning Algorithms in Python.

C++ program to get access from user

This is a C++ program that helps programmer to get permission from the user to access or perform a particular operation in the system

Fractional Knapsack Problem using Greedy Approach in Python

In this article, we are going to learn about the fractional knapsack problem and its implementation in python using the greedy approach.

Star Patterns Using C++

These Star Patterns using C++ are basically the application of Loops which are frequently asked in different recruitment drives, interviews, etc.

Password Generator using Python

A Project implemented in Python where a User can generate strong passwords according to the length of the password given

Calculator using Java and Swing programming

This is a simple calculator made by Java and Swing programming concept. In this calculator, I can provide the ON and OFF buttons, these two buttons control the whole application.

Snake game using Java and AWT and Swing programming

This is an attractive snake game made by Java, AWT, and Swing concept. Please read under the project description section for mode details.

Email Sender in Python

Email Sender is the GUI Application which allows you to send email to anyone you want. In this we are using python language it is high level, object oriented programming language

Anagrams Using C++

An Anagram is basically the arrangement of letters of another word irrespective of the order. The program is implemented using C++, shows how anagrams are generated.

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.

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.

Attendance system using OpenCV Facial Recognition - Python

Building a simple automated attendance system using facial recognition in Python that detects faces and records live attendance with the login time in an excel sheet.