This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // load call | |
| $(window).on('load', function() { | |
| //active loading | |
| //loadout | |
| $('#preloader').fadeOut(); | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # The definitive guide to setup my Python workspace | |
| # Author: Henrique Bastos <[email protected]> | |
| # Updated: 2022-07-14 for reference. | |
| PY3=3.10.4 | |
| PY3TOOLS="youtube-dl s3cmd fabric pytest poetry requests" | |
| VENVS=~/.ve | |
| PROJS=~/workspace |