Add variable to PATH (Windows) less than 1 minute read New batch file created in order to add variable to PATH fast, easily and wihtout creating duplicates :) Have a look here Share on X Facebook LinkedIn Bluesky Previous Next
Set up Barrier windows to windows (installed with scoop) less than 1 minute read Set up Barrier windows to windows (installed with scoop)
Compare 2 files and get the output colored from icdiff in html less than 1 minute read I already posted the icdiff tool to compare 2 files.
Fix chrome to open http or local link, file in a new tab when you use scoop less than 1 minute read Open chrome Use process explorer with the target to find which exe it is and check the path - Should be something like this : - “C:\Users\u...
Html table with images to xlsx with python 1 minute read How to convert a html table with images to xlsx with those images included. Here you have to adapt your code with input output (here info.html and info.xlsx).