Meow Edit
批量编辑
参考:
流程简要介绍:
- 选择区域(first selection)
grab
- 为 multiple cursor, second selection 做准备
激活多个 cursor
可用的操作
- b: 激活多个单词的 cursor
- x: 多行时,激活每行作为一个 cursor 使用
f和- f: 通过搜索字符,创建 cursor
每个 cursor 的行为
Autogen
参考资料
autogen 使用非 openai 模型:
- Local LLMs and Autogen: An Uprising of Local-Powered Agents | by Baby Command…
microsoft/autogen#46 Integrate opensource LLMs into autogen
- 一个关于如何让 autogen 接入 local models 的 issue
metagpt
Functional Programming in Python
工具
工具列表
- itertools
其他内置函数
- any, all
- zip
- callable :: 判断是否可作为函数使用
- more_itertools
funcy
pipe
- GitHub - JulienPalard/Pipe: A Python library to use infix notation in Python
- 使用 Pipe(your_fun) 装换成可以通过
|调用的函数
whatever
CentOS
离线安装 docker 方法
参考:
- Install Docker in offline scenarios on Centos/RHEL 7 to run Kubernetes for NGINX Controller
- Offline install for docker on Centos 7 · GitHub
- 官方:Install Docker Engine on CentOS | Docker Docs
步骤:
- 在有网络的机器上,安装 docker
安装 yum-utils
- 提供 yumdownloader 命令
打包 docker 安装包和依赖