Identify Input Device Information in Android

To identify the information about the input device connected to Android platform, we can use “getevent” as … Read more

Yocto Compilation Steps - lynxbee

How Yocto build Software Package from source code ?

Yocto compiles everything from source code. Following are the stages Yocto following to prepare binaries / packages … Read more

Stat for file information

C program to read file properties using stat() function

Stat system call in Linux return information about a file, in the buffer pointed to by buf. … Read more

Stat for file information

C program to find file properties using stat() function

Stat() function in C is used to retrieve information about the file by accepting the filepath as … Read more

#ifndef in C

How to use #Ifndef directive in C program ?

#ifndef ( if not defined ) directive is used in C language for conditional execution of certain … Read more

Glab

How to use GLab – A GitLab Command Line Tool ?

GLab is an open source Gitlab Cli tool written in Go (golang) to help work seamlessly with … Read more

Create GitLab Project from Terminal

How to create GitLab project from Ubuntu Terminal ?

In continuation with the articles for using “GitLab” , In this post, we will demonstrate how to … Read more

Push Your Project to GitLab

How to Push your Project to GitLab ?

Once we have created the project as mentioned “Getting started for First Project with GitLab” and added … Read more

Noise_Cancellation_OBS_Studio

How to remove background noise in OBS Studio ?

By default, when we start OBS studio application for the first time and starts recording, it also … Read more

C pre-processor error

Fixed : error: #elif with no expression

When we want to make a compile time decisions to enable some code and disable other, #ifdef … Read more