BIGSING

Results 18 issues of BIGSING

推荐:https://github.com/panxw/panxw.github.com

``` /// /// 通过注册表读取某字符串数值 /// /// /// /// public static string? ReadPathFromReg(string subPath, string name) { string? res = null; try { RegistryKey? key = Registry.LocalMachine.OpenSubKey(subPath); if (key is not...

对代码做了一些优化,目前测试提高了近50倍(另外使用了缓存以及缩短了搜索范围),贴一下,作为参考: ``` /// /// 内存过滤规则,例如:(state == MEM_COMMIT && (protect == PAGE_EXECUTE || protect == PAGE_EXECUTE_READ || protect == PAGE_EXECUTE_READ || protect == PAGE_READWRITE || protect == PAGE_READONLY)) /// /// ///...

enhancement

有这些的特效吗:https://particles.js.org/samples/index.html#Wobble 当然他这个里面还有其他特效,也可以参考下。

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem 在没有root权限的时候可以用这个方式来禁用App ### Describe the solution 参考: https://apkpure.com/cn/kids-app-qustodio/com.qustodio.qustodioapp https://github.com/diyarfaraj/AppBlockr 阻止效果: ![image](https://github.com/lihenggui/blocker/assets/14847818/23b3fd1c-3ba4-422d-9124-c4c5fc320d43)...

enhancement

- **Etcher version:** 1.19.21 - **Operating system and architecture:** - **Image flashed:** - **What do you think should have happened:** - **What happened:** - **Do you see any meaningful error...

### 是否已存在类似的功能请求? - [X] 我已搜索现有的功能请求 ### 痛点 我希望可以实现自定义的声音克隆 ### 建议的解决方案 由使用者提供原始录音文件,然后保存为一个声音模板,后面文本生成语音就可以选择这个声音模板。 ### 有用的资源 _No response_ ### 其他信息 _No response_

enhancement

https://github.com/StuckAtPrototype/Racer 然后放在家里可以跟家人玩,弄上室内布局扫描和记忆,每次行动的时候自动规划路线。 当某人说:去到主卧喊小明吃饭去、写作业去…… 就能自动执行了,比较有意思。(因为有声纹识别人物了,后续应用场景就比较多了)