joe 4 years ago
parent
commit
0e71e8971a

+ 1 - 0
README.md

@@ -11,4 +11,5 @@
 - [在线文档和书籍](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)
+- [临时性文章 read it later](http://git.wanbits.io/joe/blog/src/master/content/res/temp_articles.md)
 

+ 21 - 4
content/res/best-sites.md

@@ -36,7 +36,24 @@ draft: false
 
 ### 素材
 
-[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/)
+- [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/)
+- [game-icons.net](https://game-icons.net/)
+- [itch.io](https://itch.io/game-assets/free)
+- [opengameart.org/](https://opengameart.org/)
+- [kenney.nl](https://kenney.nl/assets)
+- [indienova](https://indienova.com/sp/gameDevResource#indexlist)
+- [aigei](https://www.aigei.com/)
+- [inprnt](https://www.inprnt.com/)
+- [pinterest](https://www.pinterest.com)
+- [shutterstock](https://www.shutterstock.com/search/game+sprite)
+- [clipsafari](https://www.clipsafari.com/)
+
+### 教程
+
+- [斯坦福大学计算机课程](https://docs.google.com/spreadsheets/d/1zfw8nPvJeewxcFUBpKUKmAVE8PjnJI7H0CKimdQXxr0/htmlview)
+- [Computer Structure 课程](https://computationstructures.org/index.html)
+- [Game released with source code(leaked)](https://en.wikipedia.org/wiki/List_of_commercial_video_games_with_available_source_code#Games_with_source_code_available_on_release)
+- [RabbitMq 实战指南](https://zq99299.github.io/mq-tutorial/rabbitmq-ac/)

+ 2 - 1
content/res/docs_or_books.md

@@ -18,4 +18,5 @@ draft: false
 - [三十分钟学会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)
 - [游戏程序员的学习之路(含书籍)](http://wiki.cgt3d.cn/mediawiki/index.php/%E6%B8%B8%E6%88%8F%E7%A8%8B%E5%BA%8F%E5%91%98%E7%9A%84%E5%AD%A6%E4%B9%A0%E4%B9%8B%E8%B7%AF)
-- [games101 计算机图形学课件](https://sites.cs.ucsb.edu/~lingqi/teaching/games101.html)
+- [games101 计算机图形学课件](https://sites.cs.ucsb.edu/~lingqi/teaching/games101.html)
+- [Defold examples, demos and games](https://britzl.github.io/publicexamples/)

+ 5 - 1
content/res/github_projects.md

@@ -14,7 +14,7 @@ draft: false
 - [netbsd](http://www.netbsd.org/)
 - [minix](https://github.com/Stichting-MINIX-Research-Foundation/minix)
 - [toaruos](https://github.com/klange/toaruos)
-
+- [haiku-os](https://www.haiku-os.org/)
 > A completely-from-scratch hobby operating system
 
 - [botan](https://github.com/randombit/botan)
@@ -52,3 +52,7 @@ draft: false
 
 - [concurrencykit](http://concurrencykit.org/)
 - [libdill](http://libdill.org/index.html)
+- [mujs](https://mujs.com/index.html)
+- [xpdfreader](http://www.xpdfreader.com/)
+- [xournalpp pdf reader & editor](https://github.com/xournalpp/xournalpp)
+- [resourcehacker](http://www.angusj.com/resourcehacker/)

+ 11 - 0
content/res/temp_articles.md

@@ -0,0 +1,11 @@
+---
+title: "临时性文章 read it later"
+date: 2021-06-17T20:40:09+07:00
+draft: false
+---
+
+### Cocos Creator
+
+- [Cocos Creator 大厅+子游戏,从入门到进阶](https://zhuanlan.zhihu.com/p/370746386)
+- [在 Cocos Creator 中优雅且高效地管理弹窗](https://cloud.tencent.com/developer/article/1743685)
+- [Cocos Creator3.x中使用AES加密解密](https://www.helloworld.net/p/0232942707)