Communities

Total Articles 180
No.
Subject
Author
160 Threr's no place like 127.0.0.1 imagefile
[Level:16]gilgil
143445   Nov 14, 2009
from : http://www.tech-faq.com/127.0.0.1.sh-tml  
159 PROGNOSIS web site.
[Level:16]gilgil
142128   Sep 20, 2009
good enough to review http://voicequality.-com  
158 POC 2009 pictures
[Level:16]gilgil
139037   Nov 14, 2009
Lists will continue to be added later. picasaweb gilgil : http://picasaweb.goo-gle.com/gilgil1973/P-OC2009 flickr Sandro : http://www.flickr.co-m/photos/obs1/sets/7-2157622793905112/ naver skyducks111 : http://blog.naver.co-m/sky...  
157 boost thread unit test module bug on Microsoft Visual Studio debug mode 1 file
[Level:16]gilgil
138300   Oct 11, 2011
[Environment] Microsoft Windows 7 Microsoft Visual Studio 2005 version 8.0.50727.42 (RTM.050727-4200) boost 1.47.0 [Test case] When running in release mode, no error occurs. On the other hand, in ...  
156 In the middle of making VoIP Sniffer version 2.0 suite.
[Level:16]gilgil
134732   Oct 25, 2009
VoIP Sniffer Basic : Personal version of VS. VoIP Sniffer : Classical tools of VS. VoIP Sniffer Enterprise : Improve capturing VoIP RTP packet and add database storing and retrieving function...  
155 True Copy & Paste imagefile
[Level:16]gilgil
133987   Nov 14, 2009
 
154 [qt-bug] tcpsocket bind error file
[Level:16]gilgil
133429   Jan 04, 2016
source code : socket_bind_test.tar-.gz  
153 History of Programming Languages file
[Level:16]gilgil
129527   Oct 17, 2009
Do you want to see history of Programming Languages? prog_lang_poster.pdf- ( from : http://oreilly.com/n-ews/graphics/prog_la-ng_poster.pdf ) Good enough to understand what "programming languages" are. It is important ...  
152 Hi! brother.. very nice.. :) 1
AmesianX
126037   Sep 19, 2009
Hi! gilgil brother. This site is very nice.. I hope better time for operate this site.. p.s: If i learn english, boldly showing up to you. hehe.. :) I'm sorry my poor english..  
151 [linux] auto ssh connection without password
[Level:16]gilgil
125043   Aug 15, 2016
apt-get install sshpass sshpass -p your_password ssh user@hostname  
150 code conversion site(hash, base64, and so on)
[Level:16]gilgil
124550   Sep 20, 2009
Thank you, acuros. :) http://acuros.pe.kr/-encrypt.php  
149 VDreamCrypt(MD5, RC4, and so on) imagefile
[Level:16]gilgil
122005   Sep 21, 2009
This application includes various crypto algorithms(hash, crypt & decrypt, and so on). Other algorithms will be added later.  
148 How to add preprocessor(_DEBUG) symbol in makefile file
[Level:16]gilgil
119686   Sep 23, 2011
[makefile] CPPFLAGS+=-D_DEBUG -O0 -g all : debug_test clean: rm -rf debug_test rm -rf debug_test.exe rm -rf *.o [debug_test.cpp] #include <stdio.h> int main() { #ifdef _DEBUG printf("debug\n"); #else printf("relea...  
147 [Qt] QEvent example file
[Level:16]gilgil
119109   Feb 16, 2014
In working thread, you need to switch into a main thread. In this case, you can use QEvent class. [myobj.h] class MyObj : public QObject { Q_OBJECT public: bool event(QEvent* event); }; [myobj.cpp] bool...  
146 Photoshop on the web
[Level:16]gilgil
118052   Jun 07, 2011
http://pixlr.com/edi-tor  
145 Difference of the same "this" pointer file
[Level:16]gilgil
117925   Sep 17, 2009
[Code] #include <stdio.h> // // Each class has his own 256 bytes buffer. // class A { char a[256]; }; class B { char b[256]; }; class C { char c[256]; }; class D { char d[256]; }; class E { char d[256]; }; // // ...  
144 The difference of calling virtual function in constructor and destructor between C++ and Pascal. 1 file
[Level:16]gilgil
116054   Sep 03, 2011
[CPP] - ECX register is used for object pointer. class Base { public: Base() { foo(); mov ecx,dword ptr [this] // ecx <- object pointer call Base::foo (4111A9h) // direct call } virtual void foo() { ...  
143 qt configure -help (5.1.1) 1
[Level:16]gilgil
115849   Oct 23, 2013
+ cd qtbase + C:\Qt\5.1.1\qtbase\configure.bat -help Usage: configure [options] Installation options: These are optional, but you may specify install directories. -prefix <dir> ...... This will install ev...  
142 How to use openssl dll in C++Builder file
[Level:16]gilgil
115439   Mar 15, 2010
If you download openssl for windows, you can find header files, dll files, and library files used in C++ compiler. However, you can not use library files(libeay32.lib, ssleay32.lib) with C++Builder wit...  
141 How to call a constructor on a already allocated memory file
[Level:16]gilgil
113263   Feb 22, 2014
[Source] #include <new> #include <VInt> #include <VDebugNew> class MyObj { public: VInt i; public: MyObj() { printf("MyObj::MyObj\n"); } virtual ~MyObj() { printf("MyObj::~MyObj\n"); } void foo() { printf("MyObj::foo...  


XE Login