Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- matrix trnasformations
- 알고리즘 분석의 실례
- 빅세타
- itertools
- one-to-one
- 빅오메가
- 랜덤 순서 배열
- Big Theta
- 재귀함수
- nontrivial solution
- matrix fo a linear transformation
- 이진 탐색
- 코틀린 Hello World!
- NumPy
- solutions of matrix equation
- 일차변환
- trivial solution
- 배열 섞기
- Big Omega
- Big-Oh 예제
- nonhomogeneous linear system
- matrix-vector product
- Big-Oh notation
- 코틀린 시작하기
- recursive algorithms
- Big-O 예제
- linear dependence
- python
- homogeneous linear system
- 빅오 표기법
Archives
- Today
- Total
코딩 연습
fish shell 에서 tmux 자동 실행 본문
반응형
~/.config/fish/conf.d/tmux.fish 란 파일을 생선한 후 다음의 내용을 입력한다.
if not set -q TMUX
set -g TMUX tmux new-session -d -s base
eval $TMUX
tmux attach-session -d -t base
end
반응형
'잡다한 것들' 카테고리의 다른 글
neovim 활용법 (0) | 2021.11.18 |
---|---|
tmux 에서 vim colorscheme 이 이상할 때 (0) | 2021.10.30 |
(Emacs) 텍스트 편집기로서의 기본 사용법 (0) | 2021.10.25 |
arch 계열 리눅스에서 add/remove software 설치하기 (0) | 2021.07.13 |
Emacs (GUI) 에서 한글입력하기 (0) | 2021.06.21 |
Comments