Coders Packet

Listing of packets of source code submitted by coders

Login Form Using Core Java

This project is about a login form made using core Java. In this project user will be asked to enter a name and password for login. A Welcome page will be displayed on successful login.

Simple Hangman Project with c++

This is a simple game in which th user needs to guess letters to find the country name from the given list of countries within the given no. of chances for the user.

Memory Management in Java

This Memory Management in Java is useful to know about how much memory is being used and how much memory is free after all the uses, allocations, and garbage collection.

Vending Machine using Java

A simple vending machine programmed in Java language used for providing essential and daily use products to the customers.

Auto Download Images from Google in Bulk using Python and Tkinter.

Downloading images is the most common activity that everyone does. Here, we will download images from google by simply giving the title of the image and the number of images you want to download

Number Patterns using C++

There are 5 separate codes in this project: 1) Normal pyramid using numbers 2) Half pyramid using numbers 3) Inverted half pyramid using numbers 4) Pascal's triangle 5) Floyd's triangle

Union of Two Linked Lists using Merge Sort in C++

We traverse given two linked list and return a sorted list which contains all the elements from first and second linked list only once.

Scientific Calculator using Python Tkinter

GUI based scientific calculator capable of performing a variety of mathematical functions

Password Manager using Java GUI

This application is called Password Manager which protect users' passwords by using a master password or a security login page. The passwords list will be stored in the form of arrays.

Panel Transition using Java Swing

This project utilizes a survey form to showcase the JPanel transition without changing the JFrame, designed using Java GUI.

Caesar Cipher using Java

Given a string and a shift value, in this project the string is encoded or decoded as per user's choice by the shift value, using Java.

Sorting Operations in header algorithm in C++

The Packet explains the sorting operations defined in the header algorithm with an example of each to have a better understanding.