There are currently many video sites in China, including Tencent Video, iQIYI, Youku, Bilibili, etc. These sites have many VIP videos that require payment. Recently, there have been a few dramas I wanted to watch.……
This article shows how to generate strong random passwords with Python and JavaScript, and explains why security-sensitive cases should prefer secrets or the browser Web Crypto API instead of ordinary random functions.……
This article shows how to run local dog-image prediction with a pretrained ResNet50 model, covering image preprocessing, model loading, prediction decoding, and the files needed for local inference.……
This guide shows how to use Prism.js for code highlighting in WordPress, including plugin installation, the correct Custom HTML block markup, and quick checks when highlighting does not appear.……
This article gives beginners a quick introduction to artificial neural networks through basic concepts, a house-price prediction example, and a simple overview of common AI application scenarios.……
This article shows how to use Python and requests to recursively download all files and subdirectories from a directory index page, which is useful for simple website backups or directory mirroring.……
This guide shows how to use Python and Pillow to convert JPG, JPEG, and PNG images to WebP, including single-image conversion, batch conversion, and a small compatibility note for newer Pillow versions.……
This article records a legacy Ubuntu 18.04 TensorFlow GPU setup based on Anaconda, CUDA, and cuDNN, with extra notes on version compatibility and quick checks after installation.……
Because I like watching American TV shows, and the subtitle group’s resources update very quickly, and I have written many scrapy spiders, and I also maintain a small movie site for friends to download, I wondered if I could use a script to realize daily updates and crawling of subtitle group movie resources.……
I recently discovered a very interesting Python drawing library called Turtle. Here, I’ll briefly explain the idea behind using the Turtle library to draw a circle with squares.……