libconfini is asimple INIparsing librarywith theability to readdisabledentries (i.e.valid entriesnested incomments).libconfini doesnot store thedata read froman INI file,but ratherdispatches it,formatted, to acustomlistener. Thecode is writtenin C (C99) anddoes not dependon anyparticularlibrary, exceptfor the Cstandardheadersstdio.h,stdlib.h,stdbool.h andstdint.h.
etcd is adistributedkey-valuestore, used asshared clusterconfigurationbackend. Itautomaticallyelects a masterserver, allowsdynamic configdata withoptional TTLs,provides a JSONAPI over HTTPwith TLS andlong polling,uses the Raftprotocol fordistribution.It's thebasis forCoreOS,integrates withfleet/systemd,and thus alsoprovidesservicediscovery.
Unsettings is agraphicalconfigurationprogram for theUnity desktopenvironmentthat lets youchange some oftthe Unitysettings. Youcan useUnsettings tochange thethemes for GTK,window manager,icons andcursors. But itdoesn’tsupport theinstallation ofnew themes. With Unsettingsyou can switchoff the globalmenu and theoverlayscrollbars usedin Unity. Inaddition tojust applyingthe settingsUnsettings letsyou to saveyour settingsinto and loadfrom a textfile (JSONformat)
libcfg+ is a Clibrary thatfeatures multi-command lineandconfigurationfile parsing.It is possibleto set upvarious specialproperties such as quotingcharacters,deliminator strings, filecommentprefixes,multi-line postfixes, andmore. Itsupports manydata typessuch asbooleans,integers,decimal numbers,strings withmany additionaldata typeflags (such asmultiple valuesfor a single option).
PrivacyIndicator is anotificationarea applet(applicationindicator) forthe top panelof Ubuntu’sUnity desktopenvironment. The goal ofPrivacyIndicator is tomake it easy tochange settingsthat influencethe user’sprivacy or theautomaticcollection ofdata and todeleteautomaticallycollected data.