Author: ACMer
Delphi 10.2 Tokyo (Godzilla) is still months away (expected in 2017), however, I am lucky to get the preview build and have some fun with it. Delphi Tokyo Target …
There was a time that a bug was assigned to me saying that my module was slow as hell. I did profile my module (Delphi Native Win32 DLL Module) …
About 2 months ago, I have created an online tool https://weibomiaopai.com that helps to analyse the real video URL behind some popular video resources e.g. youtube, tumblr, instagram etc. …
Instagram contains selfie videos besides photos. If you examine the HTML source code of Instagram video page. You will find that video URLs are actually stored in the meta …
OpenMP (www.openmp.org) makes writing the Multithreading code in C/C++ so easy. OpenMP is cross-platform can normally ben seen as an extenstion to the C/C++, Fortran Compiler i.e. OpenMP hooks …