GEANT4 examples
Posted on
Hexo
Posted on
Edited on
This blog follows the guide.
- Need to change the site from localhost to github in
_config.yml
. - Push the static website by the One-Command deployment.
hexo d
- Add music player utilizing Netease Cloud music’s iframe.
- Add live2d model by
live2d-widget-model-koharu
and modify the_config.yml
.
The hexo cheat sheet is here.
Markdown
Posted on
Edited on
Markdown is a lightweight markup language for creating formatted text using a plain-text editor, see here.
This post refers to markdownguide and runoob. An online editor is here.
The markdown cheat sheet is taken from markdownguide.
Preliminary Survey on LASSO Convex optimization
Posted on
Edited on
LASSO is short for least absolute shrinkage and selection operator, which can be seen in wiki. The followings are some optimization python package, showing whether support LASSO and gpu.
Github cheetsheet
Posted on
Edited on
Makefile
Posted on
Edited on
The official cite is at: Manual
or use man make
. The following are some templates for pasting.
Matplotlib
Posted on
Edited on
Shell
Posted on
Edited on
Python
Posted on
Edited on
参考内容 Dive into python
参考内容 Runoob 教程