'파일방' 카테고리의 다른 글
S.M.A.R.T monitor for windows (2) | 2010.04.25 |
---|---|
파일 자르기 (file split , rzsplit, rzjoin) (4) | 2010.04.14 |
CCleaner 좋은데? (0) | 2010.01.06 |
MiTeC XML Viewer (Free!) (0) | 2010.01.04 |
바탕화면에서 돌아다니는 프로그램 (10) | 2009.12.17 |
S.M.A.R.T monitor for windows (2) | 2010.04.25 |
---|---|
파일 자르기 (file split , rzsplit, rzjoin) (4) | 2010.04.14 |
CCleaner 좋은데? (0) | 2010.01.06 |
MiTeC XML Viewer (Free!) (0) | 2010.01.04 |
바탕화면에서 돌아다니는 프로그램 (10) | 2009.12.17 |
static void XMLCALL characterData(void *userData, const XML_Char *s, int len) { FILE *fp = (FILE *)userData; for (; len > 0; --len, ++s) { switch (*s) { case T('&'): fputts(T("&"), fp); break; case T('<'): fputts(T("<"), fp); break; case T('>'): fputts(T(">"), fp); break; #ifdef W3C14N case 13: fputts(T("
"), fp); break; #else case T('"'): fputts(T("""), fp); break; case 9: case 10: case 13: ftprintf(fp, T("&#%d;"), *s); break; #endif default: puttc(*s, fp); break; } } }
Reserved Characters in HTMLSome characters are reserved in HTML and XHTML. For example, you cannot use the greater than or less than signs within your text because the browser could mistake them for markup. HTML and XHTML processors must support the five special characters listed in the table below:
[링크 : http://www.w3schools.com/tags/ref_entities.asp] |
xml 트리 탐색 - XML tree navigation (0) | 2010.04.17 |
---|---|
expat XML_SetCharacterDataHandler() function (0) | 2010.04.09 |
expat '간략한' 사용법 (0) | 2010.03.28 |
expat-2.0.1 example (11) | 2010.03.23 |
expat (4) | 2010.03.21 |
int fileno(FILE *stream); FILE *fdopen(int fildes, const char *mode); [링크 : http://linux.die.net/man/3/fileno] [링크 : http://linux.die.net/man/3/fdopen] |
int fcntl(int fd, int cmd, long arg); F_SETFL Set the file status flags to the value specified by arg. File access mode (O_RDONLY, O_WRONLY, O_RDWR) and file creation flags (i.e., O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC) in arg are ignored. On Linux this command can only change the O_APPEND, O_ASYNC, O_DIRECT, O_NOATIME, and O_NONBLOCK flags. [링크 : http://linux.die.net/man/2/fcntl] [링 크 : http://www.falinux.com/win/study/06/devicedriver11.html] |
터미널을 통한 데이터 통신에서 0x11이 사라졌어요 (0) | 2010.04.02 |
---|---|
ls 용량별로 정렬하기 (0) | 2010.04.01 |
sshd 프로세스의 [priv] 는 모지? (0) | 2010.03.26 |
fdisk를 자동화하기? (non interative mode fdisk) (0) | 2010.03.25 |
mkfs에는 quick format 없나요? (0) | 2010.03.19 |
매정한 네이버 (12) | 2010.04.12 |
---|---|
구차니로 컴백합니다 (0) | 2010.04.05 |
리눅스 마스터 1급 합격! (10) | 2010.03.26 |
해외 천주교에서 3D 방송시작? (2) | 2010.03.24 |
나라를 지키고 왔습니다! (6) | 2010.03.23 |
# cat Makefile OBJS-$(CONFIG_AAC_DEMUXER) += raw.o id3v1.o id3v2.o OBJS-$(CONFIG_AC3_DEMUXER) += raw.o OBJS-$(CONFIG_AC3_MUXER) += raw.o |
$(sort list) Sorts the words of list in lexical order, removing duplicate words. The output is a list of words separated by single spaces. Thus, $(sort foo bar lose) returns the value `bar foo lose'. Incidentally, since sort removes duplicate words, you can use it for this purpose even if you don't care about the sort order. |
cmake - cross make (0) | 2010.04.06 |
---|---|
makefile 에서 컴파일할 목록 생성하기 (0) | 2010.04.03 |
make, gmake (0) | 2010.03.02 |
개발환경 자동화 - autoconf, automake, libtool (0) | 2010.03.02 |
make를 더욱 빠르게 하기! (0) | 2010.02.26 |
2000번 글 돌파기념? (2) | 2010.09.15 |
---|---|
티스토리 에디터 간단하게 링크 걸기 (4) | 2010.09.09 |
블로그 카테고리 개편 (4) | 2010.08.05 |
내 블로그의 구글 랭크는? (8) | 2010.08.03 |
개발자가 블로그를 해야하는 이유 (11) | 2010.07.21 |
애인네 고양이 (9) | 2010.04.21 |
---|---|
free for what? (0) | 2010.04.02 |
그린존 (Grren zone, 2010) (4) | 2010.03.28 |
이상한 나라의 앨리스 (0) | 2010.03.13 |
의형제 (1) | 2010.02.06 |
xml 트리 탐색 - XML tree navigation (0) | 2010.04.17 |
---|---|
expat XML_SetCharacterDataHandler() function (0) | 2010.04.09 |
& < > " 는 머지? (0) | 2010.03.31 |
expat-2.0.1 example (11) | 2010.03.23 |
expat (4) | 2010.03.21 |
free for what? (0) | 2010.04.02 |
---|---|
end of D+848 (0) | 2010.03.29 |
이상한 나라의 앨리스 (0) | 2010.03.13 |
의형제 (1) | 2010.02.06 |
크리스마스 선물 (4) | 2009.12.25 |
안드로메다 샷!!! (8) | 2010.05.06 |
---|---|
기자가 안티! (4) | 2010.04.24 |
로체스트 가는길 - 양털이 갂고 싶어! (4) | 2010.03.14 |
내 친구가 이걸 사고 싶대! (2) | 2010.03.11 |
마비노기 에서 때려죽이고 싶은 NPC! (6) | 2010.03.07 |