CL - A declarative command-line parsing library written in C99

This page summarizes the projects mentioned and recommended in the original post on /r/C_Programming

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • cl

    A dependency-free declarative command-line parsing library written in C99.

  • libchaste

    C-haste Library. A collection of utilities to make developing C programs fast and easy.

  • I’ve had a look at the repository. Three immediate comments: 1. There is effectively no documentation. Just one small example file. How do you expect people to use your project without comprehensive documentation and examples? It shows a real lack of care for users. 2. The configuration system is really verbose. It’s not clear that there are any benefits using this system over standard getopt approaches. Here’s an example of a system which I thing does improve on the ease of use over getopt. 3. Why use this library? What benefit does it have over all the others.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts