zzzzzzzs

Results 16 issues of zzzzzzzs

I just find the documentation don't work on my computer. Here is my way: 1. open Registry Editor via `regedit` 2. find each of the following place (inspired by cmder):...

For other users: 1. DSSP executable is not available in the provided ftp server. But I can get it using `conda install -c salilab dssp`, and the command is `mkdssp`...

使用`https://passport.bilibili.com/x/passport-login/oauth2/login`加上手动填写极验验证码,appkey是`783bbb7264451d82`,但是每次都是`API校验密匙错误` 我的代码是 ```csharp headers = new Dictionary{ { "env" , "prod" }, {"app-key", "android64"}, {"Buvid", "XZ686A469231BE4F88E7CB07AE269E3BF4792"}, {"Accept", "*/*"}, {"Accept-Encoding", "gzip"}, {"Accept-Language", "zh-cn"}, {"Connection", "keep-alive"}, { "User-Agent", "Mozilla/5.0 BiliDroid/7.16.0 ([email protected]) os/android...

账号相关/Account

Seems I can't see an eraser tool as against the pen. I want to be able to remove a narrow line or something in an area like I can do...

The clip from Your Name. shows that the vertical bars are distorted by the horizontally moving train. This is witnessed on v4.6 and v4.4. Using Flowframes with v1.8 and v3.1,...

**Is your feature request related to a problem? Please describe.** I find Fluent Search's quick menu less **quicker** than Listary. I hope quick menu be quicker. I find Listary opens...

TheSim:AtlasContains needs the atlas path to be absolute, but many mods don't register absolute path. See the latest commit. Add: Add `resolvefilepath` in `sanitizeassets.lua` Add `resolvefilepath` in `resolveinventoryitemassets.lua` Change: Rewrite...

```php function switnvt( &$file, $base, $pfx, $id ) { printf("== switnvt( %x , %s , %d )\n", $base, $pfx, $id); ... $list_fmt = array( 44 => ? , 0x49 =>...

enhancement

功能介绍:在修复面板添加一项工具,该工具点击后可以自动选取鼠标像素下mask的连续白色部分,或者拖拽划定矩形区域(适用于批量手动选取)。 需求:在修复图片时,不希望自动修复后手动复原,而是希望能够手动选取一部分识别出的文本区域,但又不易通过批量框选实现。 工具内容: - 选择模式: - 单选 - 合并 - 排除 ~- 交集(不需要)~ - 膨胀:滑动条(非负数)+输入框 - 图像修复按钮 - 清空按钮 ### 修复面板示意图 ![Snipaste_2024-09-06_14-41-29](https://github.com/user-attachments/assets/97ffc5eb-31d9-42ec-bd64-c952a837e043) ### 批量框选示意图 ![Snipaste_2024-09-06_14-55-44](https://github.com/user-attachments/assets/40dbf814-2376-4210-84d6-fff124f33f10)

我不是太懂刮削算法有哪些,就我个人思考,最简单的办法是正则表达式匹配,但是显然这个办法不适用于不规则字符串,所以我只能想到利用AI。 如果作者有兴趣的话可以考虑增加一个自定义接口,连接本地服务器。 我自己设计了一个简短的流程: 1. 提取关键词 ```python token_prompt = '''请把文件名"%s"进行分词处理,得到适合搜索引擎的关键词列表,以空格隔开。 示例: 输入="what_is[this]" 输出="what is this" 不要输出多余内容。 ''' ``` 2. 网页搜索 使用duckduckgo提供的免费API,获取到json格式{title,body} 3. 综合查询 ```python prompt = '''我电脑里有一部作品的文件名,请仔细研究文件名里的罗马音、日语、中文,结合网络资料,找出原作的名称,并拆分为多个搜索关键词语,输出为json数组,不做解释。 示例: 输入=[K-Raws](Make Heroine ga...

功能需求
待处理