What is JSON and Understanding JSON syntax with simple example
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and … Read more
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and … Read more
Have you ever seen, for some websites we seen a search box appearing inside google search results … Read more
SSMTP is a program which delivers email from a local computer to a configured mailhost (mailhub). It … Read more
The pthread_self() function returns the ID of the calling thread. This is the same value that is returned … Read more
Following is the program which details the simple memory layout of the c program. As we can … Read more
The following kernel module calls emergency_restart function from linux kernel to reboot the device / platform. This … Read more
To identify which all devices are connected to your Router in Wireless network, we can use nmap … Read more
.bss segment .data segment The .data segment contains any global or static variables which have a pre-defined … Read more
Following simple driver code shows, how to add a new class with name “hello_as_class” can be added … Read more
Recently on our website which uses openclassifieds scripts for classifieds, we started getting following errors, When we … Read more