Coders Packet

Listing of packets of source code submitted by coders

FIND ABSOLUTE DIFFERENCE BETWEEN MAIN AND ANTI DIAGONAL OF MATRIX USING PYTHON

In this tutorial, we will calculate the absolute difference between both diagonal using python

Python program to convert Celsius to Fahrenheit using Pool class of multiprocessing module

In this tutorial, we are going to convert Celsius to Fahrenheit using the pool class of multiprocessing module in python.

Python program to find square of the list using a pool class

In this tutorial, we will discuss what is Pool class used in multiprocessing library in python.

Banking and ATM Simulator System using Core Java

In this project I used pure core java concept like swing and AWT without any drag and drop. I used MySQL through XAMPP server for database.

Implementation of RSA algorithm and Caesar Cipher in C++

This C++ program is to encrypt as well as decrypt a string. In this program, two techniques of cryptography are used for encryption and decryption: 1. Caesar Cipher 2. RSA algorithm

weight on different planets in Java

In this Java project, One can check their weight on different planets, by entering the weight in kg.

A Virtual ATM in Java

A Virtual ATM Machine which has about all the functionalities of the Real ATM . Functionalities like quick cash , Cash withdrawl , Change pin etc is provided to the user

PYTHON PROJECT TO CREATE A DIGITAL CLOCK

This is a basic python project to create a digital clock GUI Application with 24-hour standard time format and refreshes for every 200ms and gives breif idea how to implement python project

Cryptography Project in Python using Tkinter

This packet gives us an idea of how to build a project which will convert your plain secret text to ciphertext and vice versa.

PYTHON QR (Quick Response) Code Generator

This packet gives us an idea of how to generate QR code in Python for given data/information such as URLs

Web Browser Using Java

web browser using javafx , java swing packages it is a simple and mini project on java language

How to use Dynamic Binding In Java

In this tutorial, we are learning how we can implement dynamic binding in our java program by the concept of method overriding.