C program to print Hex values of characters in string

Following program prints the hexadecimal values of all the characters in any string. Currently we have used … Read more

How to avoid zombie process in Linux ?

Zombie process is the process which dies/finishes immediately and whose parent didn’t cares to handle the status … Read more

How to create process in Linux using fork system call ?

Below is simple process creation program using fork system call, fork return child’s process Id in main/parent … Read more

How to use Valgrind to find memory leaks ?

Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically … Read more

How to add Android Share dialog to website using Web Share API ?

In Chrome 61 for Android, google has launched the navigator.share() method, which allows websites to invoke the … Read more

Free AMP Themes for WordPress and How to setup AMP theme ?

amp-theme3.png

As we have seen in our another post “How to setup Accelerated Mobile Pages (AMP) for WordPress” … Read more

XML file which can be used for rss feed for website

If you want to create a Email subscription using google Feedburner, we will need to have rss.xml … Read more

How to add Google Translate to your website ?

Google Translate

If your website is serving to the multiple linguistic users, at some point of time you will … Read more