Beast is a C++ header-only library serving as a foundation for writing interoperable networking libraries by providing low-level HTTP/1, WebSocket, and networking protocol vocabulary types and algorithms using the consistent asynchronous model of Boost.Asio. Symmetry: Algorithms are role-agnostic; build clients, servers, or both.
boost c-plus-plus-11 websocket websocket-client websocket-server http http-client http-server asio networking async-programming cplusplus server osx tls ssl websockets boost-librariesCoded with ❤. Powered by the Boost community and the Scikit-HEP Project. Licensed under the Boost Software License. Boost.Histogram is a very fast state-of-the-art multi-dimensional generalised histogram class for the beginner and expert alike.
c-plus-plus statistics boost histogram boost-libraries c-plus-plus-14 header-only data-analysis convenient convenient-interfaceSCIRun 5 is a complete rewrite of the GUI front end and graphical components of SCIRun 4, including a more stable and efficient middle layer, with support for Python scripting. For help, email the testing mailing list at scirun5-testers@sci.utah.edu.
c-plus-plus visualization mesh-generation scientific-computing scientific-visualization scientific-computations dataflow-programming linear-systems forward-problem inverse-problems biomedical open-source travis-ci boost-libraries qt4 cmakeArithmetic operations in C++ are NOT guaranteed to yield a correct mathematical result. This feature is inherited from the early days of C. The behavior of int, unsigned int and others were designed to map closely to the underlying hardware. Computer hardware implements these types as a fixed number of bits. When the result of arithmetic operations exceeds this number of bits, the result is undefined and usually not what the programmer intended. It is incumbent upon the C++ programmer to guarantee that this behavior does not result in incorrect behavior of the program. This library implements special versions of these data types which behave exactly like the original ones EXCEPT that the results of these operations are checked to be sure that an exception will be thrown anytime an attempt is made to store the result of an undefined operation. Note: This is the subject of a recent presentation at CPPCon 2017. https://www.youtube.com/watch?v=93Cjg42bGEw .
integer-arithmetic boost-libraries c-plus-plus safe-numerics
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.