最近閱讀

視頻壓縮
Using ffmpeg to compress, convert, and resize videos
ffmpeg -i input.mp4 -b 1000000 output.mp4
ffmpeg -i E:\ljjshouji\DCIM\Camera\20160707_184010.mp4 -vcodec libx265 -crf 20 output.mp4
ffmpeg -i E:\ljjshouji\DCIM\Camera\20160707_184010.mp4 -vf "scale=iw/2:ih/2" half_the_frame_size.mp4
ffmpeg -i E:\ljjshouji\DCIM\Camera\20160707_184010.mp4 -vf "scale=iw/2:ih/2" -crf 20 half_the_frame_size.mp4html

C++
C++ Tips: Design http://www.cpptips.com/Design.html

協程
boost::fiber文檔 https://www.boost.org/doc/libs/1_70_0/libs/fiber/doc/html/index.html
微信後臺 libco 協程設計及實現 https://www.infoq.cn/article/PSBYkH9dXgVeNT4Ks*l9


調試
x64 Manual Stack Reconstruction and Stack Walking https://www.google.com.hk/search?rlz=1Y3NDUG_zh-CNHK511HK511&client=tablet-android-asus-nexus&sourceid=chrome-mobile&ie=UTF-8&q=reconstruct+stack

編程語言
realworld haskell中文書 https://rwh.readthedocs.io/en/latest/chp/7.html#the-io-monad
官方Rust書錄 https://rustlang-cn.org/office/rust/
pony https://www.ponylang.io/

gui框架
(超小 + 超快 + 超浮誇) = 5千行/全平臺 GUI庫 https://gitee.com/idea4good/GuiLite/blob/master/README_zh.md



軟件設計
legacy 代碼 https://www.zhihu.com/search?type=content&q=legacy%20%E4%BB%A3%E7%A0%81

android開發
用kivy開發第一個python app https://www.itread01.com/content/1543640884.html https://kivy.org/doc/stable/examples/gen__3Drendering__main__py.html

圖形學
路徑跟蹤 https://github.com/mattgodbolt/path-tracer/tree/master/src

牛人
http://thume.ca/

遊戲開發
https://planet0104.github.io/spaceout/

硬件
開源CPU的確是好東西啊 http://www.newsmth.net/nForum/#!article/CSArch/59987python

相關文章
相關標籤/搜索