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 | |
| ) | |
| --- |
- I can see cleary now, Jhony Nash: https://open.spotify.com/intl-pt/track/0DcrhZ12WcCqruCs8ibXSf?si=3508738bdcc040b0
- I'm Believer, The Monkees: https://open.spotify.com/intl-pt/track/3G7tRC24Uh09Hmp1KZ7LQ2?si=f6cef352902243e3
- Brother Louie, Modern Talking: https://open.spotify.com/intl-pt/track/4ZMqJfWdo2IszqJm4PcY9V?si=1599e74ef7014cad
- The Look, Roxxete: https://open.spotify.com/intl-pt/track/1Sjr0I1fwC7ccIUSb85BKN?si=0659a374f2904028
- Oceano, Djavan: https://open.spotify.com/intl-pt/track/3iof6EclqePezHDibBiykI?si=272532d04213457e
- Preciso me encontrar, Cartola: https://open.spotify.com/intl-pt/track/5AKrqJ7RiOCfCaaCuxxGk0?si=6f9cfaefb9e74700
- Chove Chuva, Jorge Ben Jor: https://open.spotify.com/intl-pt/track/6mTfOxORhYlpnTvm7VrL6b?si=0de9a6f66d414af5
- Sampa, Caetano Veloso: https://open.spotify.com/intl-pt/track/2VBN5kSs1fyiE5fnOYeKsG?si=80d55cafdedd4d44
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