Category: tools / utilities
At the end of last year, I started preparing for Microsoft certifications. Initially, I created a prompt that worked really well, but having to copy and paste it every …
When I was travelling to China, the most annoying thing is accessing foreign websites: Gmail, YouTube videos, etc. In mainland China, “using a VPN” is illegal, but it seems …
The DirectX Diagnostic Tool (dxdiag) is a built-in utility in Windows that provides detailed information about a computer’s hardware components and DirectX settings, which are essential for running multimedia …
The MOV video files are generally huge compare to MP4/MPEG. When taking a video using smart phones such as iphone 12 Pro Max, you get the MOV videos. Then …
On command line, we want to reverse the parameters, we can compile the following C program to produce a exectuable. #include <stdio.h> #include <string.h> void reverse(char *buf, int i, …