Skip to content

Instantly share code, notes, and snippets.

@forkyau
forkyau / hourly_rainfall_data-2025-11-28|22-15.csv
Created November 28, 2025 14:31
GIST created by python code
id station stationid value unit obstime date
0 流浮山 RF001 0 mm 2025-11-28T22:15:00+08:00 2025-11-28
1 湿地公园 RF002 0 mm 2025-11-28T22:15:00+08:00 2025-11-28
2 水边围 N12 0 mm 2025-11-28T22:15:00+08:00 2025-11-28
3 石岗 RF003 0 mm 2025-11-28T22:15:00+08:00 2025-11-28
4 大美督 RF004 M mm 2025-11-28T22:15:00+08:00 2025-11-28
5 大埔墟 RF005 0 mm 2025-11-28T22:15:00+08:00 2025-11-28
6 北潭涌 RF006 0 mm 2025-11-28T22:15:00+08:00 2025-11-28
7 滘西洲 RF007 0 mm 2025-11-28T22:15:00+08:00 2025-11-28
8 西贡 N15 0 mm 2025-11-28T22:15:00+08:00 2025-11-28
@flash1293
flash1293 / TYPE_SAFETY_ANALYSIS.md
Created November 28, 2025 14:30
Try to generate a go client from dashboard API

Panel Type Safety Issues - Kibana Dashboards Go Client

Problem

The generated client cannot specify dashboard panels in a type-safe way. All panel configuration must be done with untyped maps or manual JSON marshaling.

Panel Structure

Panels use a 3-level union type system:

@Som23Git
Som23Git / n8n_workflow.json
Created November 28, 2025 14:30
n8n workflow with nodes for the elastic agent builder setup
{
"nodes": [
{
"parameters": {
"updates": [
"message"
],
"additionalFields": {}
},
"type": "n8n-nodes-base.telegramTrigger",
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created November 28, 2025 14:29
Rimworld output log published using HugsLib Standalone Log Publisher
This file has been truncated, but you can view the full file.
Log uploaded on Friday, November 28, 2025, 10:29:30 PM
Loaded mods:
Harmony(brrainz.harmony)[v:2.4.2.0][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)
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)
@Pat3920
Pat3920 / lcn_temp_korrektur.yaml
Created November 28, 2025 14:29
lcn_temp_korrektur.yaml
blueprint:
name: LCN Temperature Correction with Outlier Filter
description: >
Corrects TVAR based on R1VAR, applies a configurable offset, filters outliers
(e.g. +140°C, -100°C), restores last valid value, and supports optional logging.
domain: automation
input:
r1_sensor:
name: R1VAR Sensor
Pipeline still running ...
PipelineRun is still running: Tasks Completed: 22 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 6
[set-github-status-pending : set-github-status] Setting github status of commit c67f35908419c3a6267c2cf98c230cfc526842fd to pending
[set-github-status-pending : set-github-status] + '[' false == true ']'
[set-github-status-pending : set-github-status] + echo 'Setting github status of commit c67f35908419c3a6267c2cf98c230cfc526842fd to pending'
[set-github-status-pending : set-github-status] + set-github-status --git-repo-url [email protected]:redhat-openshift-ecosystem/certified-operators-preprod.git --commit-sha c67f35908419c3a6267c2cf98c230cfc526842fd --status pending --context operator/publish --description 'Pipeline for operator distribution has started.'
[set-github-status-pending : set-github-status] 2025-11-28 14:12:53,456 [operator-cert] INFO Successfully set status to pending for commit c67f35908419c3a6267c2cf98c230cfc526842fd in github repo [email protected]:redhat-openshift-ecos
@nilaoda
nilaoda / DragDropHintWindow.xaml
Created November 28, 2025 14:29
Detect Windows Drag&Drop Event using UIAutomationClient. Code generated by gemini. 监测Windows文件拖动事件
<Window x:Class="SystemDrag.DragDropHintWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="DragDropHintWindow"
Height="60" Width="250"
AllowsTransparency="True"
WindowStyle="None"
Topmost="True"
Background="#CC000000"
Foreground="White"
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created November 28, 2025 14:29
Rimworld output log published using HugsLib
Log uploaded on Friday, November 28, 2025, 4:29:09 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)
Vanilla Backgrounds Expanded(vanillaexpanded.backgrounds): VBE(1.0.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)
@kgnio
kgnio / 404notFound.tsx
Last active November 28, 2025 14:30
Global 404 not found page tamplate for my projects.
"use client";
import React from "react";
import { Ghost, Cog, Sparkles } from "lucide-react";
const NotFoundEn: React.FC = () => {
return (
<div className="relative flex min-h-[60vh] w-full items-center justify-center p-6">
<div className="absolute inset-0 -z-10 bg-gradient-to-b from-muted/40 via-transparent to-muted/40" />
@choco-bot
choco-bot / FilesSnapshot.xml
Created November 28, 2025 14:29
yinxiangbiji v6.21.19.2326 - Failed - 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\yinxiangbiji\yinxiangbiji.nupkg" checksum="B869F1AFF316AB250D3902219562D440" />
<file path="C:\ProgramData\chocolatey\lib\yinxiangbiji\yinxiangbiji.nuspec" checksum="89922ACD1FAE9BC8493F403E3812D0A4" />
<file path="C:\ProgramData\chocolatey\lib\yinxiangbiji\tools\chocolateyinstall.ps1" checksum="08CE776A70A646A5016664670216A1FA" />
<file path="C:\ProgramData\chocolatey\lib\yinxiangbiji\tools\chocolateyuninstall.ps1" checksum="4FA6742008CC24648A5F93628A53DB39" />
</files>
</fileSnapshot>