Coders Packet

Listing of packets of source code submitted by coders

Mortgage Calculator in Java using standard Java Libraries

This is a Java program that calculates the monthly mortgage payment based on the user-entered principal, annual interest rate, and period in years.

LRU Cache implementation in c++

Least recently used caching scheme is a sort of algorithm in which the memory (cache) is given and the no. of pages a cache can hold is also given.

Trading Software in C++

It is a trading software that asks for the articles like Refrigerator ,washing machine and you want to purchase and in return gives you a bill including discount with present date.

Types of Dependency Injection in Spring Framework

Learn the three types of dependency injection that are present in Spring Framework with this code

Create a simple rest api using Spring boot

Here we will make a simple rest API that will return hard-coded messages using spring boot.

Simple Http Request Web Application using Spring Boot,JSP, Eclipse

This code helps you to make a simple Http Request Web Application using Java Spring Boot,JSP, Eclipse

Tic-Tac-Toe game in Java using 2-D Array and ArrayList

A Java-based tic-tac-toe game that runs on the command line interface. The game utilizes 2D arrays and ArrayLists to implement the game logic and provide an enjoyable gaming experience.

Task Management App HTML, CSS, JavaScript

This project involves creating a note-taking app with a sleek and modern button design. Upon clicking the button, a new note can be created and edited as needed.

Check Port Number in your system is unused or not using Java

Check whether the Port Number in your system is available for the new connection using Java

Delete empty files from a directory in Java

This code deletes all the empty files that are available in a particular directory using Java

Resize and Compress Images in HTML CSS & JavaScript

Resize and Compress Images in HTML CSS & JavaScript. It allows the user to resize as well as compress the image.

QR Code Generator in HTML CSS & JavaScript using QR Code API

QR Code Generator in HTML CSS & JavaScript. Codes are capable of storing lots of data, and users can easily access the information by scanning the QR code.