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
Total Network Inventory Crackeded |
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
# Dockerfile | |
FROM python:3.12-slim | |
# Install system dependencies. You might need more packages (like gnupg2, libusb, etc.). | |
RUN apt-get update && apt-get install -y gnupg2 usbutils libusb-1.0-0-dev libudev-dev git curl && rm -rf /var/lib/apt/lists/* | |
# The working directory inside the container | |
WORKDIR /app |
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
<?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\zip.template\zip.template.nupkg" checksum="076327B772CFBF36FCCACE1BBA9A0207" /> | |
<file path="C:\ProgramData\chocolatey\lib\zip.template\zip.template.nuspec" checksum="9C3F6F572B9E8EE406092FE2E5AA7870" /> | |
<file path="C:\ProgramData\chocolatey\lib\zip.template\templates\ReadMe.md" checksum="32A40857C4D3A609CC32C3E4F75B513C" /> | |
<file path="C:\ProgramData\chocolatey\lib\zip.template\templates\zip.nuspec.template" checksum="A8DC44D1F471BF462615BDCAE0E7A1BB" /> | |
<file path="C:\ProgramData\chocolatey\lib\zip.template\templates\tools\chocolateybeforemodify.ps1" checksum="82C5D8514A337F56053E803CC0C329F6" /> | |
<file path="C:\ProgramData\chocolatey\lib\zip.template\templates\tools\chocolateyinstall.ps1" checksum="AC0290430C050CA6B722C63D68A16DE6" /> | |
<file path="C:\ProgramData\chocolate |
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
address;amount | |
neutron100t0mmuk0r0aeqc2nw6ul5cmclerqavneg9y5t;0 | |
neutron104fq56d9attl4m709h7mgx9lwqklnh05qnq3sp;125000000 | |
neutron105926qcfjveqsqd6ayq22rvzu8zf0mf2m3ry4n;20100000 | |
neutron108rqwjaffph0lvdyd7fc7tpnrx4n8h4r4rktzl;200000000 | |
neutron109k6nhelhczh0f4hppz3ua0hkds0vpk3hdxxs6;20300000 | |
neutron10a28rpmd5u6d0vk2z5w06qvww34m3khrluejxu;0 | |
neutron10al9z7wksza495zkx24ffz5x8mf4mlkxrja57r;20000000 | |
neutron10c3r27nekd9w7s3swwg3t9sf5hzrvqjf8dsl7r;179999997 | |
neutron10dk4efghsj2zdx3qfcyj3c8ns3x0g2m34c5lga;150082489 |
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
XSplit Broadcaster Cracked |
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
AutoCAD Plant 3D Cracked |
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 Thursday, March 13, 2025, 11:27:36 PM | |
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) | |
Medieval Fantasy Themed Relic Quests (partA) [zht+zh](spirit.medievalfantasyquestrewards.partA.zht): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
Medieval Gene Assembler-Genepack Translate(DDJY.MedievalGeneAssemblerGenepackTranslate): (no assemblies) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
Anomaly(Ludeon.RimWorld.Anomaly): (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
<?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-1993710684-3149439546-4121954415-1000</user> | |
<keys> | |
<key installerType="Unknown" displayName="Firefox Developer Edition (x64 en-US)" displayVersion="137.0"> | |
<RegistryView>Registry64</RegistryView> | |
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Firefox Developer Edition 137.0 (x64 en-US)</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA[C:\Program Files\Firefox Developer Edition]]></InstallLocation> | |
<UninstallString><![CDATA["C:\Program Files\Firefox Developer Edition\uninstall\helper.exe"]]></UninstallString> |
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
import numpy as np | |
from dataclasses import dataclass | |
from typing import List, Optional | |
import matplotlib.pyplot as plt | |
import plotly.graph_objects as go | |
from plotly.subplots import make_subplots | |
import plotly.io as pio | |
def linear_interp(xq, x1, y1, x2, y2): |
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
Pkr2earn Video Mod APK |