This file contains 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
alert("io") |
This file contains 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
# Create keys | |
cd .ssh/ | |
# Generate SSH key for each GitHub account | |
ssh-keygen -t rsa -C "[email protected]" | |
ssh-keygen -t rsa -C "[email protected]" | |
~/.ssh/id_rsa_personal | |
~/.ssh/id_rsa_work |
This file contains 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
#!/usr/bin/env python | |
""" | |
title: Calculate Multple of numbers | |
author: Alison Aguiar | |
date: 15/12/2021 | |
version: 1.0 | |
python version: 3.8.3 | |
usage:python calculate_multiple.py | |
description: program that prints the numbers from 1 to 200 (included). |
This file contains 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
{ | |
"fromEmail": "[email protected]", | |
"fromName": "Tatiana - Gclaims", | |
"subject": "Teste de Envio de Email 2", | |
"content": "\n <!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"><html xmlns=\"http://www.w3.org/1999/xhtml\"><head> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"> <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\"/> <link href=\"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap\" rel=\"stylesheet\"/> <style type=\"text/css\"> /* Stop WebKit from changing text sizes */ *{font-family: 'DM Sans', sans-serif;}body, table, td, a{-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}body{height: 100% !important; margin: 0 !important; padding: 0 !important; width: 100% !important; /* background: url('data:image/svg+xml;base64,PHN2ZyB3 |
This file contains 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
keys = ['Empresa', 'Razão Social', 'Situação Registro', 'Situação Emissor', 'Segmento de Listagem', 'Atividade', 'Ação', 'Data Cotação', 'Tipo de Ação', 'Último Fechamento', 'Fator de Cotação', 'Volume Financeiro', 'Último Demonstrativo', 'Setor', 'Subsetor', 'Segmento', 'Part. Índices', 'Preço/Lucro', 'Preço/VPA', 'Preço/Receita Líquida', 'Preço/FCO', 'Preço/FCF', 'Preço/Ativo Total', 'Preço/EBIT', 'Preço/Capital Giro', 'Preço/NCAV', 'EV/EBIT', 'EV/EBITDA', 'EV/Receita Líquida', 'EV/FCO', 'EV/FCF', 'EV/Ativo Total', 'Receita Líquida', 'Resultado Bruto', 'EBIT', 'Depre/Amort', 'EBITDA', 'Lucro Líquido', 'Menor Preço 52 sem.', 'Maior Preço 52 sem.', 'Variação 2020', 'Variação 1 ano', 'Variação 2 anos (total)', 'Variação 2 anos (anual)', 'Variação 3 anos (total)', 'Variação 3 anos (anual)', 'Variação 4 anos (total)', 'Variação 4 anos (anual)', 'Variação 5 anos (total)', 'Variação 5 anos (anual)', 'Volume Diário Médio (3 meses)', 'Retorno s/ Capital Tangível', 'Retorno s/ Capital Investido', 'Retorno s/ Patrimôn |