Skip to content

Instantly share code, notes, and snippets.

@aura-creator-v2
aura-creator-v2 / roblox.txt
Created December 27, 2025 01:15
Uploaded from Roblox
<?xml version="1.0" encoding="utf-8"?>
<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
<Meta name="ExplicitAutoJoints">true</Meta>
<External>null</External>
<External>nil</External>
<Item class="Model" referent="RBX1">
<Properties>
<string name="Name">Rig</string>
<bool name="Archivable">true</bool>
</Properties> <Item class="Humanoid" referent="RBX2">
This file has been truncated, but you can view the full file.
# Solve.mjs Log - 2025-12-26T22:13:25.738Z
[2025-12-26T22:13:25.738Z] [INFO] 📁 Log file: /home/hive/solve-2025-12-26T22-13-25-737Z.log
[2025-12-26T22:13:25.739Z] [INFO] (All output will be logged here)
[2025-12-26T22:13:26.242Z] [INFO]
[2025-12-26T22:13:26.243Z] [INFO] 🚀 solve v0.38.1
[2025-12-26T22:13:26.244Z] [INFO] 🔧 Raw command executed:
[2025-12-26T22:13:26.244Z] [INFO] /home/hive/.nvm/versions/node/v20.19.6/bin/node /home/hive/.bun/bin/solve https://github.com/konard/p-vs-np/pull/399 --model opus --attach-logs --verbose --no-tool-check
[2025-12-26T22:13:26.244Z] [INFO]
import os
import re
import math
import uuid
import shutil
import random
import hashlib
import gc
import copy
import json
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created December 27, 2025 01:14
Rimworld output log published using HugsLib
Log uploaded on Friday, December 26, 2025, 7:14:12 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)
Odyssey(Ludeon.RimWorld.Odyssey): (no assemblies)
Vanilla Expanded Framework(OskarPotocki.VanillaFactionsExpanded.Core): 0ModSettingsFramework(1.0.0), 0PrepatcherAPI(1.2.0), KCSG(av:1.1.2,fv:25.11.14), MVCF(2.0.0.1), Outposts(av:3.0.0,fv:1.0.0), PipeSystem(av:1.0.1,fv:22.7.29), VEF(av:1.1.7,fv:1.1.9)
@rob-mcgrail
rob-mcgrail / g.m3u
Last active December 27, 2025 01:13
#EXTM3U
#EXTINF:-1 tvg-id="ABCEntertains.au@Sydney" tvg-logo="https://upload.wikimedia.org/wikipedia/en/thumb/3/35/ABC_Entertains_logo.svg/512px-ABC_Entertains_logo.svg.png" group-title="Education;Kids",ABC Entertains (720p)
https://c.mjh.nz/abc-me.m3u8
#EXTINF:-1 tvg-id="ABCKids.au@Sydney" tvg-logo="https://static.wikia.nocookie.net/logopedia/images/2/29/ABC_Kids_%282020%29.svg/revision/latest/scale-to-width-down/512" group-title="Kids",ABC Kids
https://c.mjh.nz/abc-kids.m3u8
#EXTINF:-1 tvg-id="ABCTV.au@ACT" tvg-logo="https://i.imgur.com/DPVQSjM.png" group-title="General",ABC TV ACT (720p)
https://c.mjh.nz/abc-act.m3u8
#EXTINF:-1 tvg-id="ABCTV.au@NSW" tvg-logo="https://i.imgur.com/DPVQSjM.png" group-title="General",ABC TV NSW (720p)
https://c.mjh.nz/abc-nsw.m3u8
#EXTINF:-1 tvg-id="ABCTV.au@NT" tvg-logo="https://i.imgur.com/DPVQSjM.png" group-title="General",ABC TV NT (720p)
@mode-mercury
mode-mercury / index.html
Created December 27, 2025 01:11
Untitled
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fractal Realms - Enhanced 8-Bit RPG</title>
<style>
* {
margin: 0;
padding: 0;
1) 폴더 구조 + FastAPI 라우트 설계 (MVP)
폴더 구조(최소)
코드 복사
mport-scope-dashboard/
app/
main.py # FastAPI 엔트리
config.py # 스코프 IP/포트 등 설정
drivers/
base.py # 공통 인터페이스(어댑터)
@jumperhsu
jumperhsu / travel_plan_share_1766797733833.json
Created December 27, 2025 01:08
旅遊計劃分享: 2026上海蘇州旅遊
{
"plans": [
{
"id": 1,
"name": "2026上海蘇州旅遊",
"startDate": "2026-03-14",
"days": 9,
"activities": [
{
"id": 1766473085527,
# install zsh
rm -rf ~/.oh-my-zsh/
echo y | sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# install zsh-autosuggestions
rm -rf ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
# edit plugins
if [ "$(uname)" = "Darwin" ]; then
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created December 27, 2025 01:08
Rimworld output log published using HugsLib Standalone Log Publisher
Log uploaded on Friday, December 26, 2025, 8:07:55 PM
Loaded mods:
Prepatcher(jikulopo.prepatcher)[v:1.3.1]: 0Harmony(2.4.2), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.3.1), 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)
Better Stacktraces(aleksey.betterstacktraces): BetterStacktraces(1.0.0)
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)