Skip to content

liijunwei/practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practice

Work consistently, but don’t overwork yourself.

This repo means nothing but my programming practices and book reading notes.

# 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/
watch -n 300 "git pull && git add . && git commit -m 'watch commit'"

vm for c programs

vagrant up
vagrant ssh
cd /vagrant && ls

example of using linux env

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

About

Programming Language Practices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published