account-login
account-login
@skywind3000 kcp 的 rto 只跟 ack rtt 有关,不受丢包重传影响,所以 @zsounder 说增加的是是固定数值。
I've implemented PCRE regex search functionality sometimes ago. You may try out my branch at https://github.com/account-login/mintty/commits/z-1 . Limiting regex match to a single line is not implemented as mintty currently...
Hello, I've checked the null build case again and found another problem: https://github.com/account-login/make.py/commit/8a83d39473e87983c5f5106bfc32725747c90603. When dealing rule with multiple targets, only one of the target is marked in the `completed` set,...
What's the purpose of seeding? I think the purpose of seeding can be viewed as generating different permutations, with this in mind, xor the input with seed is not sufficient....
For people converting from pandoc markdown: you can use `pandoc -f markdown+east_asian_line_breaks --wrap=none` to remove line breaks.