2018-02-08 聚會手記
公告
- 2018/07/29 ~ 08/05 - DebConf 2018
簽到 Sign in
- …
筆記 Note
果凍
- vim 連續縮進
http://vim.wikia.com/wiki/Shifting_blocks_visually
vnoremap > >gv vnoremap < <gv
- Language Server Protocol https://microsoft.github.io/language-server-protocol/
BeasSteve
- aguinet/dragonffi DragonFFI is a C Foreign Function Interface (FFI) library written in C++ and based on Clang/LLVM. It allows any language to call C functions throught the provided APIs and bindings. For now, only python bindings and a C++ API are provided.