Communities(Korean) 본 게시판 글의 외부 링크는 허용하나, 무단 복제는 법으로 금지되어 있습니다.

Total Articles 494
No.
Subject
Author
Notice 컴퓨터 공부를 시작하는 분들을 위하여 19
[Level:16]gilgil
1823030 1 Oct 25, 2009
Notice 프리웨어 라이브러리 사용할 때의 예의에 대해서 5
[Level:16]gilgil
1372507   Feb 06, 2012
374 sex.com_segmentation_by_telnet pcap file 8 file
[Level:16]gilgil
76149   Oct 27, 2013
[테스트] 1. "telnet www.sex.com 80" 명령어로 TCP를 서버에 연결 2. 다음 데이터를 붙여 넣기하여 패킷 전송 GET http://www.sex.com/ HTTP/1.1 Accept: text/html, application/xhtml+xm-l, */* Accept-Language: ko-KR ...  
373 [hack] site unblocker 차기 버전 imagefile
[Level:16]gilgil
76181   Jan 19, 2016
site unblocker 더 이상 안됩니다. 지금까지 널리 알려 진 차단 우회 방식은 이제 다 막혔습니다. site unblocker 공개하고 나서 대략 3~4개월 정도 지나면 보완이 될 것이라 예상했는데, 예상보다 훨씬 더 지난 1년 반이 ...  
372 [net] 802 header 분석 관련 자료
[Level:16]gilgil
76244   Jan 26, 2016
dummy interface로 디버깅하기. https://github.com/w-ifihack/cs/blob/mast-er/bin/dummy.sh Radiotap http://www.radiotap.-org/ radio tap c source code http://git.sipsoluti-ons.net/radiotap.git- Threads and QObjects http://doc.qt.io/qt.-..  
371 TicToc에 탑재된 mVoIP 기술 개발기 및 향후 기술 진화 방향
[Level:16]gilgil
76308   Aug 06, 2014
http://readme.skplan-et.com/?p=7870  
370 Ubuntu에서 QtCreator 실행시 OpenGL 에러 나는 경우.
[Level:16]gilgil
76394   Oct 07, 2014
apt-get install libgl-dev http://qt-project.org/forums/v-iewthread/43315  
369 download_test file
[Level:16]gilgil
76677   Jun 13, 2013
이거 테스트되나 함 보자!!! 이거 로그에 안 남으면 CUAgentSvc.exe 허접!!! download_test.txt download_test.exe  
368 snort_and_suricata file
[Level:16]gilgil
77012   Nov 19, 2013
snort_and_suricata.o-dp snort_and_suricata.p-pt  
367 Qt 버전의 궁합
[Level:16]gilgil
77036   Jul 07, 2013
[Version 4.8.4] OS : Windows 7 Compiler : Visual Studio 2008 (9.X) Qt Library : Qt 4.8.4 Qt Creator : Qt Creator 2.5.2 [Version 5.1.1] OS : Windows 7 Compiler : Visual Studio 2012 (11.X) + Wi...  
366 UDPDelay(2012.02.18).zip 6 file
[Level:16]gilgil
77308   Feb 18, 2012
UDPDelay(2012.02.18)-.zip  
365 static_con_test 2 imagefile
[Level:16]gilgil
77397   Dec 28, 2013
Singleton Design Pattern을 소스 코드에 적용하던 도중에 Visual Studio와 g++ 컴파일러의 바이너리 코드 생성의 차이에 의해 고생(?)을 했던 경험이 있어서 문제의 형식으로 내어 봅니다. A와 B라는 클래스가 있습니다. 2...  
364 [linux] ip 추가 삭제
[Level:16]gilgil
77871   Dec 24, 2014
[추가] ifconfig eth1:1 1.1.1.1 ifconfig eth1:2 2.2.2.2 ifconfig eth1:3 3.3.3.3 [삭제] ifconfig eth1:1 down ifconfig eth1:2 down ifconfig eth1:3 down  
363 스님 화장실 사용법
[Level:16]gilgil
78223   Aug 20, 2014
출처 : 미상 <푸세식 화장실 사용법> 어느 절은 아직도 푸세식을 사용했읍니다. 즉, 재래식인데, 이 구조는 알다시피 밑으로는 똥통이 있고 졸거나 실수로 빠지지 말라고 위에 밧줄을 매달아 놓은 형태 입니다. 이 재래식 화...  
362 VPerformance bug file
[Level:16]gilgil
78344   Apr 09, 2013
[source] #include <memory.h> #include <VApp> #include <VThread> #include <VPerformance> void threadFunc(void* p) { VPerformance pfm; pfm.check(1); int* pi = (int*)p; for (int i = 0; i < 100000000; i++)...  
361 mVoIP 관련 기사 imagefile
[Level:16]gilgil
79301   Jul 11, 2014
KT, 인터넷전화 3G망 사용 제한…요금제 따라 차등 허용 ( 2010.12.06 ) KT가 예고대로 6일부터 i-밸류 이상 요금제 사용자에 한해 모바일 인터넷 전화(m-VoIP)를 허용했다. 동시에 해당 요금제를 사용하지 않는 고객들은 3G 망...  
360 define_test
[Level:16]gilgil
79675   Nov 16, 2012
#include <stdio.h> int a1(int i) { return i; } int a2(int i) { return i * 2; } #define A(i) #ifndef A #define A(i) a1(i) #endif // A //#undef A /* #ifndef A #error a2 #define A(i) a2(i) #end...  
359 test 8
[Level:16]gilgil
79692   Mar 10, 2013
Heading 1 Heading 2 Heading 3 Heading 4 Heading 5 Source d Execute d d d d d  
358 block내에 선언되어 있는 객체의 stack 할당은 언제 이루어 지는가? 1 file
[Level:16]gilgil
79779   Apr 10, 2012
MyObject라는 클래스가 있습니다. class MyObject { char buf[0x100]; } MyObject 클래스는 내부적으로 0x100 바이트(256)를 가지고 있는 클래스입니다. 이 클래스의 객체를 함수 내에 선언을 하게 되면 stack에 0x100 바이트를 할...  
357 singleton 클래스 이야기(2)
[Level:16]gilgil
79837   Apr 20, 2012
이번에는 객체의 instance()라는 메소드의 interface를 어떻게 할 것인지와 그 구현을 어떻게 하는지에 대해서 정리를 해 보겠습니다. 객체를 반환하는 방법은 reference를 반환하는 방법과 pointer로 반환을 하는 방법 2가지...  
356 이경문님!! 3
류종택
80159   Dec 21, 2011
네트워크 느리게 해주는 프로그램 복구 좀 시켜주세요 ㅠ.ㅠ 서버 테스트 하는데 꼭 필요해요! * P.S. 한 해 마무리 잘하고, 내년에는 사업 대박나시고, 이쁜 처자 만나서 결혼도 ^^* 틈 날 때 엉아 맛있는 것도 사주고!! ㅋ...  
355 thread_object_test.zip file
[Level:16]gilgil
80159   Nov 21, 2012
thread_object_test.z-ip  


XE Login