Code Packets
Browse all published coding projects
Radio Operator in Java
This project is all about creating a Radio Operator using Java AWT Checkbox and displaying the desired clicked option as a message.
Graph Data Structure using Java
This is a simple Java-based directed Graph Data Structure. It can be used in Google Maps for routes, network connections like LAN, and other network-based connections.
Union of Two Linked Lists using Merge Sort in C++
We traverse given two linked list and return a sorted list which contains all the elements from first and second linked list only once.
Singly Linked List in C++
We add new node at beginning and at end of a Linked List, find length of Linked List and search an element in it. We also delete a delete a node after a given position
BCD CONVERTER USING WRAPPER CLASS IN JAVA
In this article, we will learn some basic concepts of wrapper class by BCD Converter BCD Converter is used to convert one type of number system into another. Eg., Decimal to Binary etc.
Programming language JAVA Title: Registration Page
JAVA Registration Page Using Swing Controls & XAMPP Server Database. Create A Registration Page with Swing Controls & Store Information in the Database.
Number Patterns using C++
There are 5 separate codes in this project: 1) Normal pyramid using numbers 2) Half pyramid using numbers 3) Inverted half pyramid using numbers 4) Pascal's triangle 5) Floyd's triangle
ATM MACHINE USING JAVA
A Java Based program( ATM Machine ) implements if Statements, For loops, try-catch block, while loop, Scanner class, Switch Statement.
Notepad using Java
A ready-to-use attractive Notepad. To develop the notepad, thread, graphics classes and swing and AWT packages have been used.
Temperature Unit Converter GUI application using Java swing
In this module, I have created a temperature converter which helps in the conversion of various temperature scales.
Java Program to check if two words are Anagram or not
Hi, Today we are learning how to check if two words are anagram to each other or not.
Login Form Using Core Java
This project is about a login form made using core Java. In this project user will be asked to enter a name and password for login. A Welcome page will be displayed on successful login.