d59d128bd1
doc: update docs/cs.md #566
2024-03-14 00:04:47 +08:00
f3699e12cd
doc: Update cs.md ( #566 )
...
* doc: Update cs.md
将“逻辑运算”更变为一级标题
* <update>[cs.md]: add subtitle `运算符和表达式`
将`运算符和表达式`和`字符串`区分开
2024-03-13 23:42:36 +08:00
88452a8b07
feat: add docs/figma.md #567
2024-03-13 21:22:54 +08:00
dabb4b2cd7
doc: update docs/docker.md ( #565 )
...
* doc: update ansible.md
* doc: update ansible.md 代码格式
* 增加十分钟同步的域名、增加自动部署脚本
* 优化部署文档:定时任务同步pages的内容
* 优化 git-down-pages.sh 脚本 到配置
* update README.md
* 更新代码
* update: doc ansible.md
* update CONTRIBUTING.md
* update CONTRIBUTING.md fix
* 优化ansible排版格式
* fix: 定时脚本的逻辑 bug
* update: ansible.md
* update: 增加 docker 的清除命令
---------
Co-authored-by: 魏栋梁 <dongliang.wei@fujfu.com >
2024-03-12 21:01:17 +08:00
f7c2d6555f
doc: update docs/python.md ( #564 )
...
when we installed pipenv pkg, we can't run pipenv install command on our local shell, because maybe we didn't have the site-package-bin dir in system $PATH, so we need to add it firstly.
2024-03-10 12:19:42 +08:00
c076d32fc1
doc: update docs/swiftui.md ( #562 )
2024-03-08 00:46:43 +08:00
4c7e86893d
doc: update docs/r.md ( #561 )
...
Add book link to my study notes of R.
2024-03-08 00:45:16 +08:00
13991b8b5e
doc: update docs/swift.md ( #558 )
...
* fix issue
* add extension
* update
2024-03-06 17:36:48 +08:00
5fc5c065df
doc: update docs/pytorch.md ( #554 )
2024-03-05 21:23:43 +08:00
6122942c95
doc: update docs/swift.md
2024-03-05 16:35:42 +08:00
57d42b29ba
doc: update docs/swift.md ( #550 )
2024-03-05 15:12:10 +08:00
6358f19144
fix: fix markdown lint issue.
2024-02-29 11:29:56 +08:00
8ef5df72f0
doc: update docs/ansible.md #535
2024-02-29 11:29:15 +08:00
704ba7332e
doc: update docs/ansible.md ( #542 )
...
* doc: update ansible.md
* doc: update ansible.md 代码格式
* 增加十分钟同步的域名、增加自动部署脚本
* 优化部署文档:定时任务同步pages的内容
* 优化 git-down-pages.sh 脚本 到配置
* update README.md
* 更新代码
* update: doc ansible.md
* update CONTRIBUTING.md
* update CONTRIBUTING.md fix
* 优化ansible排版格式
---------
Co-authored-by: 魏栋梁 <dongliang.wei@fujfu.com >
2024-02-29 10:59:18 +08:00
1da65002ba
doc: update docs/ansible.md ( #541 )
...
* doc: update ansible.md
* doc: update ansible.md 代码格式
* 增加十分钟同步的域名、增加自动部署脚本
* 优化部署文档:定时任务同步pages的内容
* 优化 git-down-pages.sh 脚本 到配置
* update README.md
* 更新代码
* update: doc ansible.md
* update CONTRIBUTING.md
* update CONTRIBUTING.md fix
---------
Co-authored-by: 魏栋梁 <dongliang.wei@fujfu.com >
2024-02-29 09:50:27 +08:00
893391cc3b
doc: update docs/ansible.md & update CONTRIBUTING.md ( #535 )
...
* doc: update ansible.md
* doc: update ansible.md 代码格式
* 增加十分钟同步的域名、增加自动部署脚本
* 优化部署文档:定时任务同步pages的内容
* 优化 git-down-pages.sh 脚本 到配置
* update README.md
---------
Co-authored-by: 魏栋梁 <dongliang.wei@fujfu.com >
2024-02-28 23:58:09 +08:00
f176bf6f56
doc: update ansible.md ( #534 )
...
Co-authored-by: 魏栋梁 <dongliang.wei@fujfu.com >
2024-02-28 13:12:11 +08:00
72109ba7b6
chore(deps): update ruby docker tag to v3.3.0 ( #494 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-26 23:29:50 +08:00
f263431ab1
feat: add docs/r.md #410 #285 #283
2024-02-26 23:27:37 +08:00
f5e5357de7
doc: update docs/sketch.md
2024-02-26 16:06:30 +08:00
cb434e1180
feat: add finder.md
.
2024-02-26 15:47:23 +08:00
df9bf1f5e9
feat: add Pacman
.
2024-02-26 15:04:52 +08:00
317f2db41f
doc: update docs/feds.md
2024-02-26 14:01:35 +08:00
77b4802177
doc: update docs/dart.md ( #516 )
...
* 新增Kotlin的高阶函数用法
* 新增和调整若干Kotlin示例代码
[新增] 扩展函数
[新增] 运算符重载
[新增] 中缀表达式
[新增] 次构造函数
[新增] Data 数据类
[新增] 内部类
[新增] object 单例类
[修改] 主构造函数示范代码,调整了部分缩进和变量定义。
* 新增Dart部分示例代码
[新增] 扩展函数
[新增] 运算符重载函数
[新增] 延迟初始化
2024-02-12 22:21:24 +08:00
2f6c263221
doc: update docs/kotlin.md ( #515 )
...
* 新增Kotlin的高阶函数用法
* 新增和调整若干Kotlin示例代码
[新增] 扩展函数
[新增] 运算符重载
[新增] 中缀表达式
[新增] 次构造函数
[新增] Data 数据类
[新增] 内部类
[新增] object 单例类
[修改] 主构造函数示范代码,调整了部分缩进和变量定义。
2024-02-09 16:14:36 +08:00
c60876d078
doc: update docs/cs.md ( #514 )
2024-02-08 14:56:15 +08:00
bfc4a0198d
doc: Update linux-command.md
...
- https://github.com/jaywcjlove/reference/discussions/434#discussioncomment-8366371
2024-02-06 15:35:41 +08:00
119df317f2
fix: update docs/markdown.md ( #509 )
2024-01-23 11:16:21 +08:00
4c02dfd878
doc: update docs/chown.md #503
2024-01-13 14:19:08 +08:00
05dae25ae7
feat: add chown.md ( #503 )
...
* 修改我在contributing.md的镜像链接
* chown备忘清单
2024-01-13 13:37:51 +08:00
7663e0aa72
doc: update docs/nginx.md #493
2023-12-25 16:46:52 +08:00
76dc31a30c
doc: update nginx.md ( #493 )
...
* add ulimit config of nginx
* minor
2023-12-25 16:36:57 +08:00
de76161779
doc: update docs/docker.md
2023-12-22 13:04:21 +08:00
b935a35165
doc: update docs/kotlin.md
2023-12-22 13:00:44 +08:00
e1fad67e75
doc: update docs/linux-command.md #491
2023-12-22 08:38:27 +08:00
1ee3fb8bed
doc: Update linux-command.md ( #491 )
...
添加文件描述符、前后台等命令
2023-12-22 08:10:10 +08:00
c278fb2454
doc: update docs/kotlin.md ( #482 )
...
* doc: update
* fix: kotlin 方法默认参数指定其类型;
---------
Co-authored-by: 小弟调调™ <kennyiseeyou@gmail.com >
2023-12-11 11:24:49 +08:00
300aa903bd
doc: update docs/tar.md ( #480 )
2023-12-09 19:27:23 +08:00
3f822852bf
doc: update docker.md ( #479 )
2023-12-08 13:10:20 +08:00
3a8b1a2cd7
doc: Update docs/javascript.md
2023-12-07 16:34:42 +08:00
bfe8934e88
doc: Update docs/javascript.md
2023-12-07 16:33:45 +08:00
bd9c837102
feat: add github-copilot.md ( #475 )
...
* Add GitHub Copilot documentation
* Add inline chat useful instruction
2023-12-06 22:46:15 +08:00
0f22978db4
doc: update git.md ( #472 )
...
Co-authored-by: zlfyuan <741136856@qq.com >
2023-12-04 11:22:45 +08:00
5b02481425
doc: Update linux-command.md ( #467 )
...
add `tree` command
2023-11-22 19:02:01 +08:00
59509fc94e
doc: update docs/lua.md
2023-10-18 16:06:44 +08:00
0acb2ca1f3
doc: update docs/symbol-code.md
2023-10-14 00:10:32 +08:00
36d2ad88a6
doc: update docs/feds.md
2023-10-10 02:00:26 -05:00
445ba9a5f8
doc: update docs/python.md ( #451 )
2023-10-08 06:59:56 -05:00
58425e0318
doc: update docs/ruby.md ( #448 )
...
* add doc for pg_upgrade
* add doc for ruby bundle lock
2023-10-07 12:02:00 -05:00
be3818f818
doc: update docs/nginx.md. ( #446 )
2023-09-28 14:34:56 +08:00