Communities

Total Articles 180
No.
Subject
Author
40 [qt][android] openssl for android
[Level:16]gilgil
71388   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...  
39 20 issues of porting C++ code on the 64-bit platform
[Level:16]gilgil
71387   Oct 23, 2013
http://www.viva64.co-m/en/a/0004/  
38 windivert passthru problem 1 file
[Level:16]gilgil
71385   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...  
37 [qt] How to Use QThread in the Right Way
[Level:16]gilgil
71382   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/  
36 vdream and snoop30 build for ubuntu 1
[Level:16]gilgil
71380   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...  
35 [network] nfqueue
[Level:16]gilgil
71371   Nov 08, 2014
Using NFQUEUE and libnetfilter_queue https://home.regit.o-rg/netfilter-en/using-nfqueue-and-libnetfilter_queue/  
34 openssl alpn api
[Level:16]gilgil
71371   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);  
33 HTTP Strict Transport Security for Chrome
[Level:16]gilgil
71371   Mar 07, 2014
http://dev.chromium.-org/sts  
32 [c++] g++ exception(divide by zero)
[Level:16]gilgil
71367   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.  
31 [wireshark] running wireshark as root count warning message
[Level:16]gilgil
71366   Nov 14, 2014
fix lua error: cd /usr/share/wireshark- nano init.lua line #29 change to: disable_lua = true  
30 [c] snprintf test file
[Level:16]gilgil
71364   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()...  
29 Of running multiple regexp at once
[Level:16]gilgil
71360   Jan 01, 2015
http://fulmicoton.co-m/posts/multiregexp/-  
28 [qt] spec_test file
[Level:16]gilgil
71359   Nov 04, 2014
[pro file] #------------------------------------------------- # # Project created by QtCreator 2014-11-03T12:20:34 # #------------------------------------------------- QT += core gui greaterThan(QT_MAJOR-_VERSION, 4): QT += widgets TARGET ...  
27 Class diagram
[Level:16]gilgil
71359   Oct 08, 2013
http://en.wikipedia.-org/wiki/Class_diagr-am  
26 android rooting sites
[Level:16]gilgil
71357   Sep 29, 2014
framaroot : http://framaroot.net-/ towerlroot : https://www.towelroo-t.com/  
25 [cmake] How to change install prefix
[Level:16]gilgil
71355   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  
24 Enumeration type wrapping class in C++ (Days)
[Level:16]gilgil
71355   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: _...  
23 gettimeofday function for windows
[Level:16]gilgil
71353   Feb 23, 2014
#include <windows.h> int gettimeofday(struct timeval* tv, struct timezone* tz) { static LONGLONG birthunixhnsec = 116444736000000000; /*in units of 100 ns */ FILETIME systemtime; GetSystemTimeAsFileT-ime(&sy...  
22 [c++] console build log file
[Level:16]gilgil
71352   Dec 07, 2014
console_build_log_te-st.zip msvc msvc2012 qt linux mingw msvc2012  
21 A Tour of Go imagefile
[Level:16]gilgil
71352   Feb 17, 2013
A programming language guide line of Go(open source programming powered by Google) http://tour.golang.o-rg  


XE Login