TsXor

Results 25 issues of TsXor

for details see #77 I realized that I need to use a new branch so that my pull request here with not sync my changes in master. XD

> 命令行选项: > 格式: NSudoL [ 选项与参数 ] 命令行或常用任务名 称谓1:NSudoL > 例子: 以 TrustedInstaller 权限, 启用所有特权, 完整性默认运行命令提示符 > NSudo -U:T -P:E cmd 称谓2:NSudo 真正的命令行用法:执行NSudoLG.exe > E:\Users\23Xor>nsudolg -U:T -P:E cmd >...

安卓手机安装Alpine-x86-proot容器后,文件操作总缺少权限 因为mv返回operation not permitted,tmoe-tool甚至都没法安装 其他信息: 设备已经用magisk root,安装了busybox ndk,但是为了测试没有root的情况,对termux启用了magisk hide。

**如果你有什么奇奇怪怪的问题可以试试这个** 细节: 链接原软件的临时目录,保证关闭后删干净残余 ~~脚本小子心血之作~~基于原破解文件添加一些功能性脚本 下载:https://23xor.lanzoui.com/b016jw18d (密码:cgsb) exe是便携单文件版,zip解压后可用nsis编译 注:叫norouting是因为下一步打算用v2ray核心精准分流 > 使用现有v2ray/ss客户端分流:看下面 注意: ~~没在win10机器上试过~~ 现在试过了 预告: 下一步将通过一些奇葩思路实现不用重启

Integrates https://github.com/TsXor/photoshop-ActionManager-python with minimum modification to main tree. There's a problem: it seems that the generated code reference is not enough to document my submodule. So what should I do...

1. 降低pyproject.toml的flake8的版本到3.6.0 根据[hound的说明](http://help.houndci.com/en/articles/2138537-flake8),他们使用flake8 v3.6.0 而本项目poetry环境配置的版本是v4.0.0,这两个版本的检查标准并不一样,本地flake8检查通过,hound一审还是有violation。 2. 配置hound忽略BLK100 也就是让hound不再发出“black would make changes”警告。因为这个警告说的太模糊了,意思就是“black会改正”,结果在poetry环境里跑完black还会报这个错。最后只能加`# noqa`解决。 关闭方法[在这](https://github.com/houndci/hound/issues/1769#issuecomment-572677506)

There is a problem in the current AM part of this api: When you use "get" functions, what you get **is** AM thing, but **not** an AM thing as well....

See https://github.com/TsXor/manga-loader/blob/enhance/MLEP-IRS.md for details. I don't think @fuzetsu can see this, but at least I should declare its existance. This PR contains my previous enhances as well.

following snippet will not compile under mingw-w64 ```c++ #include "windivert.h" #include int main(void) { std::vector x = {1, 2, 3, 4}; } ``` mingw version: ``` Using built-in specs. COLLECT_GCC=D:\chocolatey\lib\mingw\tools\install\mingw64\bin\gcc.exe...

```bash gsudo socketdump.exe "ip or ipv6" gsudo socketdump.exe "not ip and not ipv6" gsudo socketdump.exe "ip" gsudo socketdump.exe "ipv6" ``` fails to show socket events ```bash gsudo socketdump.exe "not ip...