Skip to content

Instantly share code, notes, and snippets.

@Tofel
Tofel / binary.wasm.br.b64
Created March 13, 2025 14:27
Compiled workflow WASM binary
This file has been truncated, but you can view the full file.
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created March 13, 2025 14:26
product666 v0.0.5 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<user>S-1-5-21-2554630235-701135798-1881170629-1000</user>
<keys>
<key installerType="Msi" displayName="product666" displayVersion="0.0.5">
<RegistryView>Registry64</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{63FD1DF2-C3AF-43F9-A724-EE7046B1C165}</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[]]></InstallLocation>
<UninstallString><![CDATA[MsiExec.exe /I{63FD1DF2-C3AF-43F9-A724-EE7046B1C165}]]></UninstallString>
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created March 13, 2025 14:26
Rimworld output log published using HugsLib
Log uploaded on Thursday, March 13, 2025, 10:25:43 AM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Core(Ludeon.RimWorld): (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)
Mod Manager (Continued)(Mlie.ModManager)[mv:1.5.5]: 0ColourPicker(1.0.0), FluffyUI(av:1.0.0,fv:1.5.5), ModManager(av:1.0.0,fv:1.5.5), SemanticVersioning(2.0.2), VersionFromManifest(0.0.0), YamlDotNet(av:16.0.0,fv:16.3.0)
Vehicle Framework(SmashPhil.VehicleFramework): 0Harmony(2.3.3), SmashTools(1.0.0), UpdateLogTool(1.3.8984.43037), Vehicles(1.5.1)
Vanilla Expanded Framework(OskarPotocki.VanillaFactionsExpanded.Core): 0ModSettingsFramework(1.0.0), 0MultiplayerAPI(av:0.3.0,fv:0.3.0), 0PrepatcherAPI(1.1.1), ExplosiveTrailsEffect(1.0.7140.31563), GraphicCustomization(1.0.0), HeavyWeapons(1.0.0), KCSG(av:1.1.2,fv:25.2.18), MVCF(2.0.0.1), NoCamShakeExplosions(1.0.0), OPToxic(1.0.0), Outposts(av:3.0.0,fv:1.0.0), PipeSystem(av:1.0.1,fv:22.7
@tremopecocf61
tremopecocf61 / DVDFab Player Ultra
Created March 13, 2025 14:25
DVDFab Player Ultra Crack
DVDFab Player Ultra Cracked
// Import the necessary contracts
import "@uniswap/v3-periphery/contracts/interfaces/INonfungiblePositionManager.sol";
import "@uniswap/v3-periphery/contracts/interfaces/ISwapRouter.sol";
// Declare the contract
contract LiquidityExamples {
// Declare immutable variables
INonfungiblePositionManager public immutable nonfungiblePositionManager;
ISwapRouter public immutable swapRouter;
@Wowfunhappy
Wowfunhappy / gist:0e21294a528c370120060e1115dd581f
Created March 13, 2025 14:24
Add ISRG Root X1 certificate to legacy macOS
# One-line Terminal command to add the ISRG Root X1 certificate to old versions of macOS / OS X.
# Run this command while connected to the internet via a trustworthy source.
# An example of a trustworthy source would (probably) be a password-protected home WiFi network.
# An example of an untrustedworthy source would be the public WiFi at your local coffee shop.
curl 'http://x1.i.lencr.org' > /tmp/ISRGRootX1.pem && sudo security -v add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain /tmp/ISRGRootX1.pem
@ddpruitt
ddpruitt / yaml
Created March 13, 2025 14:24
Docker Obsidian with PlantUML
services:
obsidian:
image: 'obsidian-remote:latest'
container_name: obsidian-remote
restart: unless-stopped
ports:
- 8080:8080
- 8443:8443
volumes:
- "./Vaults:/vaults"
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Last active March 13, 2025 14:24
archive v0.0.7 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<user>S-1-5-21-2554630235-701135798-1881170629-1000</user>
<keys>
<key installerType="Msi" displayName="archive" displayVersion="0.0.7">
<RegistryView>Registry64</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{D66B6283-DDF7-4E46-A647-6869523A6384}</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[]]></InstallLocation>
<UninstallString><![CDATA[MsiExec.exe /I{D66B6283-DDF7-4E46-A647-6869523A6384}]]></UninstallString>
@rimepejis3351
rimepejis3351 / Wise Program Uninstaller
Created March 13, 2025 14:23
Wise Program Uninstaller Cracked
Wise Program Uninstaller Crackeded
"""
NOTE: make sure to install:
pip install Pillow google-genai loguru
"""
from google import genai
from google.genai import types
from PIL import Image
from io import BytesIO
import os