BOBOBK

Using Python to Get Real Video URLs from VIP Parsing Sites

MISCELLANEOUS
Using Python to Get Real Video URLs from VIP Parsing Sites

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.

Python Random Strong Password Generator

MISCELLANEOUS
Python Random Strong Password Generator

Due to security needs, it is recommended that users use different strong passwords on different websites. Setting a strong password every time can be troublesome, so here we write a small Python program to generate strong passwords. In the future, just visit the following website and copy-paste the password.

Kaggle Local Dog Breed Recognition

TECHNOLOGY
Kaggle Local Dog Breed Recognition

After setting up the deep learning environment, the first thing is to try if it works. The simplest way is to use a pretrained model to predict new samples.

How to Use Prism for Code Highlighting in WordPress

MISCELLANEOUS
How to Use Prism for Code Highlighting in WordPress

I've always admired the code blocks on CSDN for their language-specific highlighting and beautiful rendering. This made me wonder if I could achieve a similar effect on WordPress. Here, I'll detail my process of setting up code rendering in WordPress.

Google Advertisement

Introduction to Artificial Neural Networks

TECHNOLOGY
Introduction to Artificial Neural Networks

Artificial Neural Network (ANN), also called Neural Network (NN) or neural-like network, is a mathematical model that mimics the structure and function of biological neural networks. It consists of a large number of neurons connected for computation. In most cases, artificial neural networks can change their internal structure based on external information, making them adaptive systems, simply put, they have learning capabilities.

Recursively download files python

TECHNOLOGY
Recursively download files python

I want to back up my website recently, but the size of the file downloaded by PHP is limited, and I am too lazy to install FTP to download it. So I thought of temporarily setting up a secondary domain name site, and then using python (python3)'s requests library to directly download all the files and folders in the root directory of the website to achieve the purpose of backup.

Python Converts All Site Images to WebP Format

TECHNOLOGY
Python Converts All Site Images to WebP Format

WebP is an image file format developed by Google that provides both lossy and lossless compression. The WebP image format can significantly reduce file size while achieving the same image quality as the JPEG format, thereby significantly reducing the time it takes for image files to be sent over the network.

Setting up TensorFlow Deep Learning Server Environment

MISCELLANEOUS
Setting up TensorFlow Deep Learning Server Environment

The lab just got a new server configured with an NVIDIA 1080TI graphics card for deep learning. The first thing after setting up the machine was figuring out how to configure the TensorFlow deep learning environment. Here, I'll document my process of setting up the environment and the issues I encountered, hoping to help others with similar needs.

Google Advertisement

Using Tencent CDN and Cloudflare CDN Services Simultaneously

MISCELLANEOUS
Using Tencent CDN and Cloudflare CDN Services Simultaneously

For websites providing both Chinese and English services, balancing access speed for domestic and international users is very important.

scrapy crawl subtitle group today's updated movies - with source code

TECHNOLOGY
scrapy crawl subtitle group today's updated movies - with source code

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.

Drawing a Circle with Squares Using Turtle

TECHNOLOGY
Drawing a Circle with Squares Using Turtle

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.

Setting Python 3 as the Default Environment in Baota Panel

MISCELLANEOUS
Setting Python 3 as the Default Environment in Baota Panel

Baota Panel is a management panel that simplifies server administration via a web interface, boosting operational efficiency. It enables easy installation of essential web programs, website creation and management, FTP, database tools, a visual file manager, CPU, memory, and traffic monitoring charts, and scheduled tasks.