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
require 'nokogiri' | |
require 'open-uri' | |
# Get a Nokogiri::HTML:Document for the page we're interested in... | |
doc = Nokogiri::HTML(open('http://www.google.com/search?q=tenderlove')) | |
# Do funky things with it using Nokogiri::XML::Node methods... | |
#### |
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
# update system | |
sudo dnf -y update | |
# dnf plugin core, docker etc... | |
sudo dnf -y install dnf-plugins-core | |
sudo dnf config-manager \ | |
--add-repo \ |
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
## Política de Privacidade do Aplicativo Serene | |
**1. Introdução** | |
O aplicativo Serene ("Aplicativo") é um aplicativo Android desenvolvido por [Nome do Desenvolvedor] ("Desenvolvedor"). Esta Política de Privacidade descreve como coletamos, usamos, armazenamos e compartilhamos suas informações pessoais quando você usa o Aplicativo. | |
**2. Quais informações coletamos?** | |
Coletamos as seguintes informações sobre você: |
OlderNewer