분류 전체보기
-
FAT32 format in LinuxComputer/linux 2010. 10. 31. 12:54
Before the format, using fdisk must do create new partitions for ext4 and fat32 mkfs.vfat -n ks.vfat -F 32 /dev/sdh2 mkfs.vfat 3.0.1 (23 Nov 2008) mkfs.ext4dev -L ks.ext4 -m 0 /dev/sdh1 mke2fs 1.41.3 (12-Oct-2008) Filesystem label=ks.ext4 OS type: Linux Block size=4096 (log=2) Fragment size=4096 (log=2) 424320 inodes, 1694849 blocks 0 blocks (0.00%) reserved for the super user First data block=0..
-
티스토리 초대장 [마감]Coffee 2010. 9. 16. 13:08
i n v i t a t i o n 티스토리 초대장 + 남은 초대장 수 : 05 안녕하세요! 티스토리에 보금자리를 마련하시려는 여러분께 초대장을 배포해 드리려고 합니다. 나만의, 내 생각을, 내 기억을 담는 소중한 블로그를 만들고 싶다면 티스토리로 시작해보세요! 티스토리 블로그는 초대에 의해서만 가입이 가능합니다. 원하시는 분은 댓글에 E-mail 주소를 남겨주시면 초대장을 보내드립니다. 남겨주실 때에는 꼭 비밀댓글로 남겨주세요! 초대장을 보내드리고 24시간 내로 개설하시지 않으신 분들은 초대장을 회수하오니 바로 개설해주세요! 서식을 이용하니 뭔가 이상하군요. ㅎㅎ
-
strtok을 사용하지 말자.Computer/linux 2010. 8. 24. 14:05
취미 생활로 혼자 만들고 있는 조그마한 성경 구절 찾아서 캔버스에 비출수 있는 프로그램 코딩중. 이상한 버그를 발견했는데... 1:5 절을 입력하면, 1) prototype query에선 1:5절이 출력되는데 2) 바로 연이어 new query를 실행하면 15 가 출력이 되었다. 재미있는 현상이라 무시할 수 가 없어서 라인 별로 따라가 보니.. strtok를 사용한 함수 이후에 delimiters 로 정의내린 것을 제외한 나머지가 원본의 문서를 바꾸는 것을 발견했다. 뭐 그래서 1) 구글링 with strtok modify original string https://www.securecoding.cert.org/confluence/display/cplusplus/STR06-CPP.+Do+not+assum..
-
awk with a running average and sample deviationComputer/linux 2010. 8. 18. 01:02
# License : http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en # Author: Jeong Han Lee # email : jeonghan 'dot' lee 'at' gmail 'dot' com # Date: Thursday, August 19 10:39:49 EDT 2010 # Version: 0.0.1 # # This script can calculate a running mean, a sample deviation # , and a standard deviation from xterm output. # # History: # 0.0.1 Thursday, August 19 10:41:44 EDT 2010 # # # How to use......
-
emacs 한글 폰트 및 한글 입력Computer/linux 2010. 7. 22. 02:58
Put Droid Sans Mono TTF font and other TTF fonts into /usr/share/fonts/ directory. See 2007/08/08 - [computer/linux] - How to use MS windows fonts and ttf in the Ubuntu Linux Add the following lines into ~/.emacs file (global-set-key [?\S- ] 'toggle-input-method) (global-set-key [f5] 'insert-date) ;; not necessary for 23-2 emacs ;;(global-set-key (kbd "C-x ") 'previous-buffer) ;;(global-set-key ..
-
automake & autoconfComputer/linux 2010. 6. 26. 16:40
src/main.cc src/main.cc src/sdecoder.h src/sdecoder.cc $ emacs main.cc& #include int main(int argc, char *argv[]) { Gtk::Main kit(argc, argv); Gtk::Window window; Gtk::Main::run(window); return 0; } $ emacs Makefile.am & AUTOMAKE_OPTIONS = subdir-objects ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} AM_CPPFLAGS = $(DEPS_CFLAGS) bin_PROGRAMS = sDecoder sDecoder_SOURCES = src/main.cc src/sdecoder.h src/sdeco..
-
윤동주 시집 아이폰/아이팟터치 어플 iPhone/iPod Touch AppCoffee 2010. 6. 18. 12:14
살다보면 참 재미있는 일이 많다. 사람들의 군상이란 늘 그렇듯 자신의 이익을 향하고 어떠한 연유이든 그렇게 되나보다. 1998년, 내 청춘의 한 여름 아마도 세상이 싫어 나만의 조그만 방에서 나를 위로하기 위해 만든 윤동주 홈페이지... 그로인해 모든 시를 읽게 되었고, 일본 티비에도 나오고, 소중한 많은 만남들을 가지게 된 살아가면서 즐겁고 신기한 경험을 한적이 있었다. 2008년, 내 인생의 30대를 나와 학문과 세상과 싸우며 버텨왔던 시간들.. 세로운 도전으로 시인의 시를 그대로 옮기기 위해 참 오랜 시간 키보드를 두드렸던 시간들... 2010년 늦게 iPod을 구입한 후에 혹시나 해서 검색해본 시인의 이름은 내게 윤동주 시집이라는 무료app을 찾게 해주었다. http://itunes.apple.c..