An open API service indexing awesome lists of open source software.

https://github.com/swillner/cpp-library

Several code snippets and mini-projects that don't have their own repository yet
https://github.com/swillner/cpp-library

automatic-differentiation convenience-functions cpp cpp-library csv-parser progress-bar snippets zip

Last synced: 5 months ago
JSON representation

Several code snippets and mini-projects that don't have their own repository yet

Awesome Lists containing this project

README

          

# cpp-library
Several code snippets and mini-projects that don't have their own repository yet.

- `autodiff.h` : automatic differentiation using std::valarray

- `csv-parser.h` : fast and convenient parser for the CSV format

- `cudatools.h` : helpers and convenience functions for CUDA

- `misc.h` : miscellaneous helpers from various sources

- `mmappedfile.h` : simple class to handle files using `mmap`

- `netcdftools.h` : netcdf headers and convenience functions

- `progressbar.h` : progressbar on terminals (inspired by `wget` and [`tqdm`](https://github.com/tqdm/tqdm))

- `zip-wrapper.h` : convenient wrapper for libzip