Skip to content

Instantly share code, notes, and snippets.

@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created September 1, 2025 10:18
Rimworld output log published using HugsLib
Log uploaded on Monday, September 1, 2025, 3:18:31 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.4.0]: 0Harmony(2.3.6), HarmonyMod(2.3.4)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies)
Odyssey(Ludeon.RimWorld.Odyssey): (no assemblies)
[LTO] Colony Groups(DerekBickley.LTOColonyGroupsFinal): CompatUtils(1.2.3), TacticalGroups(av:1.0.0,fv:1.0.6)
Pipeline still running ...
PipelineRun is still running: Tasks Completed: 45 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 7
[get-pr-number : parse-pr-url] + echo -n 6029
[get-pr-number : parse-pr-url] + tee /tekton/results/git_pr_number
[get-pr-number : parse-pr-url] 6029
[acquire-lease : create-lease] + calculate_duration_in_seconds 90m
[acquire-lease : create-lease] + '[' m == m ']'
[acquire-lease : create-lease] + TOTAL_DURATION_IN_SECONDS=5400
[acquire-lease : create-lease] + export TOTAL_DURATION_IN_SECONDS
@slankka
slankka / execute_as_hue_with_kerberos.sh
Created September 1, 2025 10:17
Launch your springboot app with kerberos accessing
#!/bin/bash
CURRENT_USER=$(whoami)
COMMAND='HADOOP_HOME=/opt/cloudera/parcels/CDH/lib/hadoop /apps/springboot-app.jar start'
if [ $CURRENT_USER == 'hue' ]; then
echo "1. executing as $CURRENT_USER"
bash -c "$COMMAND"
elif [ $CURRENT_USER == 'root' ]; then
echo "2. executing as hue... from $CURRENT_USER"
su - hue -c "$COMMAND"
@Saim12678
Saim12678 / join.js
Created September 1, 2025 10:17
Created by Ew’r Saim Bot
const fs = require("fs-extra");
const request = require("request");
module.exports = {
config: {
name: "join",
version: "2.0",
author: "...",//** original author MR.RAFI this you fb I'd : https://www.facebook.com/profile.php?id=61560170243143 **//
countDown: 5,
role: 2,
@bvasya
bvasya / light_rule.yaml
Last active September 1, 2025 11:40
Light rule
blueprint:
name: Управление освещением с таймерами для каждого светильника (binary_sensor)
description: >
Управление основным, дополнительным и aftermath светом.
Поддержка множественного выбора светильников и кнопок (binary_sensor),
отдельные таймеры для каждого света, продление таймера движения,
таймаута после ручного выключения и опциональных inputs.
domain: automation
input:
main:
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created September 1, 2025 10:17
Rimworld output log published using HugsLib
Log uploaded on Monday, September 1, 2025, 6:16:59 AM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.4.1.0]: 0Harmony(2.4.1), HarmonyMod(2.4.1)
Loading Progress(ilyvion.LoadingProgress): ilyvion.LoadingProgress(0.9.5)
Better Stacktraces(aleksey.betterstacktraces): BetterStacktraces(1.0.0)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies)
@tomas-dorda
tomas-dorda / Privacy Policy.md
Last active September 1, 2025 10:16
CalEasy Privacy policy

Privacy Policy

This Privacy Policy applies to the CalEasy application (“Application”), developed by Tomas Dorda, Czech Republic (“Service Provider”), offered as a Freemium service. This service is provided "AS IS".

What information does the Application obtain and how is it used?
User Provided Information

The Application acquires the information you supply when you download and register the Application. This includes:

  • Account Information: Name and email address.
  • Profile Information: Profile picture or avatar.
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created September 1, 2025 10:16
Rimworld output log published using HugsLib
Log uploaded on Monday, September 1, 2025, 6:15:26 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.4.1.0]: 0Harmony(2.4.1), HarmonyMod(2.4.1)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies)
Odyssey(Ludeon.RimWorld.Odyssey): (no assemblies)
Clothing Sorter(Mlie.ClothingSorter)[mv:1.6.0]: ClothingSorter(0.0.0), VersionFromManifest(0.0.0)
<?php
/**
* Plugin Name: Simple WooCommerce Hooks
* Description: Demonstrates basic WooCommerce hooks for educational purposes.
* Version: 1.0.0
* Author: Your Name
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly

Fee Recovery Nested Transaction Timeout Issue - Analysis & Solutions

Document Information

  • Author: Technical Analysis
  • Date: December 2024
  • Version: 1.0
  • Status: Draft for Review