C - Library to deal with HTTPrequests [closed] - c

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
What's the best and most efficient library to deal with massive ammounts of HTTPrequests (cookies ,headers, everything)?

it depends in which language you want to use it. the libcurl is most commen e.g. in C:
http://curl.haxx.se

I think you are looking for libcurl.Take a look at this link.

Related

C Client library for Apache Cassandra [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is there any C client for Apache Cassandra out there?
I have been looking for it desperately, but can't find anything. Any help would be appreciated!
I'm not aware of any C client for Cassandra. There is a C++ library that supports the new CQL3 binary protocol, but it doesn't look like it has C externs.

Can i find an AngularJs plugin for eclipse? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Iam looking for an AngularJs plugin for ECLIPSE, did any one have an idea?
Thank you,
Regards
I personally haven't used it, but give this a try… https://github.com/sbegaudeau/AngularJS-Eclipse-Tools

where can I learn linked list/stacks? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
As the question stated above, is there any recommended sites to study them??
I've searched online, but mostly give the entire code without teaching what the code does
for example, what does -> do??
btw: I wanna learn these 2 which are for C Programming
These links will help. There is other good stuff at the site as well. And it is C oriented.
http://cslibrary.stanford.edu/103/
http://cslibrary.stanford.edu/102/

C library for IRC client [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm using libircclient for a C project.
Because the lib is not supporting IRC over SSL/TLS I'm searching a different one.
Anyone knows a good C based IRC library?
Thanks
http://www.ulduzsoft.com/libircclient/ seems pretty nice.

Blogs to follow for programmers working on Telecom domain (Mobile/Smart Phones especially) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
One per post will be great!
The answers to this similar question are:
http://iphoneincubator.com/blog/
http://www.mobilephonedevelopment.com/
http://blog.symbian.org/
http://justanapplication.wordpress.com/
http://www.mobileindustryreview.com/
A collection of Telco related blogs can be found at No Jitter

Resources