practice

所属分类:编程语言基础
开发工具:C
文件大小:0KB
下载次数:0
上传日期:2023-08-01 00:01:42
上 传 者sh-1993
说明:  编程语言实践,
(Programming Language Practices,)

文件列表:
.clang-format (5421, 2023-12-14)
.ruby-version (5, 2023-12-14)
.tool-versions (26, 2023-12-14)
Makefile (611, 2023-12-14)
Vagrantfile (497, 2023-12-14)
a-philosophy-of-software-design/ (0, 2023-12-14)
a-philosophy-of-software-design/ch04.md (2356, 2023-12-14)
a-philosophy-of-software-design/ch05.md (2053, 2023-12-14)
a-philosophy-of-software-design/ch06.md (1441, 2023-12-14)
a-philosophy-of-software-design/ch07.md (2257, 2023-12-14)
a-philosophy-of-software-design/ch08.md (1263, 2023-12-14)
a-philosophy-of-software-design/ch09.md (1733, 2023-12-14)
a-philosophy-of-software-design/ch10.md (5281, 2023-12-14)
a-philosophy-of-software-design/ch11.md (1390, 2023-12-14)
a-philosophy-of-software-design/ch12.md (2219, 2023-12-14)
a-philosophy-of-software-design/ch13.md (3539, 2023-12-14)
a-philosophy-of-software-design/ch14-naming.md (2911, 2023-12-14)
a-philosophy-of-software-design/ch15.md (1332, 2023-12-14)
a-philosophy-of-software-design/ch16-modifying-existing-code.md (3040, 2023-12-14)
a-philosophy-of-software-design/ch17-consistency.md (2820, 2023-12-14)
a-philosophy-of-software-design/ch18-obvious.md (3013, 2023-12-14)
a-philosophy-of-software-design/ch19.md (3272, 2023-12-14)
a-philosophy-of-software-design/ch20-designing-for-performance.md (5563, 2023-12-14)
a-philosophy-of-software-design/ch21.md (1205, 2023-12-14)
a-philosophy-of-software-design/deep-module.png (54121, 2023-12-14)
algorithms/ (0, 2023-12-14)
algorithms/algs4/ (0, 2023-12-14)
algorithms/algs4/.idea/ (0, 2023-12-14)
algorithms/algs4/.idea/libraries/ (0, 2023-12-14)
algorithms/algs4/.idea/libraries/algs4.xml (278, 2023-12-14)
algorithms/algs4/.idea/libraries/hamcrest_core_1_3.xml (228, 2023-12-14)
algorithms/algs4/.idea/libraries/junit_4_13_2.xml (218, 2023-12-14)
algorithms/algs4/.idea/misc.xml (233, 2023-12-14)
algorithms/algs4/.idea/modules.xml (250, 2023-12-14)
... ...

# Practice > [Work consistently, but don’t overwork yourself.](http://blog.thefirehoseproject.com/posts/learn-to-code-and-be-self-reliant/) This repo means nothing but my programming practices and book reading notes. ```bash # tig dirpath to view directory history # e.g. tig mysql/mysql-crash-cource tig mysql/imooc-learn-117/ tig cpp/ tig clang/the-c-programming-language/ tig working-with-unix-processes/ ``` ## [auto commit](https://github.com/liijunwei/omz-git/blob/4c85c101e11ef9fd660f4378c8f51ca60b26fbdc/aliases.sh#L19) ```bash alias git-setup-auto-commit="watch -n 120 \"git pull && git add . && git commit -m 'Commit automatically by watch.'\"" ``` ## vm for c programs ```bash vagrant up vagrant ssh cd /vagrant && ls ``` ## example of using linux env ```bash git clone https://github.com/liijunwei/practice cd practice && vagrant up && vagrant ssh cd /vagrant/csapp/ch08-exceptional-control-flow && make ecf_fork # or vagrant ssh-config # copy the config to your ~/.ssh/config file # use vscode "Remote - SSH" plugin Remote-SSH connect to sandbox ```

近期下载者

相关文件


收藏者