Skip to content

Instantly share code, notes, and snippets.

@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created February 8, 2025 00:30
Afedteated v18.1.0.201 - 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-534374257-315500514-3039820050-1000</user>
<keys>
<key installerType="InnoSetup" displayName="Advanced SystemCare" displayVersion="18.1.0">
<RegistryView>Registry32</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Advanced SystemCare_is1</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[C:\Program Files (x86)\IObit\Advanced SystemCare\]]></InstallLocation>
<UninstallString><![CDATA["C:\Program Files (x86)\IObit\Advanced SystemCare\unins000.exe" /SILENT]]></UninstallString>
@FuzzysTodd
FuzzysTodd / mainnet...0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2...WETH9.sol
Created February 8, 2025 00:30
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.4.26+commit.4563c3fc.js&optimize=false&runs=200&gist=
// Copyright (C) 2015, 2016, 2017 Dapphub
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@DolphinOfficial
DolphinOfficial / PostShutdownFullLog.txt
Created February 8, 2025 00:29
Text file created by Roblox
-- AH POST-SERVER LOGS --
-- ServerID: 91e56f20-3706-4923-ab8c-2ade236a237e
-- Server started: February 08, 2025 12:05 AM UTC | Server uptime: 1377 seconds
------------------ LOADB LOGS ------------------
{
}
@mneumatic
mneumatic / .wslconfig
Last active February 8, 2025 00:30
Configure WSL 2 System Resource Usage
[WSL2]
Processors=2
memory=4GB
Swap=0
@Belhome77
Belhome77 / readme.txt
Created February 8, 2025 00:29
When I was a child (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@choco-bot
choco-bot / FilesSnapshot.xml
Created February 8, 2025 00:28
frink v2025.1.7 - Passed - Package Tests Results
<?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\frink\frink.nupkg" checksum="CB164CB07F9EE4385D683DA7E733B705" />
<file path="C:\ProgramData\chocolatey\lib\frink\frink.nuspec" checksum="7B42F7F6E94FF565EC49865465A830B5" />
<file path="C:\ProgramData\chocolatey\lib\frink\tools\chocolateyinstall.ps1" checksum="59B0EBF6EBA9680B2D344B5882870740" />
<file path="C:\ProgramData\chocolatey\lib\frink\tools\chocolateyuninstall.ps1" checksum="A511B2891E84F19F7A48AEC01942A84A" />
<file path="C:\ProgramData\chocolatey\lib\frink\tools\frink.ico" checksum="87FA7C606E64705E6DD249477D1A5F74" />
<file path="C:\ProgramData\chocolatey\lib\frink\tools\frink.jar" checksum="4C5E7B070ED152933CFC03BC7D16B1C2" />
</files>
// 🚫 Avoid This - Tests should not contain any logic
[Theory]
[InlineData(6, 2, 3)]
[InlineData(1, 0, 0)]
public void Divide_ShouldDivideTwoNumbers_WhenTwoNumbersAreIntegers_AndThrowExceptionWhenDividingByZero(int a, int b, int expected)
{
if (b == 0) // ❌ Conditional logic
{
Assert.Throws<DivideByZeroException>(_calculator.Divide(a, b));
ARG BASE_IMAGE_TAG=latest
FROM registry.example.com/root/my-app/base:${BASE_IMAGE_TAG} AS builder
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
RUN apk update
RUN apk add --no-cache libc6-compat
# Set working directory
WORKDIR /app
bool UFF_OCCTBPLibrary::FF_OCCT_STP_to_GLB(FString Path_Step, FString Path_Export)
{
FPaths::NormalizeFilename(Path_Step);
FPaths::NormalizeFilename(Path_Export);
if (!FPaths::FileExists(Path_Step))
{
UE_LOG(LogTemp, Warning, TEXT("STEP file does not exist: %s"), *Path_Step);
return false;
}
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created February 8, 2025 00:24
driverbooster v12.2.0.542 - 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-534374257-315500514-3039820050-1000</user>
<keys>
<key installerType="InnoSetup" displayName="Driver Booster 12" displayVersion="12.2.0">
<RegistryView>Registry32</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Driver Booster_is1</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[C:\Program Files (x86)\IObit\Driver Booster\]]></InstallLocation>
<UninstallString><![CDATA["C:\Program Files (x86)\IObit\Driver Booster\12.2.0\unins000.exe" /SILENT]]></UninstallString>