Coders Packet

Listing of packets of source code submitted by coders

Bank Application in Java

This code is designed to fulfill the basic needs of any Bank like checking balance, depositing the amount, withdrawal amount, and transaction history.

Age Calculator using Java

This code is used to find the current age including weeks and days using SimpleDateFormat class.

BitMasking basic operations in Java

This code is useful for performing basic operations like clearing ith bit, setting ith bit, and finding ith bit using BitMasking Techniques.

Authentication with Firebase in Android Studio using a Phone Number in Java

The project is for the development of an mobile phone SMS OTP based authentication android app using Java. In this project I use FirebaseUI for the authentication.

Card Number Detailer using C++

This packet is a C++ program to depict a card number. It will validate the card number and will categorize it.

Basic calculator using C++

This packet is a basic calculator using c++. This calculator performs operations such as addition, subtraction, division, and multiplication.

Notepad in Java

Notepad in Java is a text-editor which is built using Swing and Awt. It is very simple and basic project.

Artifact's(E-commercial Website) in Java

Artifact’s is an E-Marketplace where Tribals can sell and promote their attractive Handicrafts, Paintings, Clothes , Jewellery Items and many more. This platform is developed in Java.

Image Encryption/Decryption in Java

Image Encryption/Decryption is a desktop application to encrypt or decrypt an image using a pass key. This application is built in Java using Swing and Awt.

Python Calculator Using Tkinter Module

This is the Python source code for creating a simple Calculator using the tkinter module.

Number Game Using C++

The Number game has written in C++. This Number game tells the number in your mind using simple maths tricks.

Python Number To Word Converter Using num2words module

This is the python program for converting a number to word format using the num2words module. This program is used for banking application