Last time I talked about how to use AWK (or, more probably the GNU AWK known as GAWK) to process text files. You might be thinking: why did I care? Hardware hackers don’t need text files, right? Maybe ...
Quite often, we need to identify a color on a web page or in an application, so that we can use it on our blogs or apps as well. In such a case, we need to make use of tools to identify the color ...