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
Intro | |
E D E D A D G E | |
胸に染みる空の輝き | |
E A B E | |
Mune ni shimiru sora no kagayaki | |
今日も遠く眺め涙を流す | |
C#m B E C#m B E | |
Kyou mo tooku nagame namida wo nagasu |
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
Mozilla/5.0 (Linux; Android 11; SM-A307GT Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML like Gecko) Version/4.0 Chrome/91.0.4472.120 Mobile Safari/537.36 sdkSecurityKey_1 sdkUI_1 sdkTracking_1 sdkLogin_1 sdkGPS_1 sdkBCReader_1 sdkShare_1 sdkVirtualId_1 sdkInfoPush_1 BradV43 BradChequeV2 4.27.0 varejo PDF PagamentoQRCode smic ssoagora visualizarCompartilharAssinaturaMobile NewSDK AssinaturaMobileLogin encryptoOnNativeV1 BiaV2 BrakitV01 carteiraDigital OpenAppWithParams # appVersion:100010162 WalkthroughCustomization ZoomOn AppUnico sdkcontact |
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
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH="/Users/vitorpiovezam/.oh-my-zsh" | |
# Set name of the theme to load --- if set to "random", it will | |
# load a random theme each time oh-my-zsh is loaded, in which case, | |
# to know which specific one was loaded, run: echo $RANDOM_THEME | |
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes |
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
https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZDQzNTZjMmYtM2I1Ny00ODEyLWIwY2EtOWZiODNiOWUzNDAx%40thread.v2/0?context=%7b%22Tid%22%3a%2235595a02-4d6d-44ac-99e1-f9ab4cd872db%22%2c%22Oid%22%3a%2297a5cc36-5979-400f-b637-a84fd0a82d9d%22%2c%22IsBroadcastMeeting%22%3atrue%7d |
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
## Prefácio | |
Num blog de um entusiasta de testes eu li, "Better world by better software" 🤔<b> | |
Essa frase ficou na minha cabeça. | |
O mundo que vivemos pede cada vez mais agilidade, muitas empresas - na maior parte startups - tem a acelaração da informação como modelo de negócio. Seja com de processos bancários nas fintechs, centralização e extração de dados nas grandes plataformas ou análises de dados nos mais diversos segmentos. | |
Garantia de qualidade é uma das partes mais importantes na vida de um software, e hoje com com os processos agéis de desenvolvimento testes manuais são muito custosos e nem sempre assertivos. | |
Desenvolver testes automatizados é hoje quesito de sobrevivencia num mercado cada vez mais complexo e exigente, além de serem um diferencial para profissionais na área. |
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
plugins: [ | |
'hyper-dracula', | |
'hyperlinks', | |
'hyper-statusline', | |
'hypergoogle' | |
], |
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
sadas |
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
<a *ngIf="windowScrolled" (click)="scrollUp()"> | |
<span class="scroll-top"> | |
< | |
</span> | |
</a> | |
import { DOCUMENT } from '@angular/common'; | |
windowScrolled: boolean; | |
lamp = faLightbulb; |
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
using System; | |
public class FOO { | |
public static void Main() { | |
var category = new Category("Maquiagem"); | |
var product = new Product("Vareta", "[email protected]", category); | |
var categoryRepository = new CategoryRepository(); | |
var productRepository = new ProductRepository(); |
NewerOlder