Coders Packet

Listing of packets of source code submitted by coders

Modal Pop-up box using HTML, SASS and JavaScript

Pop-up is a graphic user interface. It might be a small box or a window. It appears suddenly or clicking any button by the user. I am gonna make it a very simple way by using HTML, SASS & JS.

Number Occurrence using Array in Java

This project is related to count the occurrence of a given number in Java using an Array.

Alpha Quiz System using HTML, CSS and JavaScript

Alpha quiz system is a quiz-based game. similar to different online-based exam virtual environments with proper timer and submit button, using HTML, CSS and JavaScript.

E-Mail Sending Application Using Java

Sending email is a basic requirement regardless of which platform we are working on. Java provides the facility to send the emails by writing java programs.

Stock Span Problem using Java

Given an array of n daily prices for a stock, this project calculates the span of stock's price for all n days using Java.

Clockwise/Anti-Clockwise Spiral Matrix in C++

Hello Everyone! In this article, we will learn how to unwind and print spiral matrices in both clockwise and anti-clockwise direction using C++

Number Guessing Game using Java Swing

A simple interactive random number guessing project designed using Java Swing and AWT.

Mix Cipher using JAVA

This is a Java Project to Encrypt/Decrypt a text using Caesar Cipher with more than one key.

ArmstrongNumber in C++

An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the number itself. This is a C++ project.

Create Notepad Using Java

We can develop Notepad in Java with the help of AWT/Swing. In which we can keep Important notes ,date,ect.

Floyd's triangle pattern in Java programming.

Hello Coders, In this Java tutorial we are going to discuss the Floyd's triangle pattern using the concept of nested for loop.

Print a Reverse Pyramid pattern in Java programming.

In this Java tutorial we are going to solve the Reverse Pyramid triangle pattern using the concept of nested for loop.