Coders Packet

Listing of packets of source code submitted by coders

Encryption and Decryption of a key using RSA algorithm

RSA algorithm is all about encryption and decryption and type of asymmetric algorithm in which the Public key is given to everyone and the Private key is kept private.

Program in Python to Find whether you are Dog person, Cat person, or a Bipetual.

This a simple Python program using an if-else statement. Users can try this for fun if they are curious to know about them.

Resume builder maker using Java Swing, AWT and File Handling in Java

In this Java tutorial, we are going to develop a Resume Builder Maker. This project uses some Java swing functionalities to provide GUI and File Handling to store username and password.

Downloading image from URL in Java

In this module, you can download the image by entering the URL of the image at the specified location.

Data Visualization in Java

Data visualization looks to introduce data in a succinct, yet intelligible structure, and its tools provide an accessible way to enhance and understand trends, outliers, and patterns in data.

Error Detection in Java

Detection of errors brought about by clamor or different weaknesses during transmission from the transmitter to the beneficiary.

Career Guidance Application using Kotlin and XML

A CAREER GUIDANCE android mobile application named CAREERISMA providing career guidance to our new generation students.

Simple Interest Calculator using Java

This is simple basic calculator use in solving simple interest problem. It is devloped using Java programming language.

Java Quiz using Java

This Project has 4 class file which are interconnected Quiz :- it is a home page Rules :-It display the rules of the quiz Mind:- it has Quiz Question Score :- it display score of the user

Binary search using Python

The goal of binary search is to search whether a given number is present in the string or not. First, check whether it is present in the middle or not then check for front and rear using Python.

Number system conversion in C++

In this C++ code, we can convert the given number from- 1) binary to hexadecimal 2) decimal to octal 3) decimal to hexadecimal 4) octal to binary

Calculator Using Python

A calculator application is developed using Python GUI which performs all calculator functions.