-
Conda Command
Introduction A tool for python environment.Commandconda listconda update condaconda install pythonconda info -econda activate environmentconda deactivateconda remove -n environment --allconda env export -n environment > environment.ymlconda en...…
-
Spacemacs and Spacevim
Introduction A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it’s Emacs and Vim! http://spacemacs.org A community-driven modular vim distribution - The ultimate vim configuration https://spacevim.orgInstallation...…
-
oh my zsh
IntroductionOh my ZshA delightful community-driven (with 1,300+ contributors) framework for managing your zsh configuration. Includes 200+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, php, python, etc), over 140 themes to spice u...…
-
Tmux
IntroductionTmux is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached.Installatio...…
-
Cython
IntroductionCython is an optimising static compiler for both the Python programming language and the extended Cython programming language (based on Pyrex). It makes writing C/C++ extensions for Python as easy as Python itself.Basic file type hell...…
-
tf.scan()
explain the tf.scan() in detailOfficial API for explaining the tf.scan().definitiontf.scan( fn, elems, initializer=None, parallel_iterations=10, back_prop=True, swap_memory=False, infer_shape=True, name=None)examplesimport ...…
-
InfraView
Image browsing and editingIrfanView is a fast, compact and innovative FREEWARE (for non-commercial use) graphic viewer for Windows XP, Vista, 7, 8 and 10.browsingIrfanView uses mouse wheel to switch the image.Ctrl + Y: crop the given boxCtrl + T: ...…
-
linux bash command
Bash Shell Reference command description example ls list files in a directory ls cd changes the shell’s working directory to the given directory cd .. mkdir c...…
-
Vim for latex
最近 Vim 和 LaTex 用的都比较多,如果你也经常使用 Vim来编辑 LaTex 文档,不妨尝试一下。快捷键 = 自动格式化对齐样式,对于有代码洁癖强迫症的人来说绝对是福音。 gq家族 根据 textwidth 自动换行。gqgq: 换行当前段。gqap: 格式化整个段。{Visual}gq: 格式化选定的部分。对于每行字符数量不能超过 80 的人来说,又一个福音。最后你的文章会非常整齐,就像这样: Vim (an acronym for Vi IMproved) is a...…
-
jupyter notebook theme
修改 jupyter notebook 的主题,字体,字号pip install jupyterthemesjt -ljt -t oceans16 -f anonymous -fs 12 -cellw 90% -ofs 11 -dfs 11 -Ttheme chesterish grade3 gruvboxd gruvboxl monokai oceans16 onedork solarizedd solarizedlSet Plotting Style (from wi...…