Skip to content

Instantly share code, notes, and snippets.

@kipsun-uz
kipsun-uz / bookmark_rzfe.js
Created June 3, 2026 16:44
📖 开云学习笔记 - 资源: https://grow-kaiyun.com.cn/
/**
* 开云 - 资源书签
* 官方网站: https://grow-kaiyun.com.cn/
*/
const RESOURCE = {
name: '开云',
url: 'https://grow-kaiyun.com.cn/',
description: '开云资源集合',
tags: ['resources', 'tools', 'useful'],
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created June 3, 2026 16:44
Rimworld output log published using HugsLib Standalone Log Publisher
This file has been truncated, but you can view the full file.
Log uploaded on Wednesday, June 3, 2026, 6:43:03 PM
Loaded mods:
Prepatcher(zetrith.prepatcher): 0Harmony(2.4.2), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0)
Harmony(brrainz.harmony)[v:2.4.2.0][mv:2.4.2.0]: 0Harmony(av:2.4.2,fv: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)
Odyssey(Ludeon.RimWorld.Odyssey): (no assemblies)
@choco-bot
choco-bot / FilesSnapshot.xml
Created June 3, 2026 16:44
dagger v0.21.4 - Passed - 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\dagger\dagger.nupkg" checksum="0779BCA81A0593CC87E2B7B2A54FD425" />
<file path="C:\ProgramData\chocolatey\lib\dagger\dagger.nuspec" checksum="E96276B3C4E0CAA6BB5C26D8BC5E6DB4" />
<file path="C:\ProgramData\chocolatey\lib\dagger\dagger_v0.21.4_windows_amd64.zip.txt" checksum="C4892EB6E6B6464A59C7715F9BE378EA" />
<file path="C:\ProgramData\chocolatey\lib\dagger\tools\chocolateyInstall.ps1" checksum="2D510DC18ABDED36215E3C96548C12A7" />
<file path="C:\ProgramData\chocolatey\lib\dagger\tools\dagger.exe" checksum="83214657D2A5BAB13C32276DC6AE9EE2" />
<file path="C:\ProgramData\chocolatey\lib\dagger\tools\LICENSE" checksum="8A7B9DC5A7C3B70A2AE96792587EEF4A" />
</files>
@tez123z
tez123z / cs-architecture-bpmn.html
Created June 3, 2026 16:43
CS/ADHD Prescribing Pilot — Architecture BPMN (swim lane diagram)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CS/ADHD Pilot — Architecture BPMN</title>
<style>
:root {
--ops: #fee2e2; --ops-border: #dc2626; --ops-text: #991b1b;
--cred: #dbeafe; --cred-border: #2563eb; --cred-text: #1e40af;
@ramonkevoy
ramonkevoy / bookmark_9wmr.py
Created June 3, 2026 16:43
📚 星空娱乐官网资源整理 | https://xingkongyule-access.com.cn/
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
星空娱乐官网 - 资源收藏脚本
来源: https://xingkongyule-access.com.cn/
"""
# 资源配置
RESOURCES = {
"name": "星空娱乐官网",
@you197710-cloud
you197710-cloud / google-maps.json
Created June 3, 2026 16:42
Immich Google Map Style
{
"version": 8,
"sources": {
"google-maps-tiles": {
"type": "raster",
"tiles": [
"https://googleapis.com{x}&y={y}&z={z}&key=AIzaSyAdsveK8wQ20QjuRQ3fTePuDdfPhZOylgI"
],
"tileSize": 256
}
@sacrosanct-uary
sacrosanct-uary / .lua
Created June 3, 2026 16:42
Luau HttpService request
--!strict
local HttpService = game:GetService("HttpService")
local GroupId = 36038282
local Success: boolean, ErrorMessage: string?, response: {}? = pcall(function()