Coders Packet

Listing of packets of source code submitted by coders

Timer Using C++

This is the code for the timer in the C++ programming language. Just like any other timer, the user has to set hours, minutes, and seconds as inputs and it will start the timer.

To-Do list using File in Python

This is a To-Do list project created in Python which uses a file as a storage medium.

Diffie-Hellman algorithm implementation in Python

In this tutorial, we are going to implement the Diffie-Hellman key exchange Algorithm in Python.

How to format the Output in Java

The purpose of this project is to explain to you the use of the "System.out.printf("%-15s%03d%n",s1,x)" method to print the formatted output in Java.

Random password generator with special characters in Python

In this era, having strong passwords is essential to protect yourself from online attacks. While some find it burdening, Let's take this as a challenge to develop a solution by coding in Python!

BANK MANAGEMENT SYSTEM in C++

In this packet, we will see how to build a C++ program on a bank management system using functions in C++. It will help us to understand the concept of functions and file management in C++.

Hangman Game in C++

It is a Word Guessing game in C++ in which one player has to choose a word and another player has to guess it within the given number of chances.

Twitter sentiment analysis by streaming live tweets in Python

To perform sentiment Analysis on the extracted tweets and classify them into Positive, Negative, Neutral using Python language.

How to Check whether the string is Palindrome or Not in Java.

In this tutorial, we have to check whether the given string is palindrome or not in Java. Here we will see how to reverse the string and compare it with the other string in Java.

Text Classification using TF-IDF Vectorizer and prediction using Support Vector in Python.

The project classifies the text reviews using the TF-IDF Vectorizer and the prediction is done using support vector machine model using Python language.

Password Validation using C++

A C++ programme to check the strength of a password. A password must pass some criteria to be a strong password.

Tower of Hanoi visualization using C++ Graphics

The project shows the visualization of the mathematical puzzle called Tower of Hanoi using C++ graphics.