Coders Packet

Listing of packets of source code submitted by coders

PDF Compressor Using API in Python

PDF Compressors is a PDF reducer is designed for resizing large PDF document and optimize the texts and images it contains.this project is in Python

A Java program to check whether a given string is palindrome or not for a given condition

satisfying a given condition and checking whether a given condition is palindrome or not in Java language

A Java program of Reversal method to right rotate an array by given number of elements

This is a Java code which uses reversal algorithm to rotate an array right. we input the size of array then we take a integer by which we have to rotate the array.

ATM Application using Java

ATM Application using Java is a simple application in which we have all the features of a regular ATM machine.

Image Gallery using ReactJS

Simple and Interactive React Image Gallery built on top of React using firebase, which can be used in React projects.

Read data from Google sheets into an Android app in Java

This project reads data from google sheets in from of json object and data can be displayed and modified.

Changing Wallpapers on Android app using Java

This app changes the wallpaper of the display screen after a time interval. The classes used are Drawable, Timer, and WallpaperManager.

Book management system using C++

This is a C++ packet for book management in a library. It can save, delete or search details of all the books.

Student result report card Management system using C++

In this packet, I've used input/output streams and the file management system of C++. Our program collects student details like name, roll number, marks in each subject, and calculates grade.

Gas service system using C++

In this project, I have created a GAS service system you can create your new account and book gas.

Online Pizza Ordering Application Using Java

Hi, In this packet, we are going to build a code for the Pizza Ordering system using Java.

Java Program to Group Anagrams

Given an array of strings strs, group the anagrams together. You can return the answer in any order.