joe 4 jaren geleden
bovenliggende
commit
2e44139504
3 gewijzigde bestanden met toevoegingen van 36 en 2 verwijderingen
  1. 11 0
      content/res/best-sites.md
  2. 3 0
      content/res/docs_or_books.md
  3. 22 2
      content/res/github_projects.md

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

@@ -18,10 +18,21 @@ draft: false
 
 非常难得的是个人网站,提供大量线装图书影印版,免费。而且有一个在线论坛,有站长答疑,读者交流。
 
+### 杂志
+
+- [物理双月刊](http://pb.ps-taiwan.org/)
+
+> 物理方面好到惊人的一个网站,繁体中文。
+
+- [刘叔物理](http://www.myliushu.com/)
+
+> 高中物理,公式速查,往届高考答案等
+
 ### 項目
 
 - [rtems OS](https://www.rtems.org/)
 - [love2d](https://www.love2d.org/)
+- [ROS](http://wiki.ros.org/)
 
 ### 素材
 

+ 3 - 0
content/res/docs_or_books.md

@@ -9,6 +9,7 @@ draft: false
 - [Cocos Creator v2.4 CN](http://docs.cocos.com/creator/manual/zh/)
 - [OpenResty 最佳实践](https://moonbingbing.gitbooks.io/openresty-best-practices/content/)
 - [TypeScript 新手指南](https://willh.gitbook.io/typescript-tutorial/)
+- [TypeScript 中文网](https://www.tslang.cn/docs/home.html)
 - [ECMAScript6 入门](https://es6.ruanyifeng.com)
 - [TypeScript Handbook(中文版)](https://zhongsp.gitbooks.io/typescript-handbook/content/)
 - [flutter Cookbook(中文)](https://book.flutterchina.club/)
@@ -16,3 +17,5 @@ draft: false
 - [三十分钟学会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)

+ 22 - 2
content/res/github_projects.md

@@ -11,6 +11,7 @@ draft: false
 - [wukongd](https://github.com/vanderw/wukongd)
 - [hummingbot](https://github.com/CoinAlpha/hummingbot)
 
+- [netbsd](http://www.netbsd.org/)
 - [minix](https://github.com/Stichting-MINIX-Research-Foundation/minix)
 - [toaruos](https://github.com/klange/toaruos)
 
@@ -18,6 +19,10 @@ draft: false
 
 - [botan](https://github.com/randombit/botan)
 
+- [sokol-Simple STB-style cross-platform libraries](https://github.com/floooh/sokol)
+- [stb](https://github.com/nothings/stb)
+- [cute_headers](https://github.com/RandyGaul/cute_headers)
+- [nanogui](https://github.com/wjakob/nanogui)
 - [love](https://github.com/love2d/love)
 - [defold](https://github.com/defold/defold)
 - [renderdoc](https://renderdoc.org/)
@@ -30,5 +35,20 @@ draft: false
 
 - [ogmo level editor](https://ogmo-editor-3.github.io/)
 
-## Blog
-
+- [rabbit VM in C](https://github.com/rabbitvm/rabbit)
+- [tinyvm in C](https://github.com/jakogut/tinyvm)
+- [Chipmunk2D](https://github.com/slembcke/Chipmunk2D)
+- [buttet3](https://github.com/bulletphysics/bullet3)
+- [Box2D](https://github.com/erincatto/Box2D)
+- [Instresting C++ projects](https://ashan.org/archives/980)
+
+- [mimalloc](https://github.com/microsoft/mimalloc)
+- [jemalloc](https://github.com/jemalloc/jemalloc)
+- [cmockery](https://github.com/google/cmockery)
+- [webbench](http://home.tiscali.cz/~cz210552/webbench.html)
+- [libev](http://software.schmorp.de/pkg/libev.html)
+- [Protothreads](http://dunkels.com/adam/pt/index.html)
+- [unix v6 source](https://minnie.tuhs.org/cgi-bin/utree.pl?file=V6)
+
+- [concurrencykit](http://concurrencykit.org/)
+- [libdill](http://libdill.org/index.html)