Spreadsheet highlight common cell values between two columns
Scenario Suppose we are having two columns in a spreadsheet and we are trying to find the common values between…
Technology, News , Entertainment and More stuff
Scenario Suppose we are having two columns in a spreadsheet and we are trying to find the common values between…
GMEET from Google has been a great tool for online meetings. Most of the options in its User Interface are…
Rendering strings containing HTML entities would require special attention as browser can only understand HTML tags and are formatted according…
Initially, the prerequisite for downloading a simple text file in javascript requires FileSaver.js. This can be downloaded from here. Next…
This simple perl script does the job of sort -u (of course not in windows) Script: 1 2…
Linux has many commands that are useful to process/analyze a file. In this post I would just explain a simple…