Microsoft/Visual Studio2011. 10. 18. 18:11
size_t나 int나 같은줄 알았는데
visual studio / MS에서는 다른듯..

한줄요약 : size_t는 unsinged long 형이다.

SIZE_T
The maximum number of bytes to which a pointer can point. Use for a count that must span the full range of a pointer.
This type is declared in BaseTsd.h as follows:
typedef ULONG_PTR SIZE_T;

ULONG_PTR
An unsigned LONG_PTR.
This type is declared in BaseTsd.h as follows:
 
#if defined(_WIN64)
 typedef unsigned __int64 ULONG_PTR;
#else
 typedef unsigned long ULONG_PTR;
#endif

[링크 : http://msdn.microsoft.com/en-us/library/aa383751(v=vs.85).aspx


Posted by 구차니
하드웨어/Network 장비2011. 10. 17. 17:10
WEP - Wired Equivalent Privacy
(40bit)64bit 는 5자리
(104bit)128bit는 13자리 까지 입력을 해야한다.

[링크 : http://support.ap.dell.com/support/edocs/network/p57205/ko/ex_confg/set_sec.htm]

64bit 가 8자리가 아니라 5자리가 된 이유는
24bit (3자리)의 IV(Initialization Vector)가 들어가기 때문이라는데 흐음..
IV가 먼지 까지 알아야 하려나... -_-
Standard 64-bit WEP uses a 40 bit key (also known as WEP-40), which isconcatenated with a 24-bit initialization vector (IV) to form the RC4 key.
 

[링크 : http://en.wikipedia.org/wiki/Wired_Equivalent_Privacy



WPA-PSK / 
WPA-PSK2 - Wi-Fi Protected Access Pre-shared key mode
8~63 자리
Pre-shared key mode (PSK, also known as Personal mode) is designed for home and small office networks that don't require the complexity of an 802.1X authentication server.[8] Each wireless network device encrypts the network traffic using a 256 bit key. This key may be entered either as a string of 64 hexadecimal digits, or as a passphrase of 8 to 63 printable ASCII characters.
 

[링크 : http://en.wikipedia.org/wiki/Wi-Fi_Protected_Access

Posted by 구차니
repository browse
>> svn ls file:///repo_dir

Check for modificiations
>> svn status

[링크 : http://wiki.kldp.org/wiki.php/SubversionBook/Reference]
[링크 : http://maverick.inria.fr/~Xavier.Decoret/resources/svn/index.html]
Posted by 구차니
1~23화 까지 다운로드 링크
한번 들어보고 정주행을 해야겠는디~

웬지 후원해야 할 것 같은 기분!

[링크: http://mozoh.tistory.com/423]
Posted by 구차니
프로그램 사용/meld2011. 10. 15. 20:48
meld의 기본 설정에서 (Edit - Preference)
기타의 "문법 강조 사용"을 켜면 문법이 강조되어 출력이 된다.
기본값은 "줄 번호 표시"와 "문법 강조 사용"이 꺼져있다.


2009/02/13 - [Linux] - GUI diff tool - meld
2009/04/06 - [프로그램 사용] - meld - GUI merge tool for linux

'프로그램 사용 > meld' 카테고리의 다른 글

meld 자동 줄 바꿈  (0) 2024.07.19
meld for windows 비교 내용이 안나오는 문제  (0) 2014.03.31
meld for windows  (0) 2014.03.31
meld - GUI merge tool for linux  (0) 2009.04.06
GUI diff tool - meld  (6) 2009.02.13
Posted by 구차니
솔찍히 svn 이나 cvs를 콘솔에서 하기에는 너무 무리가 많은데.. (내 능력의 한계일지도 -_-)
rabiitVCS는 리눅스 용으로 nautilius와 통합이 된다고 한다.

[링크 : http://rabbitvcs.org/]
    [링크 : http://wiki.rabbitvcs.org/wiki/install/ubuntu]
[링크 : http://ioriy2k.pe.kr/archives/2628]

설치는 간단하게 (반드시 nautilus를 재실행 해야한다)
$ sudo add-apt-repository ppa:rabbitvcs/ppa
$ sudo apt-get update
$ sudo apt-get install rabbitvcs-core rabbitvcs-nautilus rabbitvcs-thunar rabbitvcs-gedit rabbitvcs-cli 

$ nautilus -q 

그나저나 패키지 의존성 좀 쩌는듯...
$ sudo apt-get install rabbitvcs-core rabbitvcs-nautilus rabbitvcs-thunar rabbitvcs-gedit rabbitvcs-cli
패키지 목록을 읽는 중입니다... 완료
의존성 트리를 만드는 중입니다       
상태 정보를 읽는 중입니다... 완료
다음 패키지를 더 설치할 것입니다:
  exo-utils global ipython libexo-0.3-0 libexo-common libthunar-vfs-1-2
  libxfce4util-bin libxfce4util-common libxfce4util4 libxfcegui4-4
  libxfconf-0-2 meld python-configobj python-dulwich python-foolscap
  python-nautilus python-svn python-wxgtk2.8 python-wxversion thunar
  thunar-data thunar-volman thunarx-python xfce-keyboard-shortcuts xfce4-panel
  xfconf
제안하는 패키지:
  doxygen apache httpd id-utils python-profiler python-numpy python-matplotlib
  python-qt3 python-qt4 python-svn-dbg wx2.8-doc wx2.8-examples python-wxtools
  tcsh csh octave3.0 mksh pdksh thunar-archive-plugin thunar-media-tags-plugin
다음 새 패키지를 설치할 것입니다:
  exo-utils global ipython libexo-0.3-0 libexo-common libthunar-vfs-1-2
  libxfce4util-bin libxfce4util-common libxfce4util4 libxfcegui4-4
  libxfconf-0-2 meld python-configobj python-dulwich python-foolscap
  python-nautilus python-svn python-wxgtk2.8 python-wxversion rabbitvcs-cli
  rabbitvcs-core rabbitvcs-gedit rabbitvcs-nautilus rabbitvcs-thunar thunar
  thunar-data thunar-volman thunarx-python xfce-keyboard-shortcuts xfce4-panel
  xfconf
0개 업그레이드, 31개 새로 설치, 0개 지우기 및 5개 업그레이드 안 함.
24.0M바이트 아카이브를 받아야 합니다.
이 작업 후 73.7M바이트의 디스크 공간을 더 사용하게 됩니다.
계속 하시겠습니까 [Y/n]? Y

기본적으로 meld가 비교용 프로그램으로 등록되며, TortoiseSVN 보다는 갱신이 잘 안되는 경향이 있는것 같으니
귀찮아도 사용전에 F5를 눌러 상태를 갱신하고 사용해야 할때가 있을 듯 하다.

아래는 nautilus와 통합된 rabbitVCS의 context-menu 구조이다.


'프로그램 사용 > Version Control' 카테고리의 다른 글

TortoiseSVN Trac의 SVN 접속시 인증오류  (0) 2011.11.15
svn 명령어  (0) 2011.10.16
git-svn 을 이용해서 svn 을 복제가능하다고?  (0) 2011.08.14
TortoiseSVN doc 비교  (0) 2011.07.29
svn pam  (0) 2011.06.24
Posted by 구차니
나중에 갤럭시S 다시 볼 기회가 생기면 다시 한번봐야 할 듯..

아무튼 기존의 LCD 픽셀은 RGB순서로 고르게 있다면
Pentile의 경우에는 이러한 패턴이 아닌 다른 패턴으로 출력이 된다.
다르게 말하면, 픽셀의 순서가 항상 RGB가 아닐수도 있다라는 의미도 될수 있는데
갤S의 첫인상이 드럽게 밝고 드럽게 색상이 눈아프게 오버스럽다 정도였지 흐릿하다 이런건 잘 못 느꼈는데..



[링크 : http://www.androidpub.com/464972]
[링크 : http://blog.daum.net/yuisense/2]


[링크 : http://www.nouvoyance.com/technology.html]
[링크 : http://en.wikipedia.org/wiki/PenTile_matrix_family]

'이론 관련 > 컴퓨터 관련' 카테고리의 다른 글

파이프 라인 / 슈퍼스칼라  (0) 2013.10.08
VLIW - Very Long Instruction Word  (0) 2013.10.08
EFI 와 BIOS  (0) 2011.07.22
KiB / MiB  (0) 2011.07.22
GPS / A-GPS / S-GPS / D-GPS  (2) 2010.10.23
Posted by 구차니
원제 : 박원순 빨갱이라며!


오바마가 졸~라 극찬한다고 이명박이 도대체 얼마나 퍼준거냐고 광포화 중이다가

아들 : 그러니까 나경원은 뽑지 말라구!
파덜 : 그럼 순 빨갱이 박원순 뽑아?
아덜 : 그니까~ 차라리 안철수 나왔음 고민안해도 되는데 (오홍?!)
파덜 : 그렇지~
아덜 : 근데 안철수가 박원순 지지 하잖아
파덜 : 응
아덜 : 그런데 박원순은 빨갱이잖아?
파덜 : 그렇지
아덜 : 그럼 박원순은 빨갱이고 빨갱이를 지지하면 빨갱인데 안철수도 빨갱이야?
파덜 : ...
아덜 : 그런데 왜 안철수가 대통령 나오면 밀어 준다고 하는데 그럼 빨갱이 밀어주는거네?



쿄쿄쿄 이렇게 천천히 납득을 시키는중 -_-v
아직 11일 남았으니 언넝 세뇌(?)를 시켜 나경원만 안뽑게 해야지 -_-
Posted by 구차니
개소리 왈왈2011. 10. 14. 09:22
나에게는 호기심 충족을 위한 도구로서
밥벌이 수단으로서 C를 선사해준 분

그리고 현시대의 근간이 된 UNIX 를 만들어낸 사람중의 한분으로
현재의 리눅스 역시 이분이 계셨기에 다 생겨났다고 하면 너무 과장이려나?

Dennis MacAlistair Ritchie
(September 9, 1941 – October 12, 2011)

[링크 : http://media.daum.net/foreign/others/view.html?cateid=1046&newsid=20111013180040813&p=moneytoday]
[링크 : http://en.wikipedia.org/wiki/C_(programming_language)]
[링크 : http://en.wikipedia.org/wiki/Dennis_Ritchie]

'개소리 왈왈' 카테고리의 다른 글

ems 국제 택배와 빼빼로 데이  (5) 2011.11.05
으헉 최강희 사진 맞아?  (0) 2011.11.04
안경과 컨텍트렌즈의 차이점(?)  (0) 2011.10.12
Good-bye iJobs  (0) 2011.10.06
누군 머 빠른생일 하고싶나?  (0) 2011.09.26
Posted by 구차니
Programming/C++ STL2011. 10. 13. 22:12
두줄 넣으면 해결!

#include <cstring>
using namespace std;

[링크 : http://stackoverflow.com/questions/2220795/error-strcpy-was-not-declared-in-this-scope]

'Programming > C++ STL' 카테고리의 다른 글

템플릿 메타프로그래밍  (0) 2013.01.06
c++ template  (0) 2012.05.12
new / new[] / delete / delete[]  (4) 2010.09.16
cout 그리고 namespace  (0) 2010.09.16
C++ 레퍼런스 변수(reference variable)  (4) 2010.09.15
Posted by 구차니