Skip to content

Instantly share code, notes, and snippets.

@ZONGRUICHD
ZONGRUICHD / codex-quota.json
Last active July 17, 2026 19:50
Live, sanitized Codex weekly quota for zongtech.xyz
{
"schemaVersion": 1,
"remainingPercent": 4,
"usedPercent": 96,
"windowMinutes": 10080,
"resetsAt": "2026-07-23T04:36:15.000Z",
"observedAt": "2026-07-17T19:50:25.890Z"
}
{
"accounts": [
{
"platform": "App Store",
"username": "quodonnell@gmail.com",
"password": "Dd10096da",
"region": "美国",
"status": "正常",
"description": "使用有风险,建议购买独享账号,禁止登入设置",
"isPublic": true,
@DONjuanLucky
DONjuanLucky / clarissa-backend.json
Last active July 17, 2026 19:50
Clarissa voice agent backend resolver
{
"backendUrl": "https://travelling-sagem-track-possess.trycloudflare.com",
"updatedAt": "2026-07-17T19:50:28.210Z",
"service": "clarissa-voice-agent"
}
@taunt-nuptials-lid
taunt-nuptials-lid / The Legend of Zelda.md
Created July 3, 2026 03:37
Download The Legend of Zelda: Tears of the Kingdom Switch NSP XCI

The Legend of Zelda

@thecryptocowboys2
thecryptocowboys2 / l1_data.json
Last active July 17, 2026 19:50
Crypto Cowboy L1 Data
{"ts": "2026-07-17T19:50:27.466032+00:00", "last_poll": "2026-07-17T19:50:27.466032+00:00", "poll_count": 116491, "funding": {"binance": 0.0254, "okx": 0.1471, "bybit": -0.0811}, "long_short": {"long": 61.72, "short": 38.28, "ratio": 1.61}, "oi": {"oi_usd": 6.42, "chg_4h": 0.88, "chg_24h": -0.94}, "liqs": {"time": 1784304000000, "long_liquidation_usd": 341345.16, "short_liquidation_usd": 4836654.39}, "cvd": {"1h": {"value": 0, "signal": "NEUTRAL"}, "4h": {"value": 83.88, "signal": "STRONG BUY"}, "1d": {"value": -2939.6, "signal": "STRONG SELL"}}, "etf": {"net_flow_usd": 79.1, "signal": "INSTITUTIONAL BUYING", "date": "1784160000000"}, "fear_greed": {"value": 28, "label": "Fear"}, "dxy": {"price": 100.78, "direction": "UP", "chg": 0.05}, "btc_dominance": {"price": 0, "direction": "NEUTRAL", "chg": 0}, "coinbase_premium": {"value": -29.47, "signal": "US INSTITUTIONS SELLING", "coinbase": 64153.435, "okx": 64182.9}, "exchange_netflow": {"net_usd": 9.9, "inflow_usd": 27.18, "outflow_usd": 17.28, "signal": "DISTRI
@Mendynguss
Mendynguss / habitica_data.txt
Last active July 17, 2026 19:50
habitica sync
HABITICA DATA SYNC
Last Updated: 7/17/2026, 9:49:27 PM
USER LEVEL
Level: 81 Class: warrior HP: 20/50 XP: 4227/2590 MP: 584/1676 Gold: 341
CHARACTER STATS (Base)
⚔️ Strength (STR): 0 🎯 Perception (PER): 0 🧠 Intelligence (INT): 79 ❤️ Constitution (CON): 0
[
{
"id": "alf-psk-cancelled-c9f34c82",
"routeCode": "ALF-PSK",
"routeName": "Haida Gwaii (Alliford) - Haida Gwaii (Skidegate)",
"title": "Sailing Cancellation",
"message": "Due to a mechanical difficulty with the vessel\u2019s #2 right angle drive, some sailings between Alliford Bay (Moresby Island) - Skidegate (Graham Island) today, Thursday, July 16, have been cancelled.\n\nCancelled Sailings:\n\n7:00 am departing Alliford Bay\n\n7:30 am departing Skidegate\n\n8:00 am departing Alliford Bay\n\n8:30 am departing Skidegate\n\nAdditional sailings are at risk of being cancelled while our engineers work on resolving the issue.\n\nIn the meantime, a 12-passenger water taxi has been sourced to provide complimentary service starting at approximately 7:00 am from Alliford Bay, and will follow the regular posted schedule. Customers will load the water taxi from the ferry ramp at the terminals.",
"severity": "cancelled",
"startDate": "2026-07-16T13:52:00Z",
"endDate": "2026-07-17T06:
@HONGYANG-j
HONGYANG-j / personalagent.ics
Last active July 17, 2026 19:50
PersonalAgent iCal — auto-updated
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//PersonalAgent//LocalScheduler//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:PersonalAgent Tasks
X-WR-TIMEZONE:Asia/Kuala_Lumpur
BEGIN:VEVENT
UID:pa-20@personalagent.local
DTSTAMP:20260717T195022Z
#!/usr/bin/env python3
"""Clean standalone ZMQ SUB subscriber for vLLM metric updates.
Decodes msgpack payloads and prints ZmqMetricsStats fields.
"""
import argparse
from dataclasses import dataclass
from typing import Any, Optional
import msgpack
1784317821