Face Detection, because… yesIn the past few years, face recognition owned significant consideration and appreciated as one of the most promising applications in the…Dec 2, 2020Dec 2, 2020
Postmortem that, allWhile testing the systemd startup script of a gunicorn application on a peer’s virtual server, I entered shutdown now on the command line…Feb 24, 2020Feb 24, 2020
the Internet of Things (IoT)The Internet of Things (IoT) refers to the use of intelligently connected devices and systems to leverage data gathered by embedded…Nov 27, 2019Nov 27, 2019
Difference between Static and Dynamic librariesIn programming, a library is a collection of pre-compiled pieces of code that can be reused in a program. Libraries simplify life for…Sep 17, 2019Sep 17, 2019
What (“WTF”) happens when you type ls -l in the shellThe shell is a program that takes keyboard commands and passes them to the operating system to carry out. Almost all Linux distributions…Aug 22, 2019Aug 22, 2019
How is an integer value stored in the memory in C…?All these three data types int, signed int and float, 32 bits are allocated in memory.Aug 9, 2019Aug 9, 2019