Useful reading: C++ Core Guidelines
http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
Shell with Python syntax
Always was surprised with weird shell syntax variations, was it bash with weird “if [-d …] ” block or cmd...
Mac: how to run an app:
…if you’re developer: https://stackoverflow.com/questions/52415694/ios-12-ipad-denied-launch-request-xcode/52584195#52584195
Git: how to push
Seemingly simple thing, but causes so many problems: how to push into _current_ branch, without specific name. https://stackoverflow.com/questions/14031970/git-push-current-branch-shortcut https://stackoverflow.com/questions/948354/default-behavior-of-git-push-without-a-branch-specified So,...
How to update forked Github repo:
https://stackoverflow.com/questions/20984802/how-can-i-keep-my-fork-in-sync-without-adding-a-separate-remote/21131381#21131381 Compare -> Switch base -> Create Pull request -> Merge request.
Maya jTools
Maya jTools is a collection of various Maya tools and scripts written over the years.When amount of tools started to...
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.
RView: Maya intelligent render view chooser
Problem with the current Maya “Render Image” and “IPR” buttons is that they’re bound to an old Maya Render View,...