Discover gists
This file has been truncated, but you can view the full file.
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
Log uploaded on Wednesday, July 9, 2025, 8:40:42 PM | |
Loaded mods: | |
Prepatcher(zetrith.prepatcher): 0Harmony(2.3.3), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0) | |
Harmony(brrainz.harmony)[mv:2.3.4.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Fishery - Modding Library(bs.fishery): 0PrepatcherAPI(1.2.0), 1Fishery(0.6.1), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Performance Fish(bs.performance): PerformanceFish(0.6.2) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) |
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
<?xml version="1.0" encoding="utf-8"?> | |
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<files> | |
<file path="C:\ProgramData\chocolatey\lib\NSClientPlusPlus.x86\NSClientPlusPlus.x86.nupkg" checksum="6852E556D6CE5062B1141CFC1EFF4682" /> | |
<file path="C:\ProgramData\chocolatey\lib\NSClientPlusPlus.x86\nsclientplusplus.x86.nuspec" checksum="53A44AF5F36A8D39D41347D09FE1ED60" /> | |
</files> | |
</fileSnapshot> |
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
icon |
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 | |
# Enhanced Git branch and status information | |
parse_git_info() { | |
git rev-parse --is-inside-work-tree &>/dev/null || return | |
local branch dirty staged untracked ahead behind | |
local git_status="" | |
# Get branch name or commit hash |
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
terraform state rm "azurerm_key_vault_secret.env_vars["""HUGGINGFACE_EMBEDDER"""]" | |
terraform state rm "azurerm_key_vault_secret.env_vars["""AZURE_OPENAI_API_KEY"""]" | |
terraform state rm "azurerm_key_vault_secret.env_vars["""EMBEDDER_MODEL"""]" | |
terraform state rm "azurerm_key_vault_secret.env_vars["""AZURE_OPENAI_ENDPOINT"""]" | |
terraform state rm "azurerm_key_vault_secret.env_vars["""EMBEDDER_ENDPOINT"""]" | |
terraform state rm "azurerm_key_vault_secret.env_vars["""JWT_ALGORITHM"""]" | |
terraform state rm "azurerm_key_vault_secret.env_vars["""MONGO_URI"""]" | |
terraform state rm "azurerm_key_vault_secret.env_vars["""OPENAI_EMBEDDER"""]" | |
terraform state rm "azurerm_key_vault_secret.env_vars["""AZURE_OPENAI_API_VERSION"""]" | |
terraform state rm "azurerm_key_vault_secret.env_vars["""OPENAI_ENGINE"""]" |
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
<?xml version="1.0" encoding="utf-8"?> | |
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<files> | |
<file path="C:\ProgramData\chocolatey\lib\speakeasy\speakeasy.nupkg" checksum="7CC7D4E2ABC4CF3F4844000E23F212B9" /> | |
<file path="C:\ProgramData\chocolatey\lib\speakeasy\speakeasy.nuspec" checksum="9F7C2936D5F25EC9FC467C9E52005E06" /> | |
<file path="C:\ProgramData\chocolatey\lib\speakeasy\speakeasy_windows_amd64.zip.txt" checksum="762432392E1BB5AD65B46413C48CDFF0" /> | |
<file path="C:\ProgramData\chocolatey\lib\speakeasy\tools\chocolateyinstall.ps1" checksum="8FD49CC06A2F8C3D038ED59DD3769E09" /> | |
<file path="C:\ProgramData\chocolatey\lib\speakeasy\tools\speakeasy.exe" checksum="7AF378B39261E530C2295323A6FE7E75" /> | |
<file path="C:\ProgramData\chocolatey\lib\speakeasy\tools\completions\speakeasy.bash" checksum="6ECB20A3E44FF0CA48F73945A285841F" /> | |
<file path="C:\ProgramData\chocolatey\lib\speakeasy\tools\completions\speakeas |
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
if ('speechSynthesis' in window) { | |
let utterance = new SpeechSynthesisUtterance(texto); | |
utterance.lang = 'pt-BR'; | |
utterance.rate = 1.2; | |
window.speechSynthesis.speak(utterance); | |
} else { | |
console.log("Web Speech API não suportada neste navegador."); | |
} |
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
<?xml version="1.0" encoding="utf-8"?> | |
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<files> | |
<file path="C:\ProgramData\chocolatey\lib\NSClientPlusPlus.x64\NSClientPlusPlus.x64.nupkg" checksum="74CCB6A294D47A9230D2798E6BC03341" /> | |
<file path="C:\ProgramData\chocolatey\lib\NSClientPlusPlus.x64\nsclientplusplus.x64.nuspec" checksum="7BB665D19089EE9DABAB6A7117EBC56D" /> | |
</files> | |
</fileSnapshot> |
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
<?xml version="1.0" encoding="utf-8"?> | |
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<files> | |
<file path="C:\ProgramData\chocolatey\lib\kontur-certificates\kontur-certificates.nupkg" checksum="5DCCEE964CE45C24854179E28B92E0FE" /> | |
<file path="C:\ProgramData\chocolatey\lib\kontur-certificates\kontur-certificates.nuspec" checksum="D59BBBE2ECF45D38C20420A842BE0AD0" /> | |
<file path="C:\ProgramData\chocolatey\lib\kontur-certificates\tools\chocolateyinstall.ps1" checksum="2C464E4FDDB9123BF7000F4D1757E4B2" /> | |
</files> | |
</fileSnapshot> |
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
var constantesAnoDisciplina = new Dictionary<(int ano, int disc), (double percParticipacao, double proficienciaMedia, double desvioPadrao)>(); | |
constantesAnoDisciplina[(ano: 2012, disc: ID_DIS_MAT)] = (percParticipacao: 0.98, proficienciaMedia: 256, desvioPadrao: (45.7 / 100) + 1); //2012 | |
constantesAnoDisciplina[(ano: 2012, disc: ID_DIS_POR)] = (percParticipacao: 0.98, proficienciaMedia: 247.5, desvioPadrao: (45.5 / 100) + 1); | |
constantesAnoDisciplina[(ano: 2013, disc: ID_DIS_MAT)] = (percParticipacao: 0.98, proficienciaMedia: 303.1, desvioPadrao: (46.9 / 100) + 1); //2013 | |
constantesAnoDisciplina[(ano: 2013, disc: ID_DIS_POR)] = (percParticipacao: 0.98, proficienciaMedia: 290.2, desvioPadrao: (36.2 / 100) + 1); | |
constantesAnoDisciplina[(ano: 2014, disc: ID_DIS_MAT)] = (percParticipacao: 0.98, proficienciaMedia: 278.8, desvioPadrao: (48.6 / 100) + 1); //2014 | |
constantesAnoDisciplina[(ano: 2014, disc: ID_DIS_POR)] = (percParticipaca |
NewerOlder