From d5bd24b9955906f70a1f1bdfc8fb9b72e647e36e Mon Sep 17 00:00:00 2001 From: Arun Muralidharan Date: Mon, 15 Jan 2018 15:08:07 +0530 Subject: [PATCH 1/2] Added cpp-jwt under web application framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 177bf0af6..93835565f 100644 --- a/README.md +++ b/README.md @@ -456,6 +456,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [libOnion](http://www.coralbits.com/libonion/) - lightweight library to help you create webservers in C programming language. [LGPLv3] * [QDjango](https://github.com/jlaine/qdjango/) - A web framework written in C++ and built on top of the Qt library. Where possible it tries to follow django's API, hence its name. [LGPL] * [Wt](http://www.webtoolkit.eu/wt) - A C++ library for developing web applications. [GPL/Commercial] +* [cpp-jwt](https://github.com/arun11299/cpp-jwt) - A C++14 library for working with JSON Web Tokens. [MIT] ## XML *XML is crap. Really. There are no excuses. XML is nasty to parse for humans, and it's a disaster to parse even for computers. There's just no reason for that horrible crap to exist. - Linus Torvalds* From e292d02a9ad094957666eafd6a8d8415aa91690e Mon Sep 17 00:00:00 2001 From: Arun Muralidharan Date: Mon, 15 Jan 2018 15:13:12 +0530 Subject: [PATCH 2/2] Add cpp-subprocess under Misc section Added a sub-processing library to work with processes just like python subprocess module --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93835565f..fc2e58e5d 100644 --- a/README.md +++ b/README.md @@ -507,6 +507,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [VarTypes](https://code.google.com/p/vartypes/) - A feature-rich, object-oriented framework for managing variables in C++ / Qt4. [LGPL] * [ZBar](http://zbar.sourceforge.net/) - A barcode scanner library, which allows to scan photos/images/video streams for barcodes and return their value. [LGPL2] * [ZXing](https://github.com/zxing/zxing/) - An open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages. [Apache] +* [cpp-subprocess](https://github.com/arun11299/cpp-subprocess) - A C++11 library(Linux/Mac) that almost works like python subprocess module. [MIT] # Software *Software for creating a development environment.*