시스템: waddington.kaist.ac.krOS: CentOS 6.2 문제상황 및 해결책1) python2.7이 시스템의 default가 되면서 yum이 제대로 동작하지 않음- python2.6.을 다운로드하여 소스에서 컴파일하여 재설치- 이 때, make altinstall 명령어를 사용하여 일단 python2.6이 default 설정이 되지 않도록 한다.- 기존의 /usr/bin/python은 python2.7이므로 "mv python python2.7"로 변경 후, 설치한 python2.6을 default python이 되도록 설정한다. 즉, "mv python2.6 python" 명령어 사용. 2) yum 동작시 Dropbox 관련 URL 문제- 아래와 같이 해결 "dropbox.repo" ..
ls -il | grep 패턴 | awk '{ print "find . -inum", $1, " -exec rm -rf {} \\;" }' | sh -x 나같은 경우 이상한 문자를 포함하고 있는 파일들의 연도(year) 컬럼이 공통적으로 '1970'로 설정되어 있었다 (아래 그림). 따라서 아래와 같은 명령어를 적용하여 해결! ls -il | grep 1970 | awk '{ print "find . -inum", $1, " -exec rm -rf {} \\;" }' | sh -x
import copy words = range(0, 3) words = [str(e+1) for e in words] n = len( words ) tubes = [] for i in range(n): tubes.append( [''] ) numTubes = len(tubes) for i in range(n): for j in range(numTubes): for k in range(len(tubes[j])): tubes[j][k] += words[j] print tubes sumTube = [] for j in range(numTubes): for e in tubes[j]: sumTube.append( e ) for j in range(n): tubes[j] = copy.deepcopy( sumTube )
http://www.thegeekstuff.com/2009/01/tutorial-make-vim-as-your-cc-ide-using-cvim-plugin/ http://gergap.wordpress.com/2009/05/29/minimal-vimrc-for-cc-developers/ http://www.vim.org/scripts/script.php?script_id=2465 http://vim.wikia.com/wiki/C++_code_completion
- 이클립스(Eclipse)에서 컴파일 하면 "cannot be resolved"와 같은 에러가 발생하지만, 터미널에서 (make 명령어로) 직접 컴파일 하면 문제 없이 컴파일이 되는 황당한 상황. - Window -> Preferences -> C/C++ -> Indexer 에서 문제가 되는 헤더파일을 "Files to index up-front" 항목에 추가한다. - 아니면 "Index source and header files opened in editor" 등의 여러 옵션을 조절해 본다. - 핵심은, 이 문제가 이클립스의 Indexing 문제 때문에 발생한다는 것이다. - http://www.eclipse.org/forums/index.php/m/733997/#msg_733997
http://dynamide.tistory.com/1272
- xerces-c-2.8.0 - XMLCereal-0.0.5 - basictools-0.1.6 - xercesutils-0.1.6 그저 컴파일하면 아래와 같은 오류 발생 XMLPullParserImpl.cpp:149: error: invalid use of undefined type 'const struct xercesc_2_8::Locator' XMLParseEvent.h:37: error: forward declaration of 'const struct xercesc_2_8::Locator' XMLPullParserImpl.cpp:150: error: invalid use of undefined type 'const struct xercesc_2_8::Locator' XMLParseEvent.h:..
[CentOS 5.6에서 Python2.6 + PyQt4 + matplotlib 설치하기] - CentOS 5.6 기준 - Python 2.6 + PyQt4 + matplotlib 1.0 조합 0. 들어가기 전에 - 여러 사람이 쓰는 워크스테이션 또는 클러스터 컴퓨팅 환경이라는 가정 하에, 모든 설치는 root 권한 없이 수행한다. - Windows가 각종 프로그램을 "C:\Program Files" 디렉토리에 모아두는 것처럼, 각종 프로그램은 "/home/user/softwares"라는 디렉토리 아래에 놓기로 한다. 이는 root 권한이 없으므로 설치된 프로그램을 나중에 관리하기 쉽도록 home 디렉토리 밑에 두고자 하는 것이다. 여기서 "user"는 사용자 계정(아이디)을 의미한다. 사용자 계정이 d..
- Total
- Today
- Yesterday
- cython
- armadillo c++
- 볼륨 조절
- volume dial
- structure
- matrix multiplication
- 설치
- C++
- MSVC++
- 볼륨 낮춤
- Item 9
- Visual C++
- destructor
- GSX 1200 pro
- GSX 1000 pro
- 이상한 문자
- CanDrA
- PyQt
- tensorflow
- Accelerated C++
- ctypes
- pandas
- how to solve it
- TCGA
- QPrinter.A4
- QPrinter.Letter
- TensorBoard
- QT
- Python
- dll
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |