Home Wei's Constants
Post
Cancel

Wei's Constants

Constants of colors:

Blood Red: #880808

Keyboard shortcuts: To open emoji keyboard:

1
Win + .

To enable auto-wrap in a text editor:

1
Alt + z

Terminal commands:

To host a server, using python, which loads local files for web testing:

1
python -m http.server

To host a local jekyll (E.g., to test this website):

1
bundle exec jekyll serve

Windows run:

1
cleanmgr  // to call disk cleaner

R install package from source:

1
2
// First, go to the directory where you store the downloaded package file
R CMD INSTALL ggplot2_3.5.1.tar.gz  // change ggplot2_3.5.1.tar.gz to your package filename
This post is licensed under CC BY 4.0 by the author.