Linwei

Results 43 issues of Linwei

- `C`:[kcp](https://github.com/skywind3000/kcp),7591 star,纯算法快速可靠协议,提供比 TCP 更低的传输延迟(RTT)。 - `shell`:[z.lua](https://github.com/skywind3000/z.lua),1418 star,快速路径切换工具,能在 shell 下学习你的使用习惯,并帮你快速切换到想要去的目录。 - `vim`:[asyncrun.vim](https://github.com/skywind3000/asyncrun.vim),1040 star,后台异步运行命令并把结果实时显示到 quickfix 窗口。 - `C`: [mini3d](https://github.com/skywind3000/mini3d):907 star,教学项目,C 语言 700 行内实现 3D 软件渲染器。

When I was using z.sh on my Cygwin, I found one path has two or more difference history entries: ```bash linwei@weilin0:/cygdrive/d/acm/github/vim/lib% z 0.5 /cygdrive/d/acm/github/vim 0.5 /cygdrive/d/ACM/github/vim 0.5 /cygdrive/D/ACM/github/vim ..... ```...

There is a widely used and distributed cd alias: cd_func https://linuxgazette.net/109/misc/marinov/acd_func.html which uses pushd to change dir and tracks history on the dir stack. But when I began to use...

https://github.com/skywind3000/z.lua features: - 10x times faster than fasd and autojump - 3x times faster than z.sh - available for all the posix shells: bash, zsh, dash, sh, ash, busybox and...

After installation, when I run "z" before any "cd". it prompts cannot find file "C:\Users\MyName\navdb.csv"

I am here because found your name in the head of pygments_parser.py, and google tells me you have a project here. Running gnu global 6.6.2 on windows with pygments_parser.py, I...

Maupassant 十分好用,但是相比 [Even](https://github.com/olOwOlo/hugo-theme-even) / [Jane](https://github.com/xianmin/hugo-theme-jane) 两个主题,我最怀念他们的地方就是会在每个页面最底部显示社交账号链接: ![footer](https://user-images.githubusercontent.com/3035071/55864012-3bf72300-5bae-11e9-916e-ea908d9dce53.png) 配置时只需要定义: ```ini [params.social] # 社交链接 a-email = "mailto:[email protected]" b-stack-overflow = "http://en.xianmin.org/hugo-theme-jane/" c-twitter = "http://en.xianmin.org/hugo-theme-jane/" d-facebook = "http://en.xianmin.org/hugo-theme-jane/" e-linkedin = "http://en.xianmin.org/hugo-theme-jane/" f-google = "http://en.xianmin.org/hugo-theme-jane/"...

I am reading the vim rpc implementation: https://github.com/neoclide/coc.nvim/blob/eb63f778d09c37095352fb47f75e592d3d2d0192/autoload/coc/client.vim#L175-L182 The function `ch_evalexpr` will send a request to the server and wait for a response. However, the TCP socket is a bi-directional...

My favorite tabsize is 4, but the default is 8 in turbo, and I can't find a way to change it.

cscope interface has been removed in neovim-0.9.0 : https://github.com/neovim/neovim/pull/20545 Currently, gtags-cscope can't work with the latest neovim, this also makes gtags_cscope module unavailable. I am the author of [gutentags_plus](https://github.com/skywind3000/gutentags_plus), recently...