ocornut /
imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
94/100 healthLoading repository data…
justincormack / repository
C library for reading tarfiles, stripped down version of libtar
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
libuntar is a very simple library for extracting tar files from within C programs.
It is based on libtar from http://repo.or.cz/w/libtar.git
The idea was to remove all code for creating and appending to tarfiles, add tests, and remove all support for obsolete platforms, and simplify the build process, so there is just a very minimal library to extract tar files, optionally with decompression. Tests coming soon.
The library is currently just under 10k stripped on amd64.
It requires a modern Posix environment: Linux, NetBSD 7, OpenBSD 5.6 as it uses the *at(2) family of functions. FreeBSD 10.1 is still missing utimensat(2) so not curently working (please fix FreeBSD!).
Build instructions:
set CFLAGS, LDFLAGS if required
make
There is an example untar program using the library in untar/ and an example of linking a tarfile into an executable in mem/
Compile time options: -DUSE_SYMBOLIC_IDS use symbolic names from tarfiles, default is numeric -DDEBUG verbose debug -DHAVE_LIBZ for untar, use libz
Selected from shared topics, language and repository description—not editorial ratings.
ocornut /
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
94/100 healthcurl /
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, MQTTS, POP3, POP3S, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features
88/100 healthvlang /
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
nothings /
stb single-file public domain libraries for C/C++
81/100 healthcheeriojs /
The fast, flexible, and elegant library for parsing and manipulating HTML and XML.
97/100 healthdmlc /
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow
95/100 health