joe 4 years ago
parent
commit
8690e3cde1
3 changed files with 22 additions and 3 deletions
  1. 8 1
      content/res/docs_or_books.md
  2. 3 1
      content/res/github_projects.md
  3. 11 1
      content/res/temp_articles.md

+ 8 - 1
content/res/docs_or_books.md

@@ -13,10 +13,17 @@ draft: false
 - [ECMAScript6 入门](https://es6.ruanyifeng.com)
 - [TypeScript Handbook(中文版)](https://zhongsp.gitbooks.io/typescript-handbook/content/)
 - [flutter Cookbook(中文)](https://book.flutterchina.club/)
+- [Rust 程序设计语言](https://kaisery.github.io/trpl-zh-cn/)
 
 - [三十分钟学会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)
 - [游戏程序员的学习之路(含书籍)](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)
-- [Defold examples, demos and games](https://britzl.github.io/publicexamples/)
+- [Defold examples, demos and games](https://britzl.github.io/publicexamples/)
+- [C语言实现一个数据库](https://cstack.github.io/db_tutorial/)
+- [Rust & Webassembly](https://rustwasm.github.io/docs/book/introduction.html)
+- [Daryl's TCP/IP Primer](https://www.ipprimer.com/#/)
+- [自己动手写编译器(TinyC)](https://pandolia.net/tinyc/index.html)
+
+- [英文书籍](http://index-of.co.uk/)

+ 3 - 1
content/res/github_projects.md

@@ -55,4 +55,6 @@ draft: false
 - [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/)
+- [resourcehacker](http://www.angusj.com/resourcehacker/)
+- [daisyui](https://daisyui.com/)
+- [free-books](https://github.com/ruanyf/free-books)

+ 11 - 1
content/res/temp_articles.md

@@ -8,4 +8,14 @@ draft: false
 
 - [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)
+- [Cocos Creator3.x中使用AES加密解密](https://www.helloworld.net/p/0232942707)
+
+### lex and yacc
+
+- [PLY 源码](https://github.com/dabeaz/ply)
+- [PLY official docs](https://www.dabeaz.com/ply/ply.html#ply_nn3)
+- [PLY 中文](https://github.com/PChou/python-lex-yacc)
+- [lex & yacc 中文](https://segmentfault.com/a/1190000000396608#articleHeader24)
+- [PLY笔记](https://blkstone.github.io/2015/07/15/ply-simple-demo/)
+- [mamba PLY开发的语言](https://github.com/maldoinc/mamba)
+- [lex & yacc 中文第二版百度盘](https://www.twblogs.net/a/5cacb04abd9eee2e850fab71?lang=zh-cn)