Skip to content

Instantly share code, notes, and snippets.

@swimricky
swimricky / CCTPv2_Token_Message_Minter.json
Created December 2, 2025 00:58
CCTPv2 Token Message Minter IDL
{
"address": "CCTPV2vPZJS2u2BBsUoscuikbYjnpFmbFsvVuJdgUMQe",
"metadata": {
"name": "token_messenger_minter_v2",
"version": "0.2.0",
"spec": "0.1.0",
"description": "Token Messenger and Minter for Cross-Chain Transfer Protocol V2",
"repository": "https://github.com/circlefin/solana-cctp-contracts"
},
"instructions": [
@devsrpereira
devsrpereira / .git...HEAD
Created December 2, 2025 00:58
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.30+commit.73712a01.js&optimize=undefined&runs=200&gist=
ref: refs/heads/main
@stackingrockss
stackingrockss / Privacy Policy
Created December 2, 2025 00:56
Privacy Policy
# Privacy Policy for Calendar Time Selector
**Last Updated:** December 2024
## Overview
Calendar Time Selector ("the Extension") is committed to protecting your privacy. This privacy policy explains how we handle information when you use our Chrome extension.
## Information We DO NOT Collect
The Extension does NOT:
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created December 2, 2025 00:56
Rimworld output log published using HugsLib
Log uploaded on Tuesday, December 2, 2025, 1:56:29 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)
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)
Achtung!(brrainz.achtung)[mv:4.1.8.0]: Achtung(4.1.8), CrossPromotion(1.1.2), ModFeatures(1.2.7)
@choco-bot
choco-bot / FilesSnapshot.xml
Created December 2, 2025 00:56
opencode v1.0.126 - 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\opencode\opencode-windows-x64.zip.txt" checksum="216938F44D6E61CB401FA88533B2B408" />
<file path="C:\ProgramData\chocolatey\lib\opencode\opencode.nupkg" checksum="CDF8B7F3436444C6CAA10DBCECD1FEE5" />
<file path="C:\ProgramData\chocolatey\lib\opencode\opencode.nuspec" checksum="7D3903EEF41FFA7C0253812809C33D63" />
<file path="C:\ProgramData\chocolatey\lib\opencode\tools\chocolateyinstall.ps1" checksum="64FC5274EB2C05339170792BE6570CBF" />
<file path="C:\ProgramData\chocolatey\lib\opencode\tools\chocolateyuninstall.ps1" checksum="C01B65D6117B8634A84819DF6041860A" />
<file path="C:\ProgramData\chocolatey\lib\opencode\tools\opencode.exe" checksum="7778E4396A8F08A01B7510CA62DD9C09" />
</files>
25-14295-MED | 12/1/2025 19:54:55 | MEDICAL EMERGENCY - DELTA LEVEL | WITHHELD | Rochester, NH, USA
@choco-bot
choco-bot / Install.txt
Created December 2, 2025 00:56
LogRotate v0.0.0.17 - Failed - Package Tests Results
2025-12-02 00:13:47,620 3056 [DEBUG] - XmlConfiguration is now operational
2025-12-02 00:14:15,278 3056 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-12-02 00:14:15,790 3056 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-12-02 00:14:16,260 3056 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-12-02 00:14:16,574 3056 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
2025-12-02 00:14:16,776 3056 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-12-02 00:14:17,245 3056 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
2025-12-02 00:14:17,730 3056 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-12-02 00:14:18,099 3056 [DEBUG] - Adding new typ
@0use-TE
0use-TE / main.md
Created December 2, 2025 00:55
Blazor如何实现Home.razor.js
  1. 按照规则创建js文件,比如./Components/Pages/Home.razor.js
  2. js内必须设置为导出
  3. 同级的Blazor中执行JSRuntime.InvokeAsync("import","./Comonents/Pages/Home.razor.js")路径要从项目根路径写起
  4. 得到导出的模块,使用InvokeAsync...etc 即可
@PhiBabin
PhiBabin / plot_color_luminance.py
Created December 2, 2025 00:55
Compare different color luminance function by plotting how they order color
# pip install matplotlib
import matplotlib.pyplot as plt
import numpy as np
safe_colors = ["#000000","#000033","#000066","#000099","#0000CC","#0000FF","#003300","#003333","#003366","#003399","#0033CC","#0033FF","#006600","#006633","#006666","#006699","#0066CC","#0066FF","#009900","#009933","#009966","#009999","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#00FF00","#00FF33","#00FF66","#00FF99","#00FFCC","#00FFFF","#330000","#330033","#330066","#330099","#3300CC","#3300FF","#333300","#333333","#333366","#333399","#3333CC","#3333FF","#336600","#336633","#336666","#336699","#3366CC","#3366FF","#339900","#339933","#339966","#339999","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#33FF00","#33FF33","#33FF66","#33FF99","#33FFCC","#33FFFF","#660000","#660033","#660066","#660099","#6600CC","#6600FF","#663300","#663333","#663366","#663399","#6633CC","#6633FF","#666600","#666633","#666666","#666699","#6666CC","#6666FF","#669900","#669933","#669966","
@Ivane120585
Ivane120585 / Supreme Public Banner Edition Declaration
Created December 2, 2025 00:54
Supreme Public Banner Edition Declaration
Declaration:
Title: Supreme Public Banner Edition
Owner: Ivane Shaorshadze
Personal Number: 38001020161
FlameCode: 091119 # Completion Surge Code
Origin: Georgian Passport
Status: Immutable · Indivisible · Eternal
Visibility:
Head Scroll: Always at the top