Coders Packet

Listing of packets of source code submitted by coders

Create a Figure in Computer Graphics using C++.

C++ language is used in this packet DDA line algorithm is used in this code. Turbro C++ is the compiler used

Singly Linked List in C++

We add new node at beginning and at end of a Linked List, find length of Linked List and search an element in it. We also delete a delete a node after a given position

RGB Stopwatch using HTML, CSS and JavaScript

Responsive without using any framework, RGB color animation with Pause, Play, Reset button.

Hospital Management System using C++

The hospital management system is a C++ program that is used to register patients for their specific problems.

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

Java Program to check if two words are Anagram or not

Hi, Today we are learning how to check if two words are anagram to each other or not.

Implementation of Sieve of Eratosthenes using C++

This packet consists of a C++ code based on the implementation of the Sieve of Eratosthenes.

Simple Chat using Java Networking

A simple chat application that enables the user to chat with his peer. It establishes good two-way communication between peers.

Check given number for Dasrium Number, Smith Numbers, Harshad Numbers using Java.

In this Java tutorial, we are going to check for various types of numbers in Java like Dasrium Number, Smith Numbers, Harshad Numbers, etc.

Printing all possible words of wordament game or Microsoft Ultimate Word Games in C++

In this project, I have printed all the possible words of Microsoft Ultimate Word Games which are also known as Wordament.

GPA calculator using Java Servlets and JSP

This project is all about taking marks secured by a student as input and calculate GPA(Grade Point Average) using Java Servlets and JSP.

Get the file type from file name in Java

In this module, we will learn how to get file type/extension from the file name in Java.