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
- Host: GitHub
- URL: https://github.com/swillner/cpp-library
- Owner: swillner
- License: mit
- Created: 2016-10-19T19:26:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T11:21:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T03:25:10.737Z (about 1 year ago)
- Topics: automatic-differentiation, convenience-functions, cpp, cpp-library, csv-parser, progress-bar, snippets, zip
- Language: C++
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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