Skip to content

Instantly share code, notes, and snippets.

@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created February 6, 2025 20:12
Rimworld output log published using HugsLib
Log uploaded on Thursday, February 6, 2025, 11:10:55 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)
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)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
@DolphinOfficial
DolphinOfficial / PostShutdownFullLog.txt
Created February 6, 2025 20:12
Text file created by Roblox
-- AH POST-SERVER LOGS --
-- ServerID: eb12129e-cc6d-48de-9471-98bbd6c31468
-- Server started: February 06, 2025 08:11 PM UTC | Server uptime: 51 seconds
------------------ LOADB LOGS ------------------
{
}
// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.28;
contract Counter {
uint256 public count;
function increaseCount () external {
count += 1;
}
#include <iostream>
using namespace std;
int main()
{
// перше завдання
const unsigned int ROWS = 3;
const unsigned int COLS = 3;
int arr[ROWS][COLS];
int value;
@juanM2210
juanM2210 / gist:c9ccb487386aadb30a8e68f25f92d99b
Created February 6, 2025 20:12
QUIERES SER MMI SSAN VALELNNTIN
def preguntar_san_valentin():
respuesta = input("¿Quieres ser mi San Valentín? (sí/no): ").strip().lower()
if respuesta == "sí" or respuesta == "si":
print("¡Eres el/la mejor! 💖 ¡Feliz San Valentín! 🎉")
elif respuesta == "no":
print("¡Oh, bueno! 😢 Tal vez otro año. ¡Feliz San Valentín de todos modos! 🌹")
else:
print("No entendí tu respuesta. ¡Pero espero que tengas un feliz San Valentín! 💐")
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created February 6, 2025 20:11
Rimworld output log published using HugsLib
Log uploaded on Friday, February 7, 2025, 2:11:41 AM
Loaded mods:
Prepatcher(zetrith.prepatcher): 0DataAssembly(1.0.0), 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)
Performance Fish(bs.performance): PerformanceFish(0.6.2)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
{"apiVersion":"operators.coreos.com/v1alpha1","kind":"CatalogSource","metadata":{"creationTimestamp":"2025-02-06T20:00:51Z","generation":1,"managedFields":[{"apiVersion":"operators.coreos.com/v1alpha1","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{".":{},"f:displayName":{},"f:grpcPodConfig":{".":{},"f:securityContextConfig":{}},"f:icon":{".":{},"f:base64data":{},"f:mediatype":{}},"f:image":{},"f:secrets":{},"f:sourceType":{}}},"manager":"preflight","operation":"Update","time":"2025-02-06T20:00:51Z"},{"apiVersion":"operators.coreos.com/v1alpha1","fieldsType":"FieldsV1","fieldsV1":{"f:status":{".":{},"f:connectionState":{".":{},"f:address":{},"f:lastConnect":{},"f:lastObservedState":{}},"f:registryService":{".":{},"f:createdAt":{},"f:port":{},"f:protocol":{},"f:serviceName":{},"f:serviceNamespace":{}}}},"manager":"catalog","operation":"Update","subresource":"status","time":"2025-02-06T20:02:22Z"}],"name":"ack-elbv2-controller","namespace":"ack-elbv2-controller","resourceVersion":"55927","uid":"91bb2fa6-8819-496

Module Overview

Availability:

  • Only available in large fixed variations

Pipeline still running ...
PipelineRun is still running: Tasks Completed: 26 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 5
[set-github-started-label : post-comment] + EXTRA_ARGS=
[set-github-started-label : post-comment] + [[ ! -z operator-release-pipeline/started ]]
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --add-labels operator-release-pipeline/started'
[set-github-started-label : post-comment] + [[ ! -z pipeline/trigger-release ]]
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --remove-labels pipeline/trigger-release'
[set-github-started-label : post-comment] + [[ true == \t\r\u\e ]]
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --remove-matching-namespace-labels'
[set-github-started-label : post-comment] + echo 'Editing GitHub labels to PR https://github.com/redhat-openshift-ecosystem/operator-pipelines-test/pull/2210'
@DolphinOfficial
DolphinOfficial / PostShutdownFullLog.txt
Created February 6, 2025 20:10
Text file created by Roblox
-- AH POST-SERVER LOGS --
-- ServerID: aa917093-4110-467e-98eb-9c7d31f07dd1
-- Server started: February 06, 2025 08:03 PM UTC | Server uptime: 399 seconds
------------------ LOADB LOGS ------------------
{
}