Coders Packet

Listing of packets of source code submitted by coders

Collection Framework (Lists) in Java

Collection Frameworks contains all Data Structures of JAVA. In this packet, we will be looking at ArrayList, LinkedList, and Stack.

Java Based Media Player Application

This is a music media player . It has all the controls like forward , backward, next , previous, play , pause.

GUI based Hangman Game in Python

A simple hangman game made in Python using "pygame" module. The game is made in two versions for big and small sized game windows. Total 6 chances are given for the player to guess the word.

GUI Scientific Calculator using Java Swing in Java

A GUI scientific calculator, capable of performing mathematical expressions with trigonometric, logarithmic, factorial, exponential and arithmetic functions written in Java using Java Swing.

Modified Dijkstra's Algorithm to find shortest path by product of edge weights in Java

This Java program can find a path from the source vertex to all the other vertices of a directed acyclic weighted graph such that the product of edge weights is minimum.

Client Feedback Form using Java Swing in Java

In this post, we shall create a survey form using Java Swing and perform form validation in Java. Form Validation displays appropriate error messages when any condition is violated.

Parallel Document Search System In C and C++ Using MPI

Parallel document search system in C++ and C using MPI directory. Comparison of linear and parallel search times.

Finding The Runner Up Score Using Python

In this program, we will find the runner-up score among the scores in an array using Python.

Desktop assistant using Python and JARVIS

This is basically the desktop assistant project in Python a speech recognizer that recognizes the voice and gives suggestions for particular predefined commands

Simplex equation Solver in JavaScript

It is a Simplex equation solver project using JavaScript programming language where one can enter the simplex equation and the program will output the results in tabular format.

How to Generate an OTP-Verification page using Java with Firebase Connectivity

A one-time password (OTP), also known as a one-time PIN or dynamic password, is a password that is valid for only one login session or transaction, on a computer system or other digital device.

How to Create a Registration Page using Java with Firebase Connectivity

A Registration page (also known as a Sign-up page) . The source code is about How to Create a Registration Page using Java with Firebase Connectivity. This was developed using java