Skip to content

Instantly share code, notes, and snippets.

@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created January 7, 2026 11:58
Rimworld output log published using HugsLib
Log uploaded on Wednesday, January 7, 2026, 7:58:07 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.4.2.0]: 0Harmony(2.4.1), HarmonyMod(2.4.2)
Visual Exceptions(brrainz.visualexceptions)[mv:1.4.0.0]: CrossPromotion(1.1.2), VisualExceptions(1.4.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)
Odyssey(Ludeon.RimWorld.Odyssey): (no assemblies)
#!/usr/bin/env bash
# touch-releases-by-tags.sh
# Usage:
# ./touch-releases-by-tags.sh [--dry-run] [--create-missing] <repo>
# <repo> may be:
# - owner/repo
# - https://github.com/owner/repo
# - [email protected]:owner/repo.git
#
# What it does:
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created January 7, 2026 11:56
Rimworld output log published using HugsLib
Log uploaded on Wednesday, January 7, 2026, 7:56:04 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.4.2.0]: 0Harmony(2.4.1), HarmonyMod(2.4.2)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
模因-工业奇观(fanggao.IndustrialCthulhu): (no assemblies)
Vehicle Framework(SmashPhil.VehicleFramework): SmashTools(av:1.6.0,fv:1.6.0), UpdateLogTool(av:1.6.0,fv:1.6.0), Vehicles(av:1.6.0,fv:1.6.0)
HugsLib(UnlimitedHugs.HugsLib)[ov:12.0.0]: 0Harmony(av:2.4.1,fv:1.2.0.1), HugsLib(av:1.0.0,fv:12.0.0)
@houchen-li
houchen-li / configure-user.zsh
Created January 7, 2026 11:56
Configure User's Home Directory for ZSH
#!/usr/bin/env zsh
set -exuo pipefail
PYPI_REPOSITORY_URL="https://pypi.org/simple/"
# PYPI_REPOSITORY_URL="https://pypi.tuna.tsinghua.edu.cn/simple/"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-completions.git ${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions
Pipeline still running ...
PipelineRun is still running: Tasks Completed: 22 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 7
[set-github-status-pending : set-github-status] unable to retrieve container logs for cri-o://41bc9839874cdeccbb733b9b63d2765643bb93c8c20cbadac3c8690de25e5ac8
[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] Editing GitHub labels to PR https://github.com/redhat-openshift-ecosystem/community-operators-prod/pull/8486
[set-github-started-label : post-comment] + [[ ! -z pipeline/trigger-release ]]
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --remove-labels pipeline/trigger-release'
const express = require('express');
require('dotenv').config();
const app = express();
const PORT = process.env.PORT || 3000;
// Parse incoming JSON payloads
app.use(express.json());
app.get('/', (req, res) => {
@choco-bot
choco-bot / Install.txt
Created January 7, 2026 11:55
chromaprint v1.1 - Passed - Package Tests Results
2026-01-07 11:53:32,030 4380 [DEBUG] - XmlConfiguration is now operational
2026-01-07 11:53:32,294 4380 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2026-01-07 11:53:32,310 4380 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
2026-01-07 11:53:32,310 4380 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2026-01-07 11:53:32,327 4380 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
2026-01-07 11:53:32,327 4380 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
2026-01-07 11:53:32,340 4380 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
2026-01-07 11:53:32,340 4380 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2026-01-07 11:53:32,358 4380 [DEBUG] - Adding new typ
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created January 7, 2026 11:54
Rimworld output log published using HugsLib
Log uploaded on Wednesday, January 7, 2026, 7:54:52 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.4.2.0]: 0Harmony(2.4.1), HarmonyMod(2.4.2)
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)
Vehicle Framework(SmashPhil.VehicleFramework): SmashTools(av:1.6.0,fv:1.6.0), UpdateLogTool(av:1.6.0,fv:1.6.0), Vehicles(av:1.6.0,fv:1.6.0)
@l3genddd
l3genddd / paint.py
Created January 7, 2026 11:54
paint pyhton
import tkinter as tk
from tkinter import colorchooser, messagebox
class PaintApp:
def __init__(self, root):
self.root = root
self.root.title("Python Paint: Pro Edition")
self.pen_color = "black"
self.line_width = 3
https://developers.sber.ru/docs/ru/sberpay-sdk/web/integration
https://ecomtest.sberbank.ru/doc#section/Obshaya-informaciya