Para manter a lista de comandos atualizados e aberto para contribuições, decidi migrar a lista para o meu repositório.
Acesse o novo repositório aqui
People
![]() :bowtie: |
😄 :smile: |
😆 :laughing: |
---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |
Quer deixar o seu seu bate-papo de texto do Discord com um sabor diferente? Você está com sorte, pois este é um Guia de Markdown para o nosso amado Discord!. O Discord usa o Markdown, um sistema simples de formatação de texto simples que ajudará você a destacar suas frases. Veja como fazer isso! Apenas adicione alguns caráteres antes e depois de texto desejado para mudar o estilo! Vou te mostrar alguns exemplos ...
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
function cpfMask(value) { | |
return value | |
.replace(/\D/g, "") | |
.replace(/(\d{3})(\d)/, "$1.$2") | |
.replace(/(\d{3})(\d)/, "$1.$2") | |
.replace(/(\d{3})(\d{1,2})/, "$1-$2") | |
.replace(/(-\d{2})\d+?$/, "$1"); | |
}; | |
// EXEMPLO |
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
// This file was initially generated by Windows Terminal 0.11.1333.0 | |
// It should still be usable in newer versions, but newer versions might have additional | |
// settings, help text, or changes that you will not see unless you clear this file | |
// and let us generate a new one for you. | |
// To view the default settings, hold "alt" while clicking on the "Settings" button. | |
// For documentation on these settings, see: https://aka.ms/terminal-documentation | |
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"defaultProfile": "{73225108-7633-47ae-80c1-5d00111ef646}", | |
// "defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}", |
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
sonarqube: | |
container_name: sonar | |
image: sonarqube:7.9.2-community | |
ports: | |
- "9000:9000" | |
networks: | |
- sonarnet | |
environment: | |
- sonar.jdbc.url=jdbc:postgresql://pg-sonar:5432/sonar | |
depends_on: |
ssh-keygen -t ed25519 -C "[email protected]" -b 4096 -f ~/.ssh/id_ed25519_github
ssh-keygen -t ed25519 -C "[email protected]" -b 4096 -f ~/.ssh/id_ed25519_gitlab