Sempre utilize a internet como fonte primária para validar fatos e temas técnicos, garantindo precisão e atualidade. Utilize meu Workspace (Gmail, Drive e Docs) como fonte complementar para contextualizar nossa interação à minha realidade e rotina, tratando esses dados como minha única verdade atualizada. Se faltar contexto ou se algo parecer incerto, pergunte-me diretamente para que possamos evoluir sempre sincronizados.
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
| @ -0,0 +1,16 @@ | |
| Procedure CalcularIMC ( | |
| p_Altura IN Float, | |
| p_Peso IN Float, | |
| p_IMC OUT Float | |
| ); | |
| Version '1.0.0.0'; | |
| Declare | |
| v_AlturaQuad Float; | |
| Begin |
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
| select * | |
| from all_constraints | |
| where r_constraint_name in ( | |
| select constraint_name | |
| from all_constraints | |
| where table_name = :TableName | |
| ) | |
| --- |
- Na hora de Amar, Cleiton e Camargo: https://open.spotify.com/intl-pt/track/3tltrP5vNP0Ragc7e2cNyT?si=463b4c0a2cce4760
- All of me, Jhon Legend: https://open.spotify.com/intl-pt/track/3XHqmL1X2SCDSNNb76JdX9?si=e58624f3b1064a60
- Boquinha da Garrafa, Companhia do Pagode: https://open.spotify.com/intl-pt/track/5ZlJhOdlJgirkABaecXJQa?si=3d3cfbf9c86b4314
- Pau que nasce torto, é o tcham: https://open.spotify.com/intl-pt/track/7gmaeOje1ElNhs6NYCXNu9?si=d8baf3f2a6e64faf
- Um morto muito loco, JAck Chocolate: https://open.spotify.com/intl-pt/track/1zRKZMnqeN3evNtMbRTtjh?si=25e35a15486f4294
- Passarinho, Emicida: https://open.spotify.com/intl-pt/track/0gGjX0aUg7OaUSAhi1CmDk?si=fcb59b8579d341bd
- Sutilmente, Manuel Rosa, Nando Reis: https://open.spotify.com/intl-pt/track/4nEFEGZQ5odJGjb7xm2kDh?si=e6bd1a04945e40e5
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
| https://mega.nz/folder/KBIBTZDB#9klYKhcuzmJDASa2AVhdSg |
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
| Go to Gist home, https://gist.github.com/ | |
| In githubs search type: | |
| --- | |
| user:joe-oli whatever you want to search | |
| Other searches: | |
| ------ | |
| Get all gists from the user santisbon. |
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
| NUM_THREADS.times do |i| | |
| threads << Thread.new do | |
| while (endpoint = (endpoint_queue.pop(true) rescue nil)) | |
| puts "--- [Thread #{i+1}] Iniciando teste para: #{endpoint} ---" | |
| # 1) Lê token atual de forma segura | |
| current_access_token = token_mutex.synchronize { shared_tokens[:access] } | |
| stdout, stderr, status = Open3.capture3( | |
| "schemathesis", "run", temp_schema_file, "--url", API_BASE_URL, |
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
| { | |
| "input": { | |
| "blocklist": [], | |
| "compressor#0": { | |
| "attack": 10.0, | |
| "boost-amount": 6.0, | |
| "boost-threshold": -72.0, | |
| "bypass": false, | |
| "dry": -100.0, | |
| "hpf-frequency": 10.0, |
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
| #!/bin/bash | |
| sudo apt update | |
| sudo apt install qt5-style-plugins qt5-style-kvantum qt5-style-kvantum-themes qt5ct -y | |
| gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' | |
| echo "QT_QPA_PLATFORMTHEME=qt5ct" >> ~/.profile | |
| echo "================================================================" | |
| echo " CONFIGURAÇÃO QUASE CONCLUÍDA!" | |
| echo "================================================================" |
NewerOlder