Error Handling in C programs using errno, perror and strerror

The perror() function produces a message on standard error describing the last error encountered during a call … Read more

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

Url for RSS

Free tool to automate social media updates from website

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

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

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

yocto : create a meta layer by manual procedure

In our another post “Create meta layer using yocto scripts” we seen how you can automatically create … Read more