Communities

Total Articles 180
No.
Subject
Author
180 Minimal WinMain Source Code secret
[Level:16]gilgil
2   Mar 08, 2012
This article is secret  
179 wireshark build on windows
[Level:16]gilgil
69481   May 13, 2013
http://www.wireshark-.org/docs/wsdg_html_-chunked/ChSetupWin32-.html  
178 Talk is cheap. Show me the code.
[Level:16]gilgil
71277   Mar 22, 2013
https://lkml.org/lkm-l/2000/8/25/132  
177 qt hello world example
[Level:16]gilgil
71854   Nov 16, 2013
 
176 [Qt] QByteArray::setRawData (shallow copy or deep copy?) 1 file
[Level:16]gilgil
72267   Feb 18, 2014
Is QByteArray::setRawDa-ta() , are bytes copied or not? I do now know very well the difference beteen test1() and test2() function listed below. :( [source] void test1(){ char buf[] = "abcde"; QBy...  
175 false_sharing_test
[Level:16]gilgil
72349   Oct 23, 2013
[Source Code] #include <iostream> #include <boost/date_time/posi-x_time/posix_time.hp-p> #include <boost/thread.hpp> void run(char* p, int size, int count) { boost::posix_time::p-time begTick(boost::posix-_time::microsec_cloc-...  
174 qt static build 1 imagefile
[Level:16]gilgil
72492   Nov 27, 2013
[Environment] Microsoft Windows 7 Microsoft Visual Studio 2012 64bit compiler(or 32bit compiler) Qt 5.1.1 [Required] Download and install ActivePerl (version 5.16.3 or higher) and check system path ...  
173 pipe_test file
[Level:16]gilgil
72651   Feb 19, 2013
pipe_test(2013.02.19-)-2.zip pipe_test(2013.02.19-).zip  
172 so_test file
[Level:16]gilgil
72695   Feb 22, 2013
so_test.zip  
171 Network Headers
[Level:16]gilgil
72698   Nov 03, 2013
http://www.troyjessu-p.com/headers/  
170 windivert passthru problem 1 file
[Level:16]gilgil
72716   Mar 26, 2014
[Test Case 1] While calling netdump command, I can see SYN/RST packets when I try to connect to 127.0.0.1:23. netdump "tcp.SrcPort==23 tcp.DstPort==23" While calling passthru command, I can not see...  
169 [android][c] hello world project files file
[Level:16]gilgil
72717   Nov 01, 2014
[Makefile] _ANDROID_ARCH=arch-arm _ANDROID_API=android-9 _ANDROID_EABI=arm-linux-androideabi-4.8 ANDROID_NDK_ROOT=/android/ndk ANDROID_SDK_ROOT=/android/adt/sdk ANDROID_SYSROOT=$ANDROID_NDK_ROOT/pl-atf...  
168 Fedora installation for Qt
[Level:16]gilgil
72724   Oct 05, 2013
Fedora installation Change display Change root login Security Update yum install gcc yum install gcc-c++ yum install make Install Qt(4.8.1) yum install libpng-compat ( for libpng12.so file ) yum install xterm ...  
167 Enumeration type wrapping class in C++ (Days)
[Level:16]gilgil
72739   Sep 30, 2013
Here is a sample code of enumeration type wrapping class in C++. [Source Code] #include <stdio.h> class Days { public: enum _Days { Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday }; protected: _...  
166 VDream option for Qt pro file
[Level:16]gilgil
72749   Feb 18, 2013
#------------------------------------------------- # Common #------------------------------------------------- CONFIG(release, debug|release) { DEFINES += _RELEASE D = "" } CONFIG(debug, debug|release) { DEFINES += _DEBUG D = "d" } LI...  
165 Class diagram
[Level:16]gilgil
72754   Oct 08, 2013
http://en.wikipedia.-org/wiki/Class_diagr-am  
164 A Tour of Go imagefile
[Level:16]gilgil
72755   Feb 17, 2013
A programming language guide line of Go(open source programming powered by Google) http://tour.golang.o-rg  
163 [c] snprintf test file
[Level:16]gilgil
72761   Oct 29, 2014
[code] #include <stdio.h> #include <string.h> static const int BUFSIZE = 4; void dump(char* p, int size) { for (int i = 0; i < size; i++) { unsigned char ch = *p; printf("%02X ", ch); p++; } printf("\n"); } int main()...  
162 HTTP Strict Transport Security for Chrome
[Level:16]gilgil
72766   Mar 07, 2014
http://dev.chromium.-org/sts  
161 linux installation guide for virtual machine
[Level:16]gilgil
72771   Jan 19, 2013
os installation install ubuntu-14.04.1-desktop-amd64.iso basic setup enable root account #sudo passwd root > <current password> > <root password> > <root password again> add the following line at the end of c...  


XE Login