This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters] | |
| "CrashOnCtrlScroll"=dword:00000000 | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\crashdump] | |
| "Dump1Keys"=dword:00000001 | |
| "Dump2Key"=dword:0000007d | |
| // 0x7D: ScrLk in JIS | |
| // ref. https://bsakatu.net/doc/scancode/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hunyuan-T1 | |
| 当前体验demo为非联网Hunyuan-T1 最新推理模型,完整版联网/非联网能力即将在元宝上线,敬请期待! | |
| Critique English text below: | |
| Reinforcement learning has pioneered a new Scaling paradigm in the post-training phase of large language models, a breakthrough that is increasingly attracting attention from the industry. With the successive release of OpenAI's O-series models and DeepSeek R1, the excellent performance demonstrated by the models fully proves the crucial role of reinforcement learning in the optimization process. | |
| 复制内容 | |
| 已深度思考 | |
| 好的,我现在需要处理用户的请求,即对一段英文文本进行批判性评价。首先,我要仔细阅读用户提供的文本,并理解其内容和结构。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "language":null, | |
| "agent":"CodeActAgent", | |
| "max_iterations":null, | |
| "security_analyzer":null, | |
| "confirmation_mode":null, | |
| "llm_model":"lm_studio/gemma-3-4b", | |
| "llm_api_key":"000000000000000", | |
| "llm_base_url":"http://10.10.10.10:1234/v1", | |
| "llm_embedding_model":"local", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Taken and modified from https://developers.cyberagent.co.jp/blog/archives/44592/ | |
| # I think also mostly vibecoded circa 2025/07 | |
| import threading | |
| from collections import deque | |
| import time | |
| import signal | |
| import sys | |
| from datetime import datetime | |
| from audio_player import AudioPlayer |
OlderNewer