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 …
Situation: The setup is the following: my laptop has dual-boot setup with Linux and Windows, and a disk (NTFS) is shared between systems. I wanted to have a directory for a Git repository (in the shared disk) in such a way that: It is possible to pull and push from …
Scenario You have a Bluetooth (BT) Device (headphones, keyboard, mouse, etc.) with MAC address XX:XX:XX:XX:XX:XX, and you want to use this BT device in a dual OS PC (in this case Linux and Windows), which as a BT Adapter with MAC address YY:YY:YY …
Congratulations! It's amazing that you're thinking into contributing to an open-source project. Contributions usually include: 🪲 Solving bugs ⭐ Development of new features 🗎 Improve documentation etc. Although the task seems intimidating, it can be broken into some simple steps. First of all, check if the project you want to contribute to has …