Calc of Emacs Notes
enter Algebraic Mode
temperarily 单次进入
- 使用单引号(')
all the time 长久地进入
shortcut (m a)
- 即:mod algebraic
Org Notes
工具收集
提醒工具
- org-notify: GitHub - syohex/org-notify: System notifications of org agenda deadlines
- org-notifications: GitHub - doppelc/org-notifications: Desktop notifications for your org-agenda…
- org-alert: GitHub - spegoraro/org-alert: System notifications of org agenda items
- org-wild-notifier: GitHub - akhramov/org-wild-notifier.el: Alert notifications for org-agenda
org 官方工具列表
- 地址: Org Mode tools!
blog 工具
- org 官方列表:Blogs and Wikis with Org
- weblorg: weblorg - documentation
- hugo
- ox-hugo
visibility
- 注:以下功能在设置完后要使用 C-c C-c 刷新 org mode
starup
| |
注:上面的逗号,我本没写,是 emacs 自动添加的
Elisp Notes
example for number conversion expmple
教程
入门
xahlee
- http://xahlee.info/emacs/index.html
- Emacs Lisp Basics
- 注意: xahlee 会跳出付费页边,可以不用管,直接点击具体条目
- xahlee 美化的 elisp 官方文档
美化格式的 elisp 官方教程
Emacs Notes
参考
packages
用过的 package
列表:
- htmlize
- cedet
- auto-complete
Bayesian Optimization
参考
- 贝叶斯条件概率
- 贝叶斯优化方法和应用综述
Exploring Bayesian Optimization
- 许多英文资料和实现库