Discover gists
This file contains 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 formatarCpf(value) { | |
value = value.replace(/\D/g, ""); // Remove tudo que não for número | |
if (value.length > 11) { | |
value = value.slice(0, 11); // Garante que tenha no máximo 11 dígitos | |
} | |
return value.replace(/(\d{3})(\d{3})(\d{3})(\d{2})/, "$1.$2.$3-$4"); | |
} |
This file contains 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
[ | |
{ | |
"id": 123, | |
"jsonrpc": "2.0", | |
"method": "state_get_package", | |
"params": [ | |
{ | |
"ContractPackageHash": "contract-package-d0c958a99da8c3e05f1e1c1ad592268280f548984d9916e4a6dd17ce0b4d289f" | |
}, | |
{ |
This file contains 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
-- AH POST-SERVER LOGS -- | |
-- ServerID: e78803d8-1cda-4c96-9fb9-b136e0fc8f61 | |
-- Server started: February 07, 2025 01:14 AM UTC | Server uptime: 3456 seconds | |
------------------ LOADB LOGS ------------------ | |
{ | |
} |
This file contains 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
peer.on("signal", (data) => { | |
console.log("🔹 Peer generated signal data:", data); | |
if (isInitiator) { | |
console.log("🔹 [Initiator] Generating OFFER:", JSON.stringify(data)); | |
hubConnection.invoke("SendOffer", streamId, JSON.stringify(data)) | |
.then(() => console.log("✅ [Initiator] Offer sent successfully.")) | |
.catch((err) => console.error("❌ [Initiator] Error sending Offer:", err)); | |
} else { | |
console.log("🔹 [Receiver] Generating ANSWER:", JSON.stringify(data)); |
This file contains 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
-- AH POST-SERVER LOGS -- | |
-- ServerID: 49495c99-5100-44e0-ac08-31dcc390dbbc | |
-- Server started: February 07, 2025 02:09 AM UTC | Server uptime: 2 seconds | |
------------------ LOADB LOGS ------------------ | |
{ | |
} |
This file contains 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
Folder = game.Players.LocalPlayer.PlayerGui | |
script=Instance.new('LocalScript') | |
local a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z | |
local A,B,C,D,F,E,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z | |
local Aa,Ba,Ca,Da,Fa,Ea,Ga,Ha,Ia,Ja,Ka,La,Ma,Na,Oa,Pa,Qa,Ra,Sa,Ta,Ua,Va,Wa,Xa,Ya,Za | |
local IntroSFX = nil | |
local IntroDone,Toggle,taco = false | |
local Folders, Selected, Banned, WayPoint = nil | |
local CId = Instance.new("IntValue") CId.Value = 0 |
Does not build currently. The patch is seemingly being applied as invalid patches error before building, but idk if the patch is patching against the right files.
error: builder for '/nix/store/fs3rnj43qghfsfxz1z57k3r9ac1661h9-nvidia-x11-570.86.16-6.14.0-rc1.drv' failed with exit code 2;
last 25 log lines:
> CC [M] nvidia-drm/nvidia-drm-connector.o
> CC [M] nvidia-drm/nvidia-drm-gem.o
> CC [M] nvidia-drm/nvidia-drm-fb.o
> CC [M] nvidia-drm/nvidia-drm-modeset.o
> CC [M] nvidia-drm/nvidia-drm-fence.o
This file contains 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 Friday, February 7, 2025, 10:07:13 AM | |
Loaded mods: | |
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Core(Ludeon.RimWorld): (no assemblies) | |
EdB Prepare Carefully(EdB.PrepareCarefully)[mv:1.5.12]: EdBPrepareCarefully(av:1.1.1,fv:1.5.12) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies) | |
Increased Stack(Taveron.IncreasedStack): (no assemblies) |
This file contains 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 Friday, February 7, 2025, 10:06:33 AM | |
Loaded mods: | |
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies) | |
HugsLib(UnlimitedHugs.HugsLib)[ov:11.0.4]: 0Harmony(av:2.3.3,fv:1.2.0.1), HugsLib(av:1.0.0,fv:11.0.4) | |
HugsLib_zh(RWZH.ChinesePack.HugsLib): (no assemblies) |