Coders Packet

Listing of packets of source code submitted by coders

PDF Invoice Generating Application Using Java

In todays busy world it is very difficult to generate offline invoice for heavy quantity of products and takes lots of time. This application ease everything.

Digital Clock using Java

A digital clock showing day, date, and time with a beautiful dark theme. To make the digital clock we have to use the thread and graphics classes and swing and awt packages.

Bracket Balancing In Java

This famous coding interview project explains how to balance a string of brackets in Java using stack

Basic ChatBot using NLTK in Python

This project aims to build a basic chatbot in Python using NLTK. It's a simple bot but a great way for one to understand NLP.

Predicting Hand-Written Digits in Python Using Keras

In this project, we are going to predict handwritten digits in Python using Keras deep learning API. We'll be importing the mnist dataset from Keras.

Different Patterns implementation using C++

Different Patterns implementation using C++. There are various patterns of implementation using C++. I have created Rhombus, zigzag & various other patterns.

BarCode operator using Java

sometimes its better to convert big String into small pictures for protecting it from direct readability. this project deals with the same, converts it into barcode.

Voice Assistance app using Java

This project is based on voice assistance and works like "ALEXA","SIRI" for small tasks.

Qrcode operator using Java

project is all about operations like generating and reading qrcode via image format such as jpeg, png, jpg.

Find uncommon charcaters in C++

Find the uncommon chatacters between two strings given by the user by using the loop concept in C++

Text Editor using Swing

A simple text editor with features such as multi-tabbed editing, changing fonts, sizes and colors of text; cut, copy and paste options and more

Simple Photo Editor using Swing

A simple photo editor desktop app that is able to open an image file, apply filters on it, and save a copy of the filtered image. Only two filters are available, i.e., grayscale and sepia