matt42
- Karma
- 1,548
- Created
- September 24, 2013 (12y ago)
- Submissions
- 0
- Pattern matching C++ proposal [pdf] (open-std.org)
- Lithium ranked the highest performance web application platform (techempower.com)
- Never consent to major GDPR consent management platforms (chrome.google.com)
- C++17 MetaJSON 0.1, up to 2x faster than rapidjson (github.com)
- Sycl.tech (sycl.tech)
- Parsing command line with one C++14 statement (github.com)
- Simple and Modern C++14 Command Line Parsing (github.com)
- What is Quantum Annealing? (youtube.com)
- Release of the Silicon C++14 Web Framework 0.1 (siliconframework.org)
- Zapcc: a faster C++ compiler (zapcc.com)
- Apple ResearchKit (apple.com)
- High Performance Web Programming with C++14 (slideshare.net)
- The C languages merge: Standard C++ (isocpp.org)
- A C++ Real-Time Broadcast App with Silicon and Websockets (siliconframework.org)
-
It is often useful to have access to secret keys during the execution of the script running on travis-ci.org servers. To do so, the travis doc [1] tells us to encrypt these keys with "travis encrypt SOMEVAR=secretvalue"…