Arrays in Go language with Simple example

The below program initialises a static array of 7 elements and prints the values of each element … Read more

Free tool to automate social media updates from website

Url for RSS

If you ever published any new post on to your blog / website, and are using rss … Read more

Generate rss feed compatible xml using unique URL’s of a website

Url for RSS

If you ever published any new post on to your blog / website, and are using rss … Read more

Creating Sendy compatible csv to import list of emails

Sendy is a self hosted email newsletter application that lets you send trackable emails via Amazon Simple Email … Read more

Remove invalid, unsubscribed and bounced emails from Email List

This post describes how you can use a shell script for removed mistyped or invalid emails from … Read more

UDP DatagramSocket Socket programming in JAVA (Client, Server Example )

In this post, we will write simple UDP Datagram client and server in JAVA language. The client … Read more

Socket Programming in JAVA – TCP client and server

As we have already seen, how to write UDP socket programs in JAVA, now we will write … Read more

Solved : java.net.BindException: Address already in use (Bind failed)

If you are working with TCP / UDP sockets in JAVA, there is higher chances your might … Read more

Difference between static and dynamic library linking

Lets write a simple helloworld program and using which we will try to understand the difference between … Read more

How to create Shared Library in Linux ?

If you want to create static library visit our another article “How to Create Static Library in … Read more