Communities

Total Articles 180
No.
Subject
Author
40 Class diagram
[Level:16]gilgil
69737   Oct 08, 2013
http://en.wikipedia.-org/wiki/Class_diagr-am  
39 [network] nfqueue
[Level:16]gilgil
69736   Nov 08, 2014
Using NFQUEUE and libnetfilter_queue https://home.regit.o-rg/netfilter-en/using-nfqueue-and-libnetfilter_queue/  
38 [cmake] How to change install prefix
[Level:16]gilgil
69732   Mar 31, 2015
cmake -DCMAKE_INSTALL_PREFI-X:PATH=/home/gilgil . && make all install cmake -DCMAKE_INSTALL_PREFI-X:PATH=$PWD/usr/local . && make all install  
37 touch for windows file
[Level:16]gilgil
69731   Mar 15, 2014
touch.zip  
36 A Tour of Go imagefile
[Level:16]gilgil
69731   Feb 17, 2013
A programming language guide line of Go(open source programming powered by Google) http://tour.golang.o-rg  
35 [qt] How to Use QThread in the Right Way
[Level:16]gilgil
69726   Dec 31, 2014
http://blog.debao.me-/2013/08/how-to-use-qthread-in-the-right-way-part-1/ http://blog.debao.me-/2013/08/how-to-use-qthread-in-the-right-way-part-2/  
34 vdream and snoop30 build for ubuntu 1
[Level:16]gilgil
69725   Sep 25, 2014
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 en...  
33 [c] snprintf test file
[Level:16]gilgil
69724   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()...  
32 Of running multiple regexp at once
[Level:16]gilgil
69716   Jan 01, 2015
http://fulmicoton.co-m/posts/multiregexp/-  
31 openssl alpn api
[Level:16]gilgil
69712   Mar 19, 2015
[ssl_lib.c] int SSL_CTX_set_alpn_pro-tos(SSL_CTX *ctx, const unsigned char* protos, unsigned protos_len); int SSL_set_alpn_protos(-SSL *ssl, const unsigned char *protos, unsigned protos_len);  
30 so_test file
[Level:16]gilgil
69711   Feb 22, 2013
so_test.zip  
29 windivert passthru problem 1 file
[Level:16]gilgil
69709   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...  
28 How to use meta class in C++
[Level:16]gilgil
69707   Oct 04, 2013
Thers is a base class named "Shape" that has a virtual function "draw()". class Shape { public: virtual void draw() = 0; }; Circle, Triangle, Rectangle and Pentagon classes are descendent classes of Shape class. ...  
27 [c++] explicit
[Level:16]gilgil
69706   Dec 22, 2014
explicit http://en.cppreferen-ce.com/w/cpp/languag-e/explicit explicit type conversion http://en.cppreferen-ce.com/w/cpp/languag-e/explicit_cast  
26 [c] libxml sample using sax
[Level:16]gilgil
69704   Nov 14, 2014
http://stackoverflow-.com/questions/39599-87/requesting-complete-compilable-libxml2-sax-example  
25 [c++] g++ exception(divide by zero)
[Level:16]gilgil
69704   Dec 25, 2014
http://www.network54-.com/Forum/613583/me-ssage/1364726793/Usi-ng+C%2B%2B+exception-+handling+to+catch+f-loating+point+divide-+by+zero.  
24 [qt][android] openssl for android
[Level:16]gilgil
69702   Oct 26, 2014
http://wiki.openssl.-org/index.php/Androi-d 1. .bashrc 파일을 다음과 같이 설정한다. # # for android # export _ANDROID_ARCH=arch-arm export _ANDROID_EABI=arm-linux-androideabi-4.8 export _ANDROID_API=n...  
23 network layer protocol constants
[Level:16]gilgil
69702   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 ...  
22 [c++] integer casting test
[Level:16]gilgil
69701   Dec 21, 2014
Guess the result of the following code. [Code] #include <iostream> #include <limits.h> using namespace std; int main() { { char c1 = CHAR_MAX; char c2 = (c1 + 1) / 2; cout << c2 << endl; } { short s1 = SHRT_MAX; sh...  
21 VDream option for Qt pro file
[Level:16]gilgil
69699   Feb 18, 2013
#------------------------------------------------- # Common #------------------------------------------------- CONFIG(release, debug|release) { DEFINES += _RELEASE D = "" } CONFIG(debug, debug|release) { DEFINES += _DEBUG D = "d" } LI...  


XE Login