분류 전체보기
-
명령행 인자 파싱 - FLEXPlatform/Environment 2009. 7. 24. 00:45
%{ unsigned verbose; unsigned fname; char *progName; int myinput(char *buf, int max); #undef YY_INPUT #define YY_INPUT(buf,result,max) (result = myinput(buf,max)) %} %s FNAME // %x ? %% [ ]+ /* ignore blanks */ ; [ ]+ /* ignore blanks */ ; -h | "-?" | -help { printf("usage is: %s [-help | -h | -? ] [-verbose | -v]" " [(-file| -f) filename]\n", progName); } -v | -verbose { printf("verbose mode is..
-
Wubi(Ubuntu Installer for Windows)Environment 2009. 7. 21. 00:13
여기서 'Ubuntu 9.04 Desktop' 버전을 다운받는다. '자동 실행'시 'Install inside Windows'를 선택해서 설치한다. 설치하고 나니 키자판이 일본(?) 것으로 잡힌다. [시스템|기본설정|키보드|키배치] 탭에서 수정해 준다. //키보드 모델: 일반 105키 (국제 버전) PC 키 배치: 대한민국 101/104 key Compatible 참조 사이트: http://kaisyu.springnote.com/pages/3415949 http://jjjryu.tistory.com/entry/%EC%9A%B0%EB%B6%84%ED%88%AC
-
정적 분석개발/정적 분석 2009. 7. 20. 00:55
cflow ctags $ ctags * or $ ctags -R --languages={C|C++|} or $ find . -name '*.[chCH]' -print | ctags -L- cscope find ./ -name '*.[chCHsSxX]' > cscope.files -b -d 끝낼 때는 ^D 참조 사이트: http://www.gnu.org/software/cflow/manual/cflow.html http://www.joinc.co.kr/modules/moniwiki/wiki.php/article/ctags http://kltp.kldp.org/stories.php?story=05/02/17/4242887 http://irdeal.tistory.com/tag/cscope http://jjjr..
-
Autotools개발/형상(?) 관리 2009. 7. 19. 00:12
autoconf automake libtool autoscan -> configure.scan -> configure.ac # Process this file with autoconf to produce a configure script. AC_INIT(eostk, 1.0, sylee@inzen.com) AM_INIT_AUTOMAKE(eostk, 1.0) AM_CONFIG_HEADER(config.h:config.h.in) # Checks for programs. AC_PROG_CC AC_PROG_INSTALL # Checks for libraries. AC_CHECK_LIB(socket, connect) # Checks for header files. AC_HEADER_DIRENT # Checks fo..
-
indent개발/정적 분석 2009. 7. 18. 19:12
여기에서 'indent-2.2.10-bin.zip'을 다운받아 압축을 풀고 해당 위치에 복사한다. Indent 사용은 $ indent -st -kr slithy_toves.c > slithy_toves.out 참조 사이트: http://torch.cs.dal.ca/~johnston/unix/indent.html http://terzeron.net/wp/?p=402 http://wiki.kldp.org/wiki.php/LinuxdocSgml/C-C++Beautifier-HOWTO
-
Open Source개발/기타 2009. 7. 15. 01:26
Windows Directory Statistics Cygwin/X, Cygwin's implementation of the X server for Microsoft Windows, uses the X.Org Server, as do VcXsrv[28] (Visual C++ X-server[29]) and Xming. PuTTY: a free SSH and Telnet client 리눅스아파치이클립스파이어폭스마이SQL제이쿼리 NoSQL(Not Only SQL)하둡 애플리케이션 영역펜타호나 JBPM, 알프레스코, 컴피에르, 수가CRM 스프링(Spring)삼성SDS의 '애니프레임'LG CNS의 '데브온 자바'SK C&C의 '넥스코어' NHN ‘익스프레스엔진(콘텐츠 관리)’과 ‘큐브리드(DBMS)’, ‘nFO..