mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2024-11-13 11:16:54 -05:00
licenses
This commit is contained in:
parent
76f502c480
commit
44900a0262
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -138,10 +138,10 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
|
|||
## Cryptography
|
||||
*Cryptography and Encryption Libraries*
|
||||
|
||||
* [Crypto++](http://www.cryptopp.com/) - A free C++ class library of cryptographic schemes.
|
||||
* [LibTomCrypt](https://github.com/libtom/libtomcrypt) - A fairly comprehensive, modular and portable cryptographic toolkit.
|
||||
* [libsodium](https://github.com/jedisct1/libsodium) - P(ortable|ackageable) NaCl-based crypto library, opinionated and easy to use.
|
||||
* [OpenSSL](http://www.openssl.org/) - A robust, commercial-grade, full-featured, and Open Source cryptography library.
|
||||
* [Crypto++](http://www.cryptopp.com/) - A free C++ class library of cryptographic schemes. [Boost]
|
||||
* [LibTomCrypt](https://github.com/libtom/libtomcrypt) - A fairly comprehensive, modular and portable cryptographic toolkit. [WTFPL]
|
||||
* [libsodium](https://github.com/jedisct1/libsodium) - P(ortable|ackageable) NaCl-based crypto library, opinionated and easy to use. [ISC]
|
||||
* [OpenSSL](http://www.openssl.org/) - A robust, commercial-grade, full-featured, and Open Source cryptography library. [Apache]
|
||||
|
||||
## Database
|
||||
*Database Libraries, SQL Servers, ODBC Drivers, and Tools*
|
||||
|
@ -222,7 +222,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
|
|||
* [Caffe](https://github.com/BVLC/caffe) - A fast framework for neural networks.
|
||||
* [CCV](https://github.com/liuliu/ccv) - C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library.
|
||||
* [mlpack](http://www.mlpack.org/) - A scalable c++ machine learning library.
|
||||
* [OpenCV](https://github.com/Itseez/opencv) - Open Source Computer Vision Library. [website](http://opencv.org/)
|
||||
* [OpenCV](https://github.com/Itseez/opencv) - Open Source Computer Vision Library. [BSD] [website](http://opencv.org/)
|
||||
* [Recommender](https://github.com/GHamrouni/Recommender) - C library for product recommendations/suggestions using collaborative filtering (CF).
|
||||
* [SHOGUN](https://github.com/shogun-toolbox/shogun) - The Shogun Machine Learning Toolbox.
|
||||
* [sofia-ml](https://code.google.com/p/sofia-ml/) - The suite of fast incremental algorithms for machine learning.
|
||||
|
|
Loading…
Reference in a new issue