Flexbox
Nice articles about how flexbox works. https://medium.freecodecamp.org/an-animated-guide-to-flexbox-d280cf6afc35 https://medium.freecodecamp.org/even-more-about-how-flexbox-works-explained-in-big-colorful-animated-gifs-a5a74812b053
Nice articles about how flexbox works. https://medium.freecodecamp.org/an-animated-guide-to-flexbox-d280cf6afc35 https://medium.freecodecamp.org/even-more-about-how-flexbox-works-explained-in-big-colorful-animated-gifs-a5a74812b053
https://www.grammarphobia.com/blog/2016/03/en-plural.html
You must never confuse faith that you will prevail in the end—which you can never afford to lose—with the discipline to confront the most brutal facts of your current reality, whatever they might be. -- James Stockdale Ref: https://en.wikipedia.org/wiki/James_Stockdale
This is how I do it for PyCharm Community Edition 2018.1 on osx. PyCharm -> Preferences -> Editor -> Code Style -> Visual guides I set it to 79 chars. Ref: https://stackoverflow.com/questions/17319422/how-do-i-set-the-maximum-line-length-in-pycharm https://stackoverflow.com/questions/15438326/python-pep-8-docstring-line-length
After some rebase, merge and git stash, sometimes I found myself in a bad git state, like a detached head state or in the middle of some messy conflict resolving, whatever that means. What to do? First question to ask yourself, can I afford to throw away my current changes? If the answer is yes, then there are many options. Here are a few: [code] rm -rf git_dir/ git clone https://some.git.clone.path [/code] ...
Hold on: to wait E.g. Hold on until mom is here. Hold off: to postpone, cancel, or stop an action E.g. He held off preparation for the business trip. Just to confuse you more… Hold off on: E.g. She decided to hold off on her vacation plan. Hold off from: E.g. He held off from entering the house. Ref: http://www.differencebetween.net/language/difference-between-hold-on-or-hold-off/ https://www.merriam-webster.com/dictionary/hold%20off%20on
https://www.ted.com/talks/alastair_gray_how_fake_handbags_fund_terrorism_and_organized_crime
This will come in handy someday. http://jalammar.github.io/visualizing-pandas-pivoting-and-reshaping/