See this repo, which makes this much simpler:
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
blueprint: | |
name: Connect lights | |
description: Turn lights on or off based on another light's state changes | |
domain: automation | |
input: | |
target_lights: | |
name: Lights | |
description: The lights to sync | |
selector: | |
entity: |
- Vídeo da palestra (em breve)
- Slides da palestra (em breve)
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
{ | |
"id": "09f5f8d4-a20b-4cb0-9a1e-25e68640a49e", | |
"name": "My Visual Studio extensions", | |
"description": "A collection of my Visual Studio extensions", | |
"version": "1.0", | |
"extensions": [ | |
{ | |
"name": ".NET Upgrade Assistant", | |
"vsixId": "Microsoft.NET.UpgradeAssistant", | |
"moreInfoUrl": "https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.upgradeassistant", |
- Vídeo da palestra (em breve)
- Slides da palestra (em breve)
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
use regex::Regex; | |
// 1 | |
// fn validar_cpf(cpf: &str) -> bool { | |
// let re = Regex::new(r"^(?!000\.000\.000\-00|111\.111\.111\-11|222\.222\.222\-22|333\.333\.333\-33|444\.444\.444\-44|555\.555\.555\-55|666\.666\.666\-66|777\.777\.777\-77|888\.888\.888\-88|999\.999\.999\-99)\d{3}\.\d{3}\.\d{3}\-\d{2}$").unwrap(); | |
// let mut cpf_sem_pontos = cpf.replace(".", "").replace("-", ""); | |
// if !re.is_match(cpf) { | |
// return false; | |
// } | |
// let mut digito1: u32 = 0; |
You need to access from the smartphone for the links to work.
- Vídeo da palestra (em breve)
- Slides da palestra (em breve)
- Overall planning: Themes of .NET
- .NET 7 (missing docs)
- ASP.NET Core 7 What's new
- EF 7 - What's new
- C# 11
- Vídeo da palestra (em breve)
- Slides da palestra
NewerOlder