NOTE: This is a question I found on StackOverflow which I’ve archived here, because the answer is so effing phenomenal.
If you are not into long explanations, see [Paolo Bergantino’s answer][2].
| import glob | |
| import os | |
| import sys | |
| from os import path | |
| from os.path import expanduser | |
| # CLion Activator v1.2 | |
| # By congard | |
| # https://github.com/congard | |
| # http://congard.pp.ua/support-me |
NOTE: This is a question I found on StackOverflow which I’ve archived here, because the answer is so effing phenomenal.
If you are not into long explanations, see [Paolo Bergantino’s answer][2].