Coders Packet

Listing of packets of source code submitted by coders

Battery Notification In Python

By using Python we are creating a Desktop Battery Notification app that will alert about battery percentage

Strong Password Generation using Python

This Project is to develop Simple Strong Password Generation using Python code to protect our data and account against hackers.

Comparing Strings lexicographically using C++

Code to lexicographically compare two strings ignoring the case of letters. It is written in C++ language.

Multi-color Gradient Using HTML, CSS, JavaScript

In this project we are creating a Gradient Maker with help of HTML, CSS & JavaScript.

Phone call in Java

In this project of Java, we are going to learn about the User interface and how we will build a phone call experience in it.

How to avoid Deadlock in Java.

In Java, we work with multiple threads, and sometimes it leads to a deadlock situation. So, we have discussed the cause and solution below with an example.

Pascal's Triangle using C++

This project is used to generate pascal's triangle using C++ by accepting the number of rows from the user.

Implementation of Dijkstra algorithm using Java

In this tutorial, we will learn about the Dijkstra algorithm and we will also see the program to implement the Dijkstra algorithm using Java.

Flight Seat Booking Programme in C++

Flight seat booking is a very simple packet that features class along with the object of C++ language.

Tic-Tac-Toe Game using C++

I have made this well known game called Tic-Tac-Toe using simple C++ programming language. This is a fun game easy to make by the beginners.

Increment characters and numbers in a string using Python.

In this article, we will learn how to increment or decrement the letters and numbers inside a string in Python.

Text To Speech in Python

A Text-to-Speech GUI application that uses various python libraries to convert text to speech.