How to use slices ( like dynamic array ) in go language ?
An array has a fixed size. A slice, on the other hand, is a dynamically-sized, flexible view … Read more
An array has a fixed size. A slice, on the other hand, is a dynamically-sized, flexible view … Read more
The scandir() function scans the directory dirp, calling filter() on each directory entry. Entries for which filter() … Read more
In our last post “Creating AAR library for Android apps using Android Studio – Part 1” we … Read more
MediaMetadataRetriever class provides a unified interface for retrieving frame and meta data (such as Audio/Video duration if … Read more
Following shell script does, check if android application is installed find an apk path if android application … Read more
As we seen in previous post “Understanding Very Minimal C Program and its execution in Ubuntu Linux” … Read more
Signals are a limited form of inter-process communication (IPC), typically used in Unix, Unix-like, and other POSIX-compliant … Read more
The file mode, stored in the st_mode field of the file attributes, contains two kinds of information: … Read more
In this simple C program, we demonstrate how to use Remove System call from C to delete … Read more
As we have seen in “Configure yocto to download from local mirror to save bandwidth” one way … Read more
If you are trying to compile any network packet capturing related program, there are higher chances you … Read more
This posts provides the C program with UDP server, which listens on UDP Multicast group 239.255.255.250 and … Read more