Finally, a continuation of Depends.exe
https://github.com/lucasg/Dependencies Newer version of old depends.exe that actually works. What a relief when debugging those “ModuleNotFound” messages. And full article...
Nice CMake tutorial:
https://hsf-training.github.io/hsf-training-cmake-webpage/ First time I see a graph of private/public/interface relationships.Useful stuff.
Win10 strace:
https://jarekprzygodzki.dev/post/notes-and-thoughts-on-strace-for-windows/ Good collection of more or less modern tools for deep system inspection. Indispensable stuff.
C++ GUI without Qt:
Interesting article on fast and light-weight C++ cross-platform GUI without Qt. Pretty interesting stuff for small cute apps.
Useful reading: C++ Core Guidelines
http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
Time to write a proper shell:
https://brennan.io/2015/01/16/write-a-shell-in-c/ Will need something like this for AWS tool.
Maya plug-ins
I’ve created a number of Maya plug-ins over the years: some of them for specific projects, some as a personal...
AWS S3 bucket tool / Python3 module
So, recently I started to look into Vcpkg ports and found that they have AWS S3 APIs, so why not...
Video player on FFMpeg:
http://dranger.com/ffmpeg/ffmpeg.htmlhttps://habr.com/en/company/edison/blog/500402/