Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (4)
Socks Wrapper
no vote
Establishes socket through Socks Proxy version 4 and version 5. Socks component/wrapper is a C++ class, which is helpful in establishing a socket through a Socks Proxy for TCP-based clients.
bluesky846443
2016-08-23
0
1
A Fully Featured Windows HTTP Wrapper in C++
no vote
This is a fully featured Windows  HTTP  Wrapper in C++. It is a wrapper in the C++ class. It is fully featured and easy to use. You only need to include one single header file to use the wrapper.
bluesky846443
2016-08-23
1
1
An Asynchronous HTTP Request WinINet Wrapper in C+
no vote
WinINet makes network programming easier, but it's difficult to use for C++ because of its C-style interface, so I write this code to wrap it. Using it, you can easily create an asynchronous  HTTP  request and receive event callback. It can be applied to MFC and ATL projects. This code mainly consists of two classes: class 
bluesky846443
2016-08-23
0
1
Multi Threaded WebScraping in C#
no vote
Web Scraping involves obtaining information of interest from the webpages. I tried to make a step by step guide starting from basic of webscraping using  WebBrowser  to a little bit advance topics like performing login and maintaining sessions via  HTTP Web
bluesky846443
2016-08-23
0
1
No more~