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
69252   May 13, 2013
http://www.wireshark-.org/docs/wsdg_html_-chunked/ChSetupWin32-.html  
178 Talk is cheap. Show me the code.
[Level:16]gilgil
71069   Mar 22, 2013
https://lkml.org/lkm-l/2000/8/25/132  
177 qt hello world example
[Level:16]gilgil
71630   Nov 16, 2013
 
176 false_sharing_test
[Level:16]gilgil
71914   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-...  
175 [Qt] QByteArray::setRawData (shallow copy or deep copy?) 1 file
[Level:16]gilgil
71942   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...  
174 qt static build 1 imagefile
[Level:16]gilgil
72150   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
72336   Feb 19, 2013
pipe_test(2013.02.19-)-2.zip pipe_test(2013.02.19-).zip  
172 Network Headers
[Level:16]gilgil
72342   Nov 03, 2013
http://www.troyjessu-p.com/headers/  
171 Fedora installation for Qt
[Level:16]gilgil
72450   Oct 23, 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 ...  
170 so_test file
[Level:16]gilgil
72452   Feb 22, 2013
so_test.zip  
169 qdir_test for qt
[Level:16]gilgil
72466   Oct 23, 2013
[Source Code] #include <QDir> #include <QDebug> void static_test() { qDebug() << "separator =" << QDir::separator(); qDebug() << "currentPath =" << QDir::currentPath(); qDebug() << "homePath =" << QDir::homePath(); qD...  
168 linux installation guide for virtual machine
[Level:16]gilgil
72495   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...  
167 windivert passthru problem 1 file
[Level:16]gilgil
72500   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...  
166 A Tour of Go imagefile
[Level:16]gilgil
72511   Feb 17, 2013
A programming language guide line of Go(open source programming powered by Google) http://tour.golang.o-rg  
165 network layer protocol constants
[Level:16]gilgil
72517   Feb 21, 2013
[DataLink Type] : bpf.h #define DLT_NULL 0 /* BSD loopback encapsulation */ #define DLT_EN10MB 1 /* Ethernet (10Mb) */ #define DLT_EN3MB 2 /* Experimental Ethernet (3Mb) */ #define DLT_AX25 3 /* Amateur Radio ...  
164 VDream option for Qt pro file
[Level:16]gilgil
72523   Feb 18, 2013
#------------------------------------------------- # Common #------------------------------------------------- CONFIG(release, debug|release) { DEFINES += _RELEASE D = "" } CONFIG(debug, debug|release) { DEFINES += _DEBUG D = "d" } LI...  
163 Of running multiple regexp at once
[Level:16]gilgil
72534   Jan 01, 2015
http://fulmicoton.co-m/posts/multiregexp/-  
162 gui_option_test file
[Level:16]gilgil
72558   Apr 11, 2013
[gui_option_test.pro] contains(QT, gui) { message (gui) } else { message (no_gui) } TARGET = gui_option_test CONFIG += console CONFIG -= app_bundle TEMPLATE = app SOURCES += main.cpp [main.cpp]...  
161 url_test for qt
[Level:16]gilgil
72571   Oct 05, 2013
[Source] // ---------------------------------------------------------------------------- // // VDream Component Suite version 8.0 // // http://www.gilgil.ne-t // // Copyright (c) Gilbert Lee All rights reserved // // ------------------------...  


XE Login