Results 12 issues of minghu6

PR主要内容: 1. 补充完善后缀数组章节的文本,主要是倍增算法和height数组性质引理的证明部分,使更易于理解; 2. 对后缀数组章节涉及的字符串概念和计数排序部分也进行了使更易于理解的文本优化。 ~另外在这里给大家拜一个早年。~ ~另外在这里给大家拜一个晚年。~ 在这里祝大家欢度夏日

Discussion / 需要讨论
Pending review / 等待审核

如题,downloader验证码get后,VS14上生成的spliter.exe运行出现: ../downloader/captchas/00179352-2c1b-42c9-83c2-c88402639381.png OpenCV Error: Assertion failed (dims

在看《编译原理之美》过程中自己花了些时间用Gradle组织了playscript-java这个项目,还包括使用层级的结构组织代码和写了一个简单的集成测试,也许对其他人有些用处。 [项目地址](https://bitbucket.org/minghu6code/ps-java/src/master/) 吐槽一下: 虽然有优秀的IDEA支持,写一个Java非SpringBoot项目还是太浪费时间(可能IDEA的团队在开发的时候,就是实在受不了Java表达能力的捉急的才开发了Kotlin)。特别是看到ASTEvaluator里面那些处理计算的代码,我真的佩服宫老师居然能花那么多时间去搬砖(这些代码我是不管统一的编码风格,直接copy了)。 做编译前端的语言关键得有一个原生的模式匹配和函数头等成员的支持,要不然写起来太累太费时间,所以我这个项目就是支持到成功运行样例的程度,没有很强的动力去拓展别的。

I found in `rebar3 shell`: If create 'S' and send request function call seperated with **comma** , that's ok: ```erlang 1> {ok, S1}=hellostreamingworld_multi_greeter_client:say_hello(ctx:new()), 1> grpcbox_client:send(S1, #{name => "hi", num_greetings =>...

code in basic/set ```go // 判断集合 one 是否是集合 other 的超集 func IsSuperset(one Set, other Set) bool { if one == nil || other == nil { return false } oneLen...

En..., I have to reopen #160 for the fact as follows: The field `f_op` used by `vfs_xx` is a set of wrapper, e.g. [proc_reg_file_ops](https://elixir.bootlin.com/linux/v5.15/C/ident/proc_reg_file_ops), it wrapps the function ptr in...

Because of `sys_open` was replaced by `sys_openat`in use, there is no way to test it. When switching to other syscall, print such as `pr_info` causing fatal page fault which crash...

There is no need to create **manually** `/dev/net/tap` each time. And the 10, 200 is the `/dev/net/tun` based on [device.txt](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/Documentation/admin-guide/devices.txt). So, `sudo mknod /dev/net/tap c 10 200` is just creating...

**Env**: Ubuntu 22.04, Python 3.10, Gnome Shell Pressing `down` too quickly causes `show` returns `None` unexpectly (especially for the long menu). And as a workaround, If I put the `show`...

bug

When I add `{ rebar3_elixir_compile, ".*", {git, "https://github.com/barrel-db/rebar3_elixir_compile.git", {branch, "master"}}}`, `{ rebar3_elixir_compile, {git, "https://github.com/barrel-db/rebar3_elixir_compile.git", {branch, "master"}}}` or just `rebar3_elixir_compile` to the `plugins` of `~/.config/rebar3/rebar.config`. It always reports `.config/rebar3/rebar.config exists but...