My Avatar

LanternD's Castle

An electronics enthusiast - survive technically

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.

Spacemacs Rocks Note Day 11

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.

LTE Telecommunication Primer - Part 3

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.

LTE Telecommunication Primer - Part 2

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.

STT 861 Theory of Prob and STT I Lecture Note - 10

2017-11-08

Solving a problem in midterm exam; conditional distribution, definition, example and its expectation and variance.

LTE Telecommunication Primer - Part 1

2017-11-08

Fundamental of the LTE (long-term evolution) system, which is my note for a related video on Youtube.

Spacemacs Rocks Note Day 10

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.

Spacemacs Rocks Note Day 8 & 9

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.

Spacemacs Rocks Note Day 7

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.

Spacemacs Rocks Note Day 6

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.

STT 861 Theory of Prob and STT I Lecture Note - 9

2017-11-01

Review of the important concepts of previous section; moment generation function; Gamma distribution, chi-square distribution.

Spacemacs Rocks Note Day 5

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.

Spacemacs Rocks Note Day 4

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.

STT 861 Theory of Prob and STT I Lecture Note - 8

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.

Spacemacs Rocks Note Day 3

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.