Skip to content

Instantly share code, notes, and snippets.

@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created June 3, 2025 22:31
Rimworld output log published using HugsLib
This file has been truncated, but you can view the full file.
Log uploaded on Tuesday, June 3, 2025, 6:30:37 PM
Loaded mods:
Auto Mod Config(Garethp.ModlistConfigurator)[mv:1.0.0]: ModlistConfigurator(0.0.0)
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.1.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)
Better Log - Fix your errors(bs.betterlog): 0PrepatcherAPI(1.2.0), 1Fishery(av:0.6.1,fv:0.5.1.2), BetterLog(1.1.0), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210)
Performance Fish(bs.performance): PerformanceFish(0.6.2)
@choco-bot
choco-bot / FilesSnapshot.xml
Created June 3, 2025 22:31
gravitdesigner.portable v2021.1.1.20240203 - 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\gravitdesigner.portable\gravitdesigner.portable.nupkg" checksum="B38EA0002B5528A17A2F45D5CF66BD2F" />
<file path="C:\ProgramData\chocolatey\lib\gravitdesigner.portable\gravitdesigner.portable.nuspec" checksum="66FA0D310FAC9BE0BDCB06232B16AA5A" />
<file path="C:\ProgramData\chocolatey\lib\gravitdesigner.portable\tools\chocolateyinstall.ps1" checksum="ECAA88F7FA0BF610A5A26CF545DCD3AA" />
</files>
</fileSnapshot>
@bl4om
bl4om / ioc_vulnerable_drivers.csv
Created June 3, 2025 22:31 — forked from k4nfr3/ioc_vulnerable_drivers.csv
IOC vulnerable drivers
We can make this file beautiful and searchable if this error is corrected: It looks like row 9 should actually have 4 columns, instead of 2 in line 8.
SHA256,Name,Signer,Description
04A85E359525D662338CAE86C1E59B1D7AA9BD12B920E8067503723DC1E03162,ADV64DRV.sys,"""FUJITSU LIMITED """,
05F052C64D192CF69A462A5EC16DDA0D43CA5D0245900C9FCB9201685A2E7748,Agent64.sys,"""eSupport.com, Inc.""",DriverAgent Direct I/O for 64-bit Windows
4045AE77859B1DBF13972451972EAAF6F3C97BEA423E9E78F1C2F14330CD47CA,Agent64.sys,Phoenix Technologies Ltd,DriverAgent Direct I/O for 64-bit Windows
6948480954137987A0BE626C24CF594390960242CD75F094CD6AAA5C2E7A54FA,Agent64.sys,Phoenix Technologies Ltd,DriverAgent Direct I/O for 64-bit Windows
8CB62C5D41148DE416014F80BD1FD033FD4D2BD504CB05B90EEB6992A382D58F,Agent64.sys,"""eSupport.com, Inc""",DriverAgent Direct I/O for 64-bit Windows
B1D96233235A62DBB21B8DBE2D1AE333199669F67664B107BFF1AD49B41D9414,Agent64.sys,"""eSupport.com, Inc.""",DriverAgent Direct I/O for 64-bit Windows
7196187FB1EF8D108B380D37B2AF8EFDEB3CA1F6EEFD37B5DC114C609147216D,ALSysIO64.sys,Artur Liberman,ALSysIO
7F375639A0DF7FE51E5518CF87C3F513C55BC117DB47D28DA8C615642EB18BFA,ALSys
@DolphinOfficial
DolphinOfficial / PostShutdownFullLog.txt
Created June 3, 2025 22:30
Text file created by Roblox
-- AH POST-SERVER LOGS --
-- ServerID: f4018feb-6d63-410d-b06f-44acd2856fe9
-- Server started: June 03, 2025 10:23 PM UTC | Server uptime: 450 seconds
------------------ LOADB LOGS ------------------
{
}
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created June 3, 2025 22:30
Rimworld output log published using HugsLib
This file has been truncated, but you can view the full file.
Log uploaded on Tuesday, June 3, 2025, 6:28:45 PM
Loaded mods:
Auto Mod Config(Garethp.ModlistConfigurator)[mv:1.0.0]: ModlistConfigurator(0.0.0)
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.1.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)
Better Log - Fix your errors(bs.betterlog): 0PrepatcherAPI(1.2.0), 1Fishery(av:0.6.1,fv:0.5.1.2), BetterLog(1.1.0), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210)
Performance Fish(bs.performance): PerformanceFish(0.6.2)
@ardnaile
ardnaile / pc-builder.ts
Created June 3, 2025 22:29
Projeto Final - Design Patterns
interface IComputadorBuilder {
setProcessador(processador: string): this;
setPlacaMae(placaMae: string): this;
setMemoriaRAM(memoriaRAM: string): this;
setArmazenamento(armazenamento: string): this;
setPlacaDeVideo(placaDeVideo: string): this;
setFonte(fonte: string): this;
setGabinete(gabinete: string): this;
setSistemaOperacional(sistemaOperacional: string): this;
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
typedef EducationEntry = ({
String degree,
String dates,
String school,
String description,
});
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created June 3, 2025 22:27
Rimworld output log published using HugsLib
Log uploaded on Tuesday, June 3, 2025, 6:27:35 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.1.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)
Adaptive Storage Framework(adaptive.storage.framework): 0MultiplayerAPI(av:0.5.0,fv:0.5.0), 1ITransformable(1.0.0), AdaptiveStorageFramework(1.2.1), CopyOperation(1.0.0), DefNameLink(1.0.0), GeneratorOperation(1.0.0), GeneratorOperationV2(1.0.0), PatchOperationSet(1.0.0), PatchOperationTryAdd(1.0.0), PostInheritanceOperation(1.0.0), SaveGameCompatibility(1.0.0)
Performance Fish(bs.performance): PerformanceFish(0.6.2)
KCSG Unbound(tehdav.kcsgunbound): 0Harmony(av:2.3.3,fv:2.2.1), 0KCSG(1.0.0)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
@choco-bot
choco-bot / Install.txt
Created June 3, 2025 22:27
vagrant-manager v1.0.2.200 - Failed - Package Tests Results
2025-06-03 21:42:06,544 1164 [DEBUG] - XmlConfiguration is now operational
2025-06-03 21:42:06,871 1164 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-06-03 21:42:06,871 1164 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-06-03 21:42:06,886 1164 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-06-03 21:42:06,886 1164 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
2025-06-03 21:42:06,902 1164 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-06-03 21:42:06,902 1164 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
2025-06-03 21:42:06,918 1164 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-06-03 21:42:06,918 1164 [DEBUG] - Adding new typ
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.