EDA工程師軟件編程能力“勸退指南”
本文作者為我的某個不愿意實名的優(yōu)秀學(xué)生,現(xiàn)就職于某EDA公司,文章內(nèi)容非常簡潔,相信很適合對熱愛技術(shù)的同學(xué)。

?一、編程語言?
- C語言
? - [C faq](http://c-faq.com/index.html)
? - [C89 draft](http://www.port70.net/~nsz/c/c89/c89-draft.html)
? - [Programming Quotes](http://quotes.cat-v.org/programming/)
? - [The GNU C Library](https://www.gnu.org/software/libc/manual/)
? - [awesome-c](https://github.com/oz123/awesome-c)
? - [stackoverolow C tag](https://stackoverflow.com/questions/tagged/c%2b%2b), sorted by votes.
? - [Notes on Programming in C](http://doc.cat-v.org/bell_labs/pikestyle)
? - Coding style:
[suckless.org](https://suckless.org/coding_style/)
[GNU](https://www.gnu.org/prep/standards/standards.html#Formatting)
[Linux Kernel](https://www.kernel.org/doc/html/v4.10/process/coding-style.html)

- C++語言
? - [C++ faq](https://isocpp.org/wiki/faq)
? - Book: [Effective STL](http://www.uml.org.cn/c%2B%2B/pdf/EffectiveSTL.pdf)
? - [stackoverolow C++ tag](https://stackoverflow.com/questions/tagged/c%2b%2b), sorted by votes.

?二、腳本等其他編程相關(guān)?
- Bash
? - [GNU Bash Manual](https://www.gnu.org/software/bash/manual/)

- CLI
? - book: [The linux command line](http://linuxclass.heinz.cmu.edu/doc/tlcl.pdf)
? - [GNU coreutils Manual](https://www.gnu.org/software/coreutils/manual/)
? - [Opening the Software Toolbox](https://www.gnu.org/software/coreutils/manual/html_node/Opening-the-software-toolbox.html#Opening-the-software-toolbox)、

三、Verilog解析相關(guān)?
- verilog:
? - [yosys formal](https://zipcpu.com/blog/2017/10/19/formal-intro.html)

四、其他相關(guān)?
-MISC:
- port70.net/~nsz.
?某個(我)不知道是誰的大佬的blog.
? - http://www.port70.net/~nsz/00_prog.html
- github.com
? - Awesome list: https://github.com/sindresorhus/awesome
? - Free Programming Books: https://github.com/EbookFoundation/free-programming-books
- wiki.osdev.org
- search engine:
? - 搜索的時候可以加上 " site:stackoverflow.com" 來篩選網(wǎng)站
? - 使用" filetype:pdf"來篩選pdf文件.
? - 搜不到東西的時候多加點context.

五、Get an Linux Environment
- 虛擬機安裝:
? - 挑一個linux發(fā)行版. (比如從[這里](https://distrowatch.com/))
? - 到對應(yīng)的官網(wǎng)或者從[這里](https://mirrors.tuna.tsinghua.edu.cn/)下載安裝包.
? - 安裝
- WSL: Windows Subsystem for Linux
? - 建議不要使用windows自帶的terminal, 可以用[alacritty](https://github.com/alacritty/alacritty)
- 直接安裝:
? - 挑一個linux發(fā)行版. (比如從[這里](https://distrowatch.com/))????
? - 到對應(yīng)的官網(wǎng)或者從[這里](https://mirrors.tuna.tsinghua.edu.cn/)下載安裝包.
? - 找個沒用的u盤, 用[ventoy](https://github.com/ventoy/Ventoy)做成啟動盤, 把安裝包放進去.
? - 插上U盤重啟進入BIOS, 將U盤對應(yīng)的啟動順序改到第一個, 保存退出重啟安裝.
? - done
? - (硬盤里沒什么東西可以丟話的可以放心裝:)