-
Fixing CRC errors during copy on Windows – JFileRecovery, a very handy tool indeed!
by
So I was trying to move a large amount of files when I got this error: <<screen grab>> The problem (apart from having corrupted data) is that the files affected will NOT copy anywhere. So, since in my case I was trying to clear data off a hard drive, I would have no option but […]
-
how to get calc or xls spreadsheet data into js query
by
use google -sheets make app to add JSON export (see tabs!!)
-
Get ALL Youtube channel info
by
python script: https://github.com/amdonatusprince/youtube-channel-video-url-extractor/blob/master/main.py in cmd or powershell (in the directory where script it) run: python <<script>>.py.. change the channel url and target directory at top of script. (may need python on win 10), if so allow it to be installed. may need selenium (pip3 install selenium) see here: https://bobbyhadz.com/blog/python-no-module-named-selenium may need bs4 module (beautiful soup). […]
-
generate random values that don’t repeat with js
by
e.g. random background shift
-
How to make an array of objects and use the data
by
-
Youtube external link thumbnails
by
css/html styling, links in new tab
-
How to convert JSON to javascript
by
convert syntax call as .js in head script
-
How to add custom JavaScript to WordPress (Like a boss!)
by
Without plugin:
-
Sample Episode
by
-
How to enable brotli on Apache2 server with gzip fallback
by
Lighthouse report performance report says: “Enable text compression” This introduced me to brotli, a compression algorithm for (static) assets, supported by most major browsers but significantly not Internet Explorer or Safari As far as apache2 server is concerned, stream compression with brotli is not supported (yet), so I intended to compress static assets on my […]