Code Packets
Browse all published coding projects
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.
Print the Pyramid pattern in Java programming
Hello Coders, In this Java tutorial we are going to solve the Pyramid triangle pattern using the concept of nested for loop.
Online Banking Application in Java
This package is about the Online Banking Application using Java Programming. This is a very basic programming package written in Java that can be used for simple banking applications.
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.
Quick Sort & Wave Sort in C++
A sorting algorithm is used to rearrange the array according to the user requirements, such as ascending or descending order or even the wave form.
Pie Chart in Python
Pie Chart program written in python using matplot and numpy library. This program print the pie chart using these library. It can be increase and decrease by the length of the array.
Kadane's algorithm in C++
It is an algorithm that is to find maximum subarray problems. It is based on dynamic programming.
Desktop Notification using Python and PyQt5
The notification application allows users to set reminders at regular intervals of time desired by the user.
Bracket Balancing In Java
This famous coding interview project explains how to balance a string of brackets in Java using stack
Number guessing game in C++
It is an interesting game in which we have to guess the number in a given range. If a person chooses right he won otherwise lose
Notepad using Python and Tkinter
NotePad allows user to Create, Update, Insert and Delete and Modify a file using Tkinter package of Python
Vaccine Slot Notifier Bot using Nodejs
Discord Bot that notifies you when vaccination slots are available for a particular district. It checks for slots every 10 seconds.