My Evil Cheat Sheet
2017-11-13
Evil-mode is an Emacs layer that allows editing using Vim. Therefore this is a also a cheat sheet for Vim itself.
2017-11-13
Evil-mode is an Emacs layer that allows editing using Vim. Therefore this is a also a cheat sheet for Vim itself.
2017-11-11
A series of notes that I learn Emacs hacking. Spacemacs installation and some introduction to layers, a read list and some tips.
2017-11-10
Fundamental of the LTE (long-term evolution) system, which is my note for a related video on Youtube. This is the third part. Heterogeneous network (small cell and relay node), coordinated multipoint, throughput calculation.
2017-11-09
Fundamental of the LTE (long-term evolution) system, which is my note for a related video on Youtube. This is the second part. MIMO technology and carrier aggregation technique.
2017-11-08
Solving a problem in midterm exam; conditional distribution, definition, example and its expectation and variance.
2017-11-08
Fundamental of the LTE (long-term evolution) system, which is my note for a related video on Youtube.
2017-11-08
A series of notes that I learn Emacs hacking. More on cask and use-package, more on company-mode, backends, group-backends, how to write your own backend.
2017-11-07
A series of notes that I learn Emacs hacking. Cask and pallet package for multi-version Emacs collaboration; Macro in emacs-lisp; use-package package introduction.
2017-11-06
A series of notes that I learn Emacs hacking. Introduction to evil-mode, packages to augment evil, such as evil-leader, eveil-surrond, evil-nerd-commenter, powerline-evil; misc. improvement, such as window-numbering, which-key and powerline packages.
2017-11-01
A series of notes that I learn Emacs hacking. Org-capture, org-pomodoro; file encoding with utf-8; batch rename files in dired mode, seach and replace with helm-ag; flycheck; snippets auto complete.
2017-11-01
Review of the important concepts of previous section; moment generation function; Gamma distribution, chi-square distribution.
2017-10-27
A series of notes that I learn Emacs hacking. Parenthesis highlighting, web-mode for web development, js2-refactor, occur-mode, imenu-mode, expand-region, iedit-mode, org-mode export.
2017-10-25
A series of notes that I learn Emacs hacking. Package loading mechanism, auto-indentation, hippie-expand, dired-mode, basic about org-mode.
2017-10-25
Proof of the biased sample mean; Example 3.5.3 in the text book; Normal distribution, joint normal distribution (multivariate), Gamma distribution.
2017-10-24
A series of notes that I learn Emacs hacking. Splitting the `init.el` file, enabling auto revert mode, package loading mechanism overview, enable abbreivation mode, about popwin package, more about major and minor mode in Eamcs, function and variable naming convention, counsel-git to find files.