Pipeline Architectures in C++: Overloaded Pipe Operator | and Its Monadic OperationsIntroduction (required): Title and brief overview of what the poster reports on. Title: Pipeline architectures in C++: overloaded pipe operator | std::expected and its monadic operations Brief programmers. One of its most characteristic patterns is composition of functions in the form of a pipeline pattern. Since C++20 we can use the ranges library with its characteristic function composition abilities thanks to the overloaded pipe operator. In this poster I show how to implement a custom pipeline framework that employs std::expected, available since C++23. An overloaded custom pipe operator0 码力 | 3 页 | 422.24 KB | 6 月前3
PyArmor Documentation v8.5.10Protecting system packages 2.6. Fix encoding error 2.7. Removing docstring 2.8. Using Pyarmor in CI Pipeline 2.9. Work with Third-Party Libraries 2.9.1. Third party libraries 2.10. Using Pyarmor License ls dist2/mypkg/ ... __init__.py All the obfuscated scripts in the dist2/mypkg, test it: $ cd dist2/ $ python -C 'import mypkg' If there are sub-packages, using -r to enable recursive mode: $ ├── utils.py └── config.json First make output path projects/dist6 for obfuscated package: $ cd projects $ mkdir dist6 Then copy package data files to output path: $ cp -a src/mypkg dist6/ Next0 码力 | 193 页 | 154.05 KB | 1 年前3
Conan 1.31 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 235 14.4 CI Platforms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . the Conan client inside a conanfile . . . . . . . . . . . . . . . . . . . . 345 16.26 Use a generic CI with Conan and Artifactory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 346 16.27 Compiler the git repository and install its requirements: $ git clone https://github.com/conan-io/conan.git $ cd conan $ pip install -r conans/requirements.txt Create a script to run Conan and add it to your PATH0 码力 | 721 页 | 5.41 MB | 1 年前3
Conan 1.30 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 235 14.4 CI Platforms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . the Conan client inside a conanfile . . . . . . . . . . . . . . . . . . . . 341 16.26 Use a generic CI with Conan and Artifactory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 342 16.27 Compiler the git repository and install its requirements: $ git clone https://github.com/conan-io/conan.git $ cd conan $ pip install -r conans/requirements.txt Create a script to run Conan and add it to your PATH0 码力 | 715 页 | 5.39 MB | 1 年前3
Conan 1.29 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 228 13.4 CI Platforms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . the Conan client inside a conanfile . . . . . . . . . . . . . . . . . . . . 334 15.26 Use a generic CI with Conan and Artifactory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 335 15.27 Compiler the git repository and install its requirements: $ git clone https://github.com/conan-io/conan.git $ cd conan $ pip install -r conans/requirements.txt Create a script to run Conan and add it to your PATH0 码力 | 703 页 | 5.41 MB | 1 年前3
Conan 1.28 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 225 13.4 CI Platforms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . the Conan client inside a conanfile . . . . . . . . . . . . . . . . . . . . 332 15.26 Use a generic CI with Conan and Artifactory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 333 15.27 Compiler the git repository and install its requirements: $ git clone https://github.com/conan-io/conan.git $ cd conan $ pip install -r conans/requirements.txt Create a script to run Conan and add it to your PATH0 码力 | 699 页 | 5.39 MB | 1 年前3
Conan 1.35 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 233 14.4 CI Platforms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . the Conan client inside a conanfile . . . . . . . . . . . . . . . . . . . . 341 16.26 Use a generic CI with Conan and Artifactory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 342 16.27 Compiler name matters, to avoid imports issues $ git clone https://github.com/conan-io/conan.git conan_src $ cd conan_src $ python -m pip install -e . Test your conan installation. $ conan You should see the0 码力 | 759 页 | 5.70 MB | 1 年前3
Conan 1.36 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 234 14.4 CI Platforms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . the Conan client inside a conanfile . . . . . . . . . . . . . . . . . . . . 343 16.26 Use a generic CI with Conan and Artifactory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 344 16.27 Compiler name matters, to avoid imports issues $ git clone https://github.com/conan-io/conan.git conan_src $ cd conan_src $ python -m pip install -e . Test your conan installation. $ conan You should see the0 码力 | 765 页 | 5.71 MB | 1 年前3
Conan 1.32 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 235 14.4 CI Platforms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . the Conan client inside a conanfile . . . . . . . . . . . . . . . . . . . . 345 16.26 Use a generic CI with Conan and Artifactory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 346 16.27 Compiler name matters, to avoid imports issues $ git clone https://github.com/conan-io/conan.git conan_src $ cd conan_src $ python -m pip install -e . Test your conan installation. $ conan You should see the0 码力 | 731 页 | 5.44 MB | 1 年前3
Conan 1.34 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 231 14.4 CI Platforms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . the Conan client inside a conanfile . . . . . . . . . . . . . . . . . . . . 339 16.26 Use a generic CI with Conan and Artifactory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 340 16.27 Compiler name matters, to avoid imports issues $ git clone https://github.com/conan-io/conan.git conan_src $ cd conan_src $ python -m pip install -e . Test your conan installation. $ conan You should see the0 码力 | 747 页 | 5.66 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













