log4c documentation [closed] - c

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
gcc 4.4.3 c89
I am just getting started with log4c. However, there is very little documentation out there for how to get started with it.
I am wondering does anyone know of any tutorials, articles on how to get started?

If you unpack the tar ball from the project page at http://log4c.sourceforge.net/ there is a doc directory containing examples etc.
Also there is the developer's guide at http://www.slideshare.net/gzm55/log4-c-developers-guide-presentation.

Since log4c and log4net are both ports of log4j, may be you can use log4j/log4net documentation. Since it is a port, the configuration and API should be the same
log4net documentation:
http://logging.apache.org/log4net/release/manual/configuration.html

Related

Creating a simple HTTP proxy in C [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm a newbie programmer looking to create a simple proxy in C that forwards HTTP requests (through TCP). Are there any resources online that can get me started? I've already looked at "Beej's Guide to Network Programming" as it came highly recommended, but I find it to be a little incomplete and hard to follow. Any suggestion would be appreciated!
Why reinventing the wheel?
There is tinyproxy that is fully featured, opensource and free.
https://banu.com/tinyproxy/

socket library for MS-DOS (C language) [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I need to write client and server applications for MS-DOS using C language.
I don't want to start from scratch and implement sockets.
Can you advice me library in which socket functionality is implemented and for which exist good manuals and examples.
I already tried mTCP library: I got source files from it, added sources from example file and tried to Compile in Turbo C, but it raises a lot of errors it will be very hard task for me to cope with them.
Try libnet. According to it's web page (http://libnet.sourceforge.net/) it supports DOS systems (djgpp compiler), though I personally haven't tried it on DOS.
There is also WATTCP: http://www.erickengelke.com/wattcp/
Have you tried that?

A good tutorial for CUnit? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I am looking for an online tutorial for CUnit. After much "Googling", the only ones I have come across are the CUnit documentation on sourceforge and this one. None of which can really be described as a tutorial with a "walk though" working example.
Does any one know of a CUnit tutorial that actually walks through testing a sample program?

Recommend a free, universal database browser? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
This can be community wiki.
I'm looking for a simple, multi-platform, free database browser (ODBC,etc). This is for those times when I want to interface with a database, and just need a simple way to quickly see what the heck is in it. Doesn't need to support any vendor-specific features.
Too much junk out there and I don't want to play with these things all day. What do you use?
I like SqlDbx - the personal edition is free. It supports most of the major databases, and the built in intellisense is useful for queries.
Dbvisualizer has a free version http://www.dbvis.com/products/dbvis/download/

Is there any ultimate good documentation about Apache Cassandra? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I found a lot. But which one is the best? And why? I didn't find yet anything really complete and centralized in one good article or documentation. At least a good book? Thanks.
Our (Riptano's) Cassandra documentation is probably the best one-stop resource: http://www.riptano.com/docs
A good complement from the ASF wiki is http://wiki.apache.org/cassandra/ArticlesAndPresentations.
The Cassandra High Performance Cookbook is the most recent book. It has a how-to format but along the way documents many of the features.

Resources