Communities

Total Articles 180
No.
Subject
Author
40 A Tour of Go imagefile
[Level:16]gilgil
69647   Feb 17, 2013
A programming language guide line of Go(open source programming powered by Google) http://tour.golang.o-rg  
39 windivert passthru problem 1 file
[Level:16]gilgil
69630   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...  
38 [qt][android] openssl for android
[Level:16]gilgil
69626   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...  
37 Of running multiple regexp at once
[Level:16]gilgil
69625   Jan 01, 2015
http://fulmicoton.co-m/posts/multiregexp/-  
36 openssl alpn api
[Level:16]gilgil
69625   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);  
35 gui_option_test file
[Level:16]gilgil
69622   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]...  
34 [c++] explicit
[Level:16]gilgil
69613   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  
33 How to use meta class in C++
[Level:16]gilgil
69610   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. ...  
32 [c++] integer casting test
[Level:16]gilgil
69606   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...  
31 [c] snprintf test file
[Level:16]gilgil
69605   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()...  
30 [etc] Markdown
[Level:16]gilgil
69602   Nov 27, 2014
[Markdown Basics] https://help.github.-com/articles/markdow-n-basics/ [Online Markdown Editor] http://dillinger.io/-  
29 [c++] console build log file
[Level:16]gilgil
69601   Dec 07, 2014
console_build_log_te-st.zip msvc msvc2012 qt linux mingw msvc2012  
28 network layer protocol constants
[Level:16]gilgil
69601   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 ...  
27 android rooting sites
[Level:16]gilgil
69600   Sep 29, 2014
framaroot : http://framaroot.net-/ towerlroot : https://www.towelroo-t.com/  
26 [c++] g++ exception(divide by zero)
[Level:16]gilgil
69599   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.  
25 touch for windows file
[Level:16]gilgil
69598   Mar 15, 2014
touch.zip  
24 url_test for qt
[Level:16]gilgil
69598   Oct 05, 2013
[Source] // ---------------------------------------------------------------------------- // // VDream Component Suite version 8.0 // // http://www.gilgil.ne-t // // Copyright (c) Gilbert Lee All rights reserved // // ------------------------...  
23 Class diagram
[Level:16]gilgil
69596   Oct 08, 2013
http://en.wikipedia.-org/wiki/Class_diagr-am  
22 VDream option for Qt pro file
[Level:16]gilgil
69594   Feb 18, 2013
#------------------------------------------------- # Common #------------------------------------------------- CONFIG(release, debug|release) { DEFINES += _RELEASE D = "" } CONFIG(debug, debug|release) { DEFINES += _DEBUG D = "d" } LI...  
21 [ubuntu] how to show volume control in root account
[Level:16]gilgil
69593   Sep 26, 2014
Launch Startup Application. Add the following item. Name : Volume Control Command : /usr/bin/pulseaudio  


XE Login