Posts in category: posts
Updated: The post-checkout hook the hook code below is intended to run only when changing branches, but it is invoked also when retrieving files from the index and rebasing. Thus these two cases need to be addressed in the code. See more details below. Often when working on experimental Git …
Updated: After receiving feedback on this post, I updated this post by adding at the end a similar map but using the driving times, rather than the Euclidean distances. Interactive maps: Minimum linear distance to a Costco and Minimum driving time to a Costco Once clarified the different meanings of …
After many tries, I finally found a good set of steps to install Adobe Acrobat Reader DC in my Linux computer. Status Features ✅ Form filling ✅ Comment tools ✅ Sticky notes ✅ Printing ❌ Signature Setup Arch Linux (up to May 2022)* Wine-stable 7.0 *The same configuration for Wine, winetricks and fonts should …
Updated: The content of this post was featured in MTL Blog, and prompted an exciting discussion on r/montreal. Lastly, check this awesome video to know more on why it's important to know the terms that Montreal can make reference, as they can be used to mislead in important socioeconomic …
Based on icon made by Freepik from www.flaticon.com Good code commenting, including good syntax and spelling, is an important feature to assure the high quality of code documentation, which in turn, is vital in development of scientific open-source software. Poor spelling is not only unprofessional, it can create …
In contrast to Matlab for Windows and macOS, Matlab for Linux does not automatically make the associations with its related files .m, .mat, and .fig. This post describes the how to do the association, it includes: 1. defining MIME types, 2. setting icons, and 3. creating desktop entries (.desktop files …