본문 바로가기

전체 글

(211)
구글 크롬사용시 플래시가 안나올땐... 구글 크롬사용시에 "설치 되지 않는 필수 플러그인"으로 광고등, 안나오시면 플러그인을 설치하여 주세요. 그럼 잘 나옵니다 : ) 크롬이 최고군요.ㅠㅠ
[VB] CRC32 모듈 클래스 모듈로 작성하여 사용하세요. 자세한사항은 덧글남겨주세요. '출저 : http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=12638&lngWId=1 'CRC Checksum Class '------------------------------------ ' 'A very fast solution to calculate the 'CRC Checksum (at the moment CRC16 and 'CRC32 values) with the help of some 'pre-compiled assembler code ' '(c) 2000, Fredrik Qvarfort ' Option Explicit Public Enum CRCAlgori..
블로그에 소스를 보기 편하게 올리기 SyntaxHighlighter라는 겁니다. 굉장히 멋있는 녀석입니다. 일단 공식홈페이지 : http://alexgorbatchev.com/wiki/SyntaxHighlighter 홈페이지가시면 사용방법, 설치방법이있습니다. 아래는 사용의 예입니다~ 사용법도 간단! int test(void) #include #include #include bool GetHtml(const char* strURL, const char* strSavePath); bool GetImage(const char* strURL, const char* strSavePath); void main() { GetHtml("http://simple21.egloos.com", "test.htm"); GetImage("http://pds.eg..
예야... 추석 재미없고 힘든하루였습니다. 저에겐 언제부터인지 추석이 참 거지같아졋네요
The Red Jumpsuit Apparatus 더 레드 점프슈트 애퍼래터스(The Red Jumpsuit Apparatus) 멤버 로니 윈터(Ronnie Winter, 보컬), 듀크 키첸스(Duke Kitchens, 리드기타), 엘리어스 리디(Elias Reidy, 기타), 조이 웨스트우드(Joey Westwood, 베이스), 존 윌크스(Jon Wilkes, 드럼) 데뷔 2006년 1집 앨범 [Don't You Fake It] 경력 2003 그룹 결성 공식사이트 : http://www.redjumpsuitalliance.com/ 출저는 동영상정보에서
TCP/IP FLOOD TEST // tcpflood.cpp : Defines the entry point for the console application. // #include #include #include int main(int argc, char* argv[]) { SOCKET s; WSADATA WsaData; struct sockaddr_in server; socket_re: WSAStartup(MAKEWORD(2,2) , &WsaData); s = socket( PF_INET, SOCK_STREAM, 0 ); memset( &server, 0, sizeof(struct sockaddr) ); server.sin_family = AF_INET; server.sin_addr.s_addr = inet_addr("112.166...
C++ 소스코드를 HTML에서 알아보기 쉽게 하이라이트 주기. http://www.bedaux.net/cpp2html/ 좋은싸이트 입니다. 적절하게 박스에 넣은 후, Convert를 누루면.. ex) // automtichider.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include int main(int argc, char* argv[]) { int dummys; HWND copyies; copyies = FindWindow(NULL,"복사 중..."); if(copyies==0) { printf("복사하는게 없거든..."); scanf("창을 닫으세요. \n", dummys); return 0; } ShowWindow( copyies,0); printf(..
판DO라 M1N12 업데이트 우회 * Cracker. REGAME http://regameslab.tistory.com/ * Information. DATE 2009-09-30 TOOL OllyDbg * How To Use It. Overwrite "MiniQUpdate.exe" * Etc. Unpacked. * :]