We all like to have a short yet meaningful domain names for our website or blog. But searching for available…
Author: Muhammed Afsal Villan
Emulating Fingerprint in Android Emulator
Android Emulators are simply the best way to test our application during development or when we want to use apps…
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…
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…
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…
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…
Java Barcode Generator Program with Source Code
We deal with barcodes every day. Compared to QR codes or Quick Response codes, it is simple to generate, read…
How to Add Facebook Page Plugin to Your Website or Blog
Facebook is currently the best place to promote our websites. It is always a better idea to start a dedicated…
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…
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…
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…
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,…
Android App for Teachers with Source Code
In this post, I am going to introduce an android application for teachers. Android is the ideal platform for developing…
Temperature Monitor Prorgam using JavaFX
Today i am going to show you how to create a system temperature monitor program in JavaFX. This program use…
C++ Library Management Software with Source Code
Believe me, building a library management software in C++ is always a difficult thing. I have done library management software…
How to Create Barcodes as Batches (Bulk creation)
You can create barcodes for any alphanumeric combination using Zint Barcode Generator. Download Zint Barcode Studio From http://sourceforge.net/projects/zint/. It is available for both…
Library Assistant 4.0 – The Best Library Management Software For Free
Library Assistant is a free Java based simple library management software developed mainly for schools and colleges. Library Assistant 4.0 comes…
UNIX Shell Programming : grep,sed and awk
Contents :- grep:-Operation, grep Family, Searching for File Content. sed:-Scripts, Operation, Addresses, commands, Applications, grep and sed. awk:-Execution, Fields and…
C++ program to find the largest and second largest number present in an array
C++ program to find the largest and second-largest numbers present in an array along with their location index on the…
UNIX Shell Programming – Complete Turtorial : Part 1
Lecture Note : Unix Shell Programming Part 1 Topics :- Introduction to Unix – Architecture of Unix, Features of Unix…