Menu

Tree [r9] /
 History

HTTPS access


File Date Author Commit
 include 2015-05-01 swaggly-p [r8] socket test finished and needs debugging + testing
 socket test 2015-05-04 swaggly-p [r9] Fixed output not appearing, TODO:Fix Get Request
 main.cpp 2015-04-27 swaggly-p [r4] various corrections made in vmware
 readme.txt 2015-05-04 swaggly-p [r9] Fixed output not appearing, TODO:Fix Get Request

Read Me

TODO:

-Finish socket test
    *fix get request as curl works but the string does not 

-Replace existing class with socket test into a class

---parser notes

-only need text from <table class="maintable"> to </table>

-every <tr> is diferent post/paste

-first <td> is the link to the paste

-second <td> is when it was posted <-- this is kinda irrelevent though

c++ makes finding this easy as it provide std::string find 

after table is found put its contents into a new string for simplicity sake

then starting with the first <td> copy 1 line every 5 lines to parse the links.

then once a line with a link is parsed, add it to an array of links to use as a fetch list.

on the example the many <td> lasted from line 117 to 862, investagate if lines numbers are static or if they dynamically change for some reason.

then one by one fetch the paste data from link 
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.