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. It will be helpful in basic programming to detect the...

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 4GB Ram, Core i3 3rd Gen Processor Laptop) it takes around...

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 cascade style sheets (CSS), Animations etc. Today, Let’s see how...

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 as possible. You can compile the source by downloading the...

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 and Mac operating systems. Malayalam Keyboard for PC      In the Unicode...

JavaFX : How to implement Drag and Drop

Drag and drop allows data transfer between various components in your javafx application. It allows transferring data in between your internal nodes or between two applications. A drag-and-drop gesture happens as follows: The user click...

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 Opening a file, Saving a file and option to change...

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 means, the same class can represent both files and directories. This...

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 electronic configuration. So finding electronic configuration of elements is very...

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 Table in JavaFX. Graphical charts are available in the javafx.scene.chart...

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 Microsoft visual C++ compiler without any issues. I believe this...

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 my Mint than in Windows. However, installing JDK offline in...

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 Einstein. E= MC2 Input energy in MeV( Mega electron volt), GeV(...

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 in order find out how many images,videos or documents are...

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 network interfaces for communications on the physical network segment. MAC...

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 technical reference, visit the Wikipedia page which explains it beautifully. Let's see, how to...

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 Big Rock is very time consuming and frustrating. In my...

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 familiarized with .Net. This is a lightweight application that can...