How to add JavaFX Charts / Graphs : Tutorial
JavaFX provides a powerful set of Charts/Graphs that can be added very easily to your programs. Frankly, It is even easier than adding a...
Text Editor in Java with Source Code
Today, I am going to make a Text Editor program using our Java. Yeah, Like notepad. I want to add some basic functionalities like...
Find Perfect Domain Name with Domain Suggestion Tools
We all like to have a short yet meaningful domain names for our website or blog. But searching for available domains on GoDaddy or...
Making Calculator in JavaFX (with Source Code)
JavaFX is a wonderful improvement to Java programming language. It includes a wide number of new user interface controls and the ability to add...
Directory / Folder Indexing Program Using Java
I thought it will be cool if I can make a program that scans some pen drive or hard disk connected to my PC...
Java File Explorer program with Source Code
Let’s develop a basic file explorer using java. Java’s FILE class from java.io package provides simple way to represent both files and directories. That...
Install The Best Android Emulator For Ubuntu / Linux
When we consider android emulators, the first option is Google’s default Android Emulator available in the android-sdk. But on a normal computer (in my...
Install NetBeans with Oracle JDK in Ubuntu / Mint (Easy Way)
Programmers love to code in Linux. For me whether it is Android Studio or NetBeans, I used to get 2-3 times better speed in...
How to set WhatsApp Profile Pic as Contact Picture
It is always nice to see the picture of our loved ones when they call us. But downloading their photos and then setting them...
Malayalam Keyboard For PC ; Windows, Linux and Mac
     Malayalam keyboard for PC / Desktop is an On-screen Malayalam keyboard that built using java programming language and will work on Windows, Linux...
Easiest way to change Computer’s MAC Address in Windows
What is Actually the MAC Address?
According to Wikipedia,
A media access control address (MAC address), also called physical address, is a unique identifier assigned to...
QR Code – The Quick Response Codes
QR codes as the name suggests, are much quicker and efficient than our traditional 1 dimension Barcodes. It stores data by the arrangements of dots. For...
ASCII Code for Characters in C++ program Source Code
In this tutorial, I would like to post a visual c++ console application source for a program that displays ASCII values as a table....
GUI Simple Calculator Visual C++ Source : Windows Form Application
Today let’s work around a new interesting visual C++ (cpp) calculator with Graphical User Interface (Windows Form Application). I made this source as easier...
Energy – mass Converter program c++ (cpp) source
This is a Simple C++ code for a converter program that converts energy into mass according to the famous equation from greatest scientist Albert...
Sub shell Electron Configuration Calculator Cpp (C++) Source
There are 118 elements in our periodic table, which is the base of science. Each element has its own characteristic properties depending upon its...
Student Record C++(cpp) Source Code Windows Console Application
Let’s have a look at C++ source code for a student record program developed for windows console mode. You can test this code using...
Note – A Sticky Note application
Note is a simple text editor built .Net. This is the first application I built in my life. I built this for just getting...