Skip to content
#

ini-parser

Here are 181 public repositories matching this topic...

c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 encode / decode, url encode / decode, fast timer, skiplist, object pool etc. detail info please see the c header files.

  • Updated Apr 22, 2022
  • C
QEDK
QEDK commented Feb 9, 2021

Similar to configparser in Python, we should have an option to append sections using a direct hashmap and string.

  • append(Some(sectionname), HashMap to append) - If None, we append the section as-is (validate that it's a two-level hashmap), if Some(...), we create a hashmap with that section and add the entire section (need an error-check to ensure it's a flat hashmap).
  • `append_str(...)
enhancement help wanted good first issue

A library containing a collection of useful C++1x utility classes to assist with multi-threading, logging, networking, custom exceptions, file management, INI files, serialization, sorting, string utilities and more.

  • Updated Jan 30, 2022
  • C++

Improve this page

Add a description, image, and links to the ini-parser topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ini-parser topic, visit your repo's landing page and select "manage topics."

Learn more