pushd, popd, cd -
The pushd command saves the current working directory in memory so it can be returned to at any time, optionally changing to a new directory.The popd command returns to the path at the top…
The pushd command saves the current working directory in memory so it can be returned to at any time, optionally changing to a new directory.The popd command returns to the path at the top…
Sphinx를 64bit 머신에 CentOS 32bit에서 빌드를 하는데 다음의 오류가 발생을 했다.g++ -fno-rtti -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -o indexer indexer.o libsphinx.a -rdynamic -L/usr/lib/mysql -lmysqlclient -lz…
reveal.js로 만든 슬라이드를 pdf로 저장하는 방법을 reveal.js 제작자는 프린트 메뉴를 사용하라고 설명하고 있는데 이 방법을 쓰면 레이아웃이 깨지거나, 사이즈가 맞지 않는 등 원하는 대로 저장이 되지 않는 경우가 대부분이다.이를 해결하기 위해 저는…
전에 올린 node.js로 만드는 초간단 MP3 player를 GUI 프로그램으로 만들어 봤다. Atom-Shell기반에 Polymer의 여러 컴포넌트를 이용해서..소스는 https://github.com/yhbyun/alarm-clock…
mp3 음악을 들을 때 vox 플레이어를 사용해서 노래를 듣는데 가끔 노래 제목이 깨지는 경우가 있다.한글 노래 제목이나 가수명이 깨지는 이유는OSX에서 언어 설정이 영어로 되어 있고,mp3파일에는 노래 제목, 가수 등의 정보를 포함하는 ID3 태그가…