일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 백준
- CNNarchitecture
- CNN구조정리
- monoculardepthestimation
- gpumemory
- RegionProposalNetworks
- BAEKJOON
- CS231n
- Linear algebra
- 맥실리콘
- adversarialattackonmonoculardepthestimation
- ios원스토어
- professor strang
- BOJ
- CS231nSVM
- 아이폰원스토어
- MIT
- CS231nAssignment1
- CS231ntwolayerneuralnet
- Gilbert Strang
- CS231nAssignments
- 선형대수학
- 선대
- Algorithm
- 백준알고리즘
- MacOS
- pycharmerror
- 맥북원스토어
- ㅐㅕ세ㅕㅅ
- arm칩에안드로이드
- Today
- Total
목록MacOS (2)
개발로 하는 개발
As it should, your mac is in case - sensitive folder. 아니 요즘 세상에 대문자 소문자 구별 안되는 파일 시스템을 누가 사용한다고... 대소문자 구별되는 폴더에 동기화가 안된다니... (원드라이브에 다시는 안 올려야지... ) Anyways... if you need to use the desktop app for multiple reasons, you are not able to make a folder for your onedrive in your local root. Find Disk Utility Click " + " button on the top right -> Add APFS volume Set the folder name to OneDrive, an..
//터미널에서 brew install libiconv after install, iconv -f EUC-KR -t UTF-8 input.cpp > output.cpp You cannot save if you copy & paste the modified code in output.cpp to input.cpp -> best will be to just delete the input file and modify the filename of output.cpp OR, BETTER, just write the comments in English... if you wish to do the same to all the codes, you can do this for file in *.cpp; do iconv -..