yll 4 lat temu
rodzic
commit
e3e66ca592

+ 2 - 0
README.md

@@ -8,5 +8,7 @@
 
 ## res
 
+- [在线文档和书籍](http://git.wanbits.io/joe/blog/src/master/content/res/docs_or_books.md)
+- [github_projects](http://git.wanbits.io/joe/blog/src/master/content/res/github_projects.md)
 - [好网站 一辈子](http://git.wanbits.io/joe/blog/src/master/content/res/best-sites.md)
 

+ 1 - 0
content/posts/git-in-real-world.md

@@ -21,6 +21,7 @@ $git checkout tags/<tag_name> -b <new_branch_name>
 
 ```shell
 $git config --global core.autocrlf true
+$git config --global core.whitespace cr-at-eol
 ```
 
 ### 查看指定文件修改历史

+ 6 - 0
content/posts/makefile.md

@@ -0,0 +1,6 @@
+---
+title: "Makefile 规则"
+date: 2021-07-24T09:47:51+07:00
+draft: true
+---
+

+ 6 - 0
content/posts/sed_in_a_day.md

@@ -0,0 +1,6 @@
+---
+title: "sed 命令核心用法"
+date: 2021-07-24T09:48:20+07:00
+draft: true
+---
+

+ 8 - 0
content/res/best-sites.md

@@ -21,3 +21,11 @@ draft: false
 ### 項目
 
 - [rtems OS](https://www.rtems.org/)
+- [love2d](https://www.love2d.org/)
+
+### 素材
+
+[Music freemusicarchive.org](https://freemusicarchive.org/home)
+[icons game-icons.net](https://game-icons.net/)
+[Sound freesound.org](https://freesound.org/)
+[Font 1001fonts.com](https://www.1001fonts.com/)

+ 10 - 2
content/res/docs_or_books.md

@@ -1,10 +1,18 @@
 ---
 title: "在线文档和书籍"
 date: 2021-06-22T10:21:44+07:00
-draft: true
+draft: false
 ---
 
 ## 列表
 
 - [Cocos Creator v2.4 CN](http://docs.cocos.com/creator/manual/zh/)
-- [OpenResty 最佳实践](https://moonbingbing.gitbooks.io/openresty-best-practices/content/)
+- [OpenResty 最佳实践](https://moonbingbing.gitbooks.io/openresty-best-practices/content/)
+- [TypeScript 新手指南](https://willh.gitbook.io/typescript-tutorial/)
+- [ECMAScript6 入门](https://es6.ruanyifeng.com)
+- [TypeScript Handbook(中文版)](https://zhongsp.gitbooks.io/typescript-handbook/content/)
+- [flutter Cookbook(中文)](https://book.flutterchina.club/)
+
+- [三十分钟学会SED](https://github.com/mylxsw/growing-up/blob/master/doc/%E4%B8%89%E5%8D%81%E5%88%86%E9%92%9F%E5%AD%A6%E4%BC%9ASED.md)
+- [三十分钟学会AWK](https://github.com/mylxsw/growing-up/blob/master/doc/%E4%B8%89%E5%8D%81%E5%88%86%E9%92%9F%E5%AD%A6%E4%BC%9AAWK.md)
+- [跟我一起写Makefile](https://seisman.github.io/how-to-write-makefile/index.html)

+ 10 - 4
content/res/github_projects.md

@@ -1,7 +1,7 @@
 ---
 title: "Github_projects"
 date: 2021-06-22T10:12:00+07:00
-draft: true
+draft: false
 ---
 
 ## 项目
@@ -20,9 +20,15 @@ draft: true
 
 - [love](https://github.com/love2d/love)
 - [defold](https://github.com/defold/defold)
+- [renderdoc](https://renderdoc.org/)
+
+> is a free MIT licensed stand-alone graphics debugger that allows quick and easy single-frame capture and detailed introspection 
+
+- [monogame](https://www.monogame.net/)
+
+> One framework for creating powerful cross-platform games
+
+- [ogmo level editor](https://ogmo-editor-3.github.io/)
 
 ## Blog
 
-[三十分钟学会SED](https://github.com/mylxsw/growing-up/blob/master/doc/%E4%B8%89%E5%8D%81%E5%88%86%E9%92%9F%E5%AD%A6%E4%BC%9ASED.md)
-[三十分钟学会AWK](https://github.com/mylxsw/growing-up/blob/master/doc/%E4%B8%89%E5%8D%81%E5%88%86%E9%92%9F%E5%AD%A6%E4%BC%9AAWK.md)
-[跟我一起写Makefile](https://seisman.github.io/how-to-write-makefile/index.html)