The c++ tag has no wiki summary.
0
votes
0answers
10 views
Spatial Data Collection , Forming Maps [closed]
I want to know what should i study if i am working on a project that relates to spatial data in form of maps basically it would include map location on maps since i am an open source guy s i would ...
1
vote
1answer
87 views
How to license applications?
I registered on http://stackapps.com few days ago. I have written several applications that I want to place on this site. But I have a question -- how can I license my applications?
7
votes
0answers
626 views
Ask Ubuntu Data Server - Blazing Fast Searches from the Data Dump and API
Note: a special thank-you to Jacob for hosting this application on his server.
Screenshot
About
This project was born out of a need to get data from the Ask Ubuntu API with little ...
19
votes
0answers
2k views
SOwhat Stack Overflow browser
Screenshot
About
SOwhat is a Qt-based application that attempts to mimic the Stack Overflow website.
License
SOwhat is released under the MIT license.
Download
Currently, this is what I ...
10
votes
0answers
699 views
so++ - C++ Library
Code Snippet
#include <sopp/sopp.h>
...
sopp::SetKey("...");
sopp::SetSite(SITE_STACKOVERFLOW);
...
sopp::soUser user(1);
cout << user.GetDisplayName();
...
...