Skip to content

Instantly share code, notes, and snippets.

using System;
using GroupDocs.Annotation.Cloud.Sdk.Api;
using GroupDocs.Annotation.Cloud.Sdk.Client;
using GroupDocs.Annotation.Cloud.Sdk.Model;
using GroupDocs.Annotation.Cloud.Sdk.Model.Requests;
class Program
{
static void Main(string[] args)
{
@Ombrelin
Ombrelin / ds.yaml
Created September 16, 2026 11:36
k8s-node-diag
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: kube-node-diag
namespace: kube-system
spec:
selector:
matchLabels:
app: kube-node-diag
template:
@citadelculture
citadelculture / MANIFEST.sha256
Created September 16, 2026 11:36
Post Fiat task_694404e95290e44964054919bb27d790 - committed-round lifecycle downgrade in validator-scoring-sidecar at pin 3ea877b946b0ac97b2ce73a89bcad13c89f0327b
c56646b129d7d820d1de09818edccc85eca1f7f8c57fa62a5d9dc9d9d97e81d4 REPORT.md
6a184b6f28e2cd9f38cc711531dea72daffd589c30e78a4fa5a557d517da0c5c _header.sh
56baa02f90f84b4b5a8c388265a7304401cee6c63f1e4006a5acaf6d3dfdef77 determinism-check.txt
7234186788def64a75486080fd05cfec5f8c564f8da3de2f828158b40d093289 discrimination-check.txt
c99c141300ee0b41f6afc958753f2c6e8bce5b9c0eb2ea8157bfeb43d99f2996 guard.patch
41c479148f6ca1ded23cd6843c3ee5c3ace1a9a2f7a4161323fc6636fb9d8674 guard_gate.py
c99c8f3fc4ffeb69e75452d3d5251df2bba233ca988676d5bee8a51b365347ad mutate.py
4063fb3daaffeedf1ec43e681adf690a7da6ac4a1d7d8b77f6ce15a2fadf24f1 naive-hardcoded-committed.patch
a4e2b0d96b075885c83e5c8c2d05772e21a0b35716952456c6d79c256d9a81a5 naive-only-full-score.patch
2530867bc136d7667c700d1dc4197e46161f1838f5e3ecb244a6eb9b2cb397a9 naive-preserve-every-state.patch
using Serilog.Events;
using ST.Gateway.Service.Utils;
using System.Text;
namespace ST.Gateway.Service.Configuration;
/// <summary>
/// Универсальный базовый валидатор и фабрика для безопасного чтения конфигурации.
/// </summary>
@MrZ3644
MrZ3644 / README.md
Created September 16, 2026 11:36
Sky step1 d0: mouse restore-rim, tail-fill mouse outline via close_nose, not ellipse/broken-stick, CLUSTER_RAD=0

Sky step 1: restore-rim. Use tail-fill mouse outline (outline_w + close_nose). Not the project-shell ellipse or broken-stick interior. CLUSTER_RAD=0, no merge. insert_stations=false, span_samples=4. No carve, no engine/skill edit, not 1:1 exam. Gizmos cleared: no red/blue axes. ultra, AO on. overlay / top / side / oblique. Each *.png.b64 is standard base64 of original PNG bytes.

python decode.py
@ro-cky-sexto-n-i-ahg
ro-cky-sexto-n-i-ahg / ref-1.md
Created September 16, 2026 11:35
Kering开云完整指南 - 基于www.all-hub-kai-yun.com

If you’ve been looking for a simple way to explore more about Kering开云, this site is worth a visit. Kering开云 offers a clean and easy-to-browse experience, making it convenient for users who want clear information without unnecessary clutter.

One thing I like about Kering开云 is how straightforward the website feels. The layout is friendly, the navigation is smooth, and the content is presented in a way that feels natural and accessible. Whether you’re casually browsing or specifically searching for details related to Kering开云, the site gives a comfortable user experience.

Another nice point is that https://www.all-hub-kai-yun.com.cn/ is easy to open and explore on a daily basis. It has a simple style that works well for people who prefer a relaxed and efficient browsing experience. If you enjoy discovering useful online platforms with a clean presentation, https://www.all-hub-kai-yun.com.cn/ is definitely a website to keep o

Contabo custom images are supported, but don’t assume a VPS snapshot is a reusable image. The documented snapshot API restores snapshots to their existing instance; the custom-image API imports an image from a URL. More on that below.
One important detail: Contabo selects hardware using a  productId , not separate CPU/RAM fields. Choose the current product matching 4 vCPU / 8 GB RAM—or the nearest larger plan—from Contabo’s product list with IDs. I’m deliberately not hardcoding a potentially outdated SKU or price.
1.  config.json 
Save these three files together. Copy your SSH public key into the same folder as  id_ed25519.pub ; never copy your private key into this configuration.
{
"product_id": "REPLACE_WITH_CURRENT_PRODUCT_ID",
@mjbe71
mjbe71 / xui-routing-ban.sh
Created September 16, 2026 11:35
Enforce fail2ban/IP-limit bans via Xray routing rules instead of iptables — for configs behind CDN proxies
#!/bin/bash
#
# xui-routing-ban.sh
#
# Purpose:
# Enforce IP-limit bans behind a CDN proxy (e.g. Cloudflare) by managing a
# dedicated Xray routing rule via the 3x-ui panel's own REST API, instead of
# relying on an iptables-based fail2ban action (which has no effect when the
# real client IP never appears as the actual packet source at the origin).
#
@dev-vitaliy
dev-vitaliy / visual-diff-checkersh.sh
Created September 16, 2026 11:35
visual-diff-checker.sh
#!/bin/bash
# Visual diff checker for web pages
# Takes screenshots at two points in time and highlights pixel differences
# Requires: Chrome/Chromium, ImageMagick
#
# For automated visual monitoring with scheduling and alerting,
# see SnapshotArchive (https://snapshotarchive.com)
set -euo pipefail
diff --git a/coco/private/repositories.bzl b/coco/private/repositories.bzl
index 98b6879..8acd532 100644
--- a/coco/private/repositories.bzl
+++ b/coco/private/repositories.bzl
@@ -237,6 +237,151 @@ def coco_repository_set(name, version, os, arch, constraints, cc_runtime_label =
name = name,
))
+# ---------------------------------------------------------------------------
+# Multi-version hub support (mirrors extensions.bzl for WORKSPACE legacy mode)