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 | 29 | 30 | 31 |
Tags
- CNNarchitecture
- adversarialattackonmonoculardepthestimation
- CS231ntwolayerneuralnet
- 선형대수학
- professor strang
- MIT
- arm칩에안드로이드
- Linear algebra
- ㅐㅕ세ㅕㅅ
- BAEKJOON
- 선대
- CS231nAssignments
- MacOS
- pycharmerror
- 백준
- gpumemory
- Algorithm
- Gilbert Strang
- BOJ
- CS231nSVM
- monoculardepthestimation
- 백준알고리즘
- CNN구조정리
- 맥북원스토어
- 아이폰원스토어
- CS231n
- 맥실리콘
- ios원스토어
- CS231nAssignment1
- RegionProposalNetworks
Archives
- Today
- Total
개발로 하는 개발
git, vim 사용 본문
i : 편집 모드로 전환
esc : 명령 모드로 전환
:w enter : save
:q : quit
vim filename.py : file open
linux commands
cd directoryname :
cd .. : go to upper directory
mkdir directoryname : make directory
cat filename : check file view
touch filename : make file
ls : view directory file
mkdir directoryname
cd directoryname
git init
git status
ls -a : 숨김 파일 보기
git clone "url"
vim readme.md
-> 파일 생성
git add readme.md
git status : staging area 위에 있다는 뜻
git add CONTRIBUTING.md : git에 추가
'Tips' 카테고리의 다른 글
Xcode에서 깨지는 코드 UTF-8로 수정하기 - 터미널에서 강제 수정 (0) | 2023.12.30 |
---|---|
OPEN GL 3.3 설치하고 cmake로 build하기 (0) | 2023.12.15 |
OpenCV 2.x Apple Silicon에 설치하기 (0) | 2023.08.02 |
OpenCV 2.4.13.6 version Mac에 설치 한 뒤 Xcode 설정하기 (0) | 2023.08.02 |
M2에 tensorflow 설치하기 (0) | 2022.11.29 |