Skip to content

Instantly share code, notes, and snippets.

View rodrigoddc's full-sized avatar
💻
Working from home

Rodrigo Delfino de Carvalho rodrigoddc

💻
Working from home
View GitHub Profile
@rodrigoddc
rodrigoddc / preload.js
Last active June 3, 2020 18:50
Preload de carregamento
// load call
$(window).on('load', function() {
//active loading
//loadout
$('#preloader').fadeOut();
});
@henriquebastos
henriquebastos / python-guide.sh
Last active March 27, 2023 19:23
The definitive guide to setup my Python workspace
# 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