일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Italy
- ubuntu
- Book
- Book review
- RFID
- France
- web
- history
- Python
- agile
- leadership
- Linux
- hadoop
- Malaysia
- management
- comic agile
- Java
- essay
- Programming
- Spain
- programming_book
- django
- Software Engineering
- program
- hbase
- erlang
- MySQL
- Kuala Lumpur
- QT
- psychology
- Today
- Total
목록JH & HJ (839)
http://www.lowing.org/fonts Vera / Bitstream Vera Sans Mono True Type http://www.gnome.org/fonts Anonymous / AnonymousRegular True Type http://www.ms-studio.com/FontSales/anonymous.html Raize True Type http://www.raize.com/DevTools/Tools/RzFont.zip ProFontWindows True Type or Bitmap http://66.167.72.10/ProFontWindows.zip Sheldon Bitmap http://www.tobias-jung.de/seekingprofont BSU Kermit / BSUKRM..
지금까지 휴대용 외장 하드 디스크로 Fujitsu의 Calmee를 사용해왔다. 약 2년쯤 전(?)에 중고 사이트에서 한 번 사용했다고 한 것(사실인지는 모르겠지만)을 구입했는데, 박스 내용물도 다 있고 깨끗한데다 당시의 나에게는 엄청난 250GB의 용량을 자랑하던 녀석이라 20만원의 가격이 아깝지 않았다. 검색을 해보니 출시 당시 세계 최소형의 외장 하드 디스크라고 선전할 정도로 크기도 작았다.여러모로 만족스러운 녀석이었다. 하지만 계속 사용하다 보니 어느새 이것 저것 쌓이고 엄청났던 용량도 부족해졌다. 그 동안 모아왔던 미드도 대부분 삭제 ㅜ.ㅜ 했지만 그래도 부족함을 느껴 결국 마눌님께 허락을 받아 생일 때 새 하드 디스크를 사달라고 했다. 선물이 그게 뭐냐며 타박하기는 했지만. 그래서 새로운 녀석을..
싸구려 커피 달이 차오른다, 가자
Adobe Acrobat Professional 7.0 기준 Advanced -> Batch Processing… 선택 New Sequence… 버튼 누르고 원하는 이름 입력 Edit Batch Sequence 창이 뜸 Select Commands… 버튼 눌러 Edit Sequence 창 띄움 Document의 Description을 선택하고 Add >> 버튼 누름 Edit… 버튼을 눌러 원하는 정보 편집 Document의 Security를 선택하고 Add >> 버튼을 누름 Edit… 버튼을 누르면 Document Security 창이 뜸 Security Method 콤보 박스에서 Password Security를 선택하면 Password Security – Settings 창이 뜸 Permission에..
http://www.careercup.com/question?id=58132 1. Implement memcopy considering the overlap 2. Given a linked list: a->b->c->d.... Write a function to swap the each node pair , such that output will be as follows: b->a->d->c->... void reversePair(Node** p_ppstrHead) { Node* z_pstr1st = *p_ppstrHead; Node* z_pstr2nd = (*p_ppstrHead)->next; Node* z_pstr3rd = z_pstr1st; *p_ppstrHead = z_pstr2nd; while ..
http://www.careercup.com/question?id=58086 Given a function int strcspn(char * source, char * search) code the most efficient way to return the index of first character that matches in the source string. eg# source ="ttbbcca" search ="ggabba" the returned value is 6 since the first match "a" occurs at 6th index in source string. * 실제 strcspn 함수의 동작은 문제와는 다름 size_t strcspn (const char *string, co..
http://doc.trolltech.com/4.4/tutorials-addressbook-part7.html
http://doc.trolltech.com/4.4/tutorials-addressbook-part6.html
http://doc.trolltech.com/4.4/tutorials-addressbook-part5.html