https://github.com/openacid/learn
A collection of resource about engineering, devops etc.
https://github.com/openacid/learn
Last synced: over 1 year ago
JSON representation
A collection of resource about engineering, devops etc.
- Host: GitHub
- URL: https://github.com/openacid/learn
- Owner: openacid
- License: mit
- Created: 2018-09-20T06:59:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-17T10:22:42.000Z (over 5 years ago)
- Last Synced: 2025-01-14T13:54:11.075Z (over 1 year ago)
- Language: HTML
- Size: 1.69 MB
- Stars: 5
- Watchers: 5
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project learn
A collection of resource about engineering, devops etc.
Official site: [openacid.github.io/learn](https://openacid.github.io/learn/)
## Code styles
[General development guide](code-style/general)
- [Lua code style](code-style/lua)
- [Python code style](code-style/python) based on [Google python style guide](code-style/google-python-style-guide)
- [Shell style guide by google](code-style/google-shell-style-guide)
- [Goland style](code-style/go)
## Git
- [Git usage guide](dev/git-guide)
- [How to write a git commit message](dev/how-to-write-a-git-commit-message)
## Utils
- 数学符号输入-搜狗拼音短语配置:
1. 下载短语配置 [sougou-pinyin-phrases.ini](productivity/sougou-math/sougou-pinyin-phrases.ini)

1. 导入到搜狗自定义短语(导入时不会覆盖已有的)



1. 输入gamma, 得到γ的提示:

**欢迎提pr, 共享好用的快捷方式**~
- 数学符号输入-对vim患者:
`ctrl-k g *` 是输入gamma(γ)
see: `:help digraph`