Take a Look
CLion develops Qt program
In order to use CLion to develop Qt programs, you must have a Qt compiler. Then let's download Qt first. It's...
PlatformIO automatically generates ESP32S3 full firmware (separately burned binfile)
ESP32S3 firmware burning address is actually on when we automatically upload firmware with PlatformIO Upload...
XYCTF2025 Signin Writeup
The title gave the source code: # -*- encoding: utf-8 -*- '''@...
XYCTF2025 fate writeup
Topic Content: There are not many opportunities to change one's fate in one's life. Here is the source code: app.py #! /usr/bin/env...
SDG Optimizer in pytorch (torch.optim.SDG)
About torch.optim in the pytorch, the torch.optim file contains many optimizers, as shown in the following figure...