- Amor Perfeito... https://open.spotify.com/intl-pt/track/02ZKDw25OeDJ4WDU7pOZso?si=804abeb4f60c4f6c
- ???? https://open.spotify.com/intl-pt/track/6HTmn2dm2OKBPNtgMyb986?si=6fb6282021934395
- https://open.spotify.com/intl-pt/track/138wapmAScG8e3d9jnAC28?si=35c15620c5bc49b7
- https://open.spotify.com/intl-pt/track/1q5w33uSJ6RAZRGNASS4R2?si=d6595496508942d2
- O mundo é tão pequeno: https://open.spotify.com/intl-pt/track/2bjsxoOfzBoMg25wNVskoC?si=1e8497f4a39d4882
- https://open.spotify.com/intl-pt/track/1aAA1WZxMcRqmRWjGBPSVE?si=1147b9cc196b428a
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 | |
| ) | |
| --- |
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 "================================================================" |
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
| // ==UserScript== | |
| // @name Deblocker Controlador (Focado no Novizer) | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.9 | |
| // @description Adiciona controle manual para fechar divs fixas no Novizer | |
| // @author Wellington (com ajuda de Grok) | |
| // @match https://novizer.com/* | |
| // @grant none | |
| // @run-at document-end | |
| // ==/UserScript== |
Este guia mostra como auditar automaticamente operações de INSERT/UPDATE em uma aplicação Spring Boot com Hibernate e Lombok, usando campos em português. O destino deste documento é um Gist no GitHub.
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
| <img | |
| src="https://mathiasbynens.be/demo/animated-webp-supported.webp" | |
| alt="Live Long And Prosper Star Trek GIF by HULU" | |
| sizes="100vw" | |
| /> |
NewerOlder