10 Problems Large Companies Have with Managing C++ Dependencies and How to Solve Them
dependencies Solution 8: Produce a Software Bill of Materials (SBOM) •Organize and list 3rd party dependencies as individual, named packages •Produce Software Bill of Materials (SBOMs) •Two common formats: SPDX SPDX and CycloneDXA Software Bill of Materials (SBOM) is a formal record containing the details and supply chain relationships of various components used in building software. These components, including0 码力 | 46 页 | 917.72 KB | 5 月前3Building Safe and Reliable Surgical Robotics with C++
needs to be verified! • Software Bill of Materials (SBOM) o Vulnerability management o Compliance and reporting o Supply chain transparency • Cybersecurity Bill of Materials (CBOM) o SBOM + Cybersecurity0 码力 | 71 页 | 4.02 MB | 5 月前3Libraries: A First Step Toward Standard C++ Dependency Management
First Step Toward Standard C++ Dependency Management Bret Brown, C++ Infrastructure Lead, Bloomberg Bill Hoffman, CTO, KitwareHello! Welcome! Bret Brown C++ Infrastructure Lead, Bloomberg mail@bretbrownjr com/bretbrownjr https://gitlab.kitware.com/bbrown105 Bill Hoffman CTO, Kitware bill.hoffman@kitware.org https://github.com/billhoffman https://gitlab.kitware.com/bill-hoffman 3Goals 4Non-goals (so far) ● Package survive a C++ modules transition ○ Cannot declare dependencies anyway! 36CPS and software bills of materials (SBOM) ● SBOM is a hot topic ○ Ensuring software transparency ○ Managing open-source software0 码力 | 82 页 | 4.21 MB | 5 月前3Trends Artificial Intelligence
that helps customers manage their finances by providing real-time insights, transaction search, bill reminders, and budgeting assistance. It has handled billions of interactions and serves as a 24/7 staggering leap, and it tells a deeper story – not just of cost reduction, but of architectural and materials innovation that is reshaping what’s possible at the hardware level. These improvements in hardware Ampere (2020) Hopper (2022) Blackwell (2024) -105,000x Note: Kepler released in 2012. NVIDIA materials mark performance threshold shown above for Kepler as of 2014. Source: NVIDIA Company Overview (2/25)0 码力 | 340 页 | 12.14 MB | 4 月前3The Phoenix Project
Phoenix Project - Book Review Plot Summary [1] Bill is an IT manager at Parts Unlimited. It's Tuesday morning and on his drive into the office, Bill gets a call from the CEO. The company's new IT initiative project is massively over budget and very late. The CEO wants Bill to report directly to him and fix the mess in ninety days or else Bill's entire department will be outsourced. With the help of a prospective mysterious philosophy of The Three Ways, Bill starts to see that IT work has more in common with manufacturing plant work than he ever imagined. With the clock ticking, Bill must organize work flow streamline0 码力 | 3 页 | 154.45 KB | 5 月前3Python 标准库参考指南 2.7.18
视为单词。该定义在多数情况下都很有 效,但它也意味着代表缩写形式与所有格的撇号也会成为单词边界,这可能导致不希望的结果: >>> "they're bill's friends from the UK".title() "They'Re Bill'S Friends From The Uk" 可以使用正则表达式来构建针对撇号的特别处理: >>> import re >>> def titlecase(s): group(0)[0].upper() + ... mo.group(0)[1:].lower(), ... s) ... >>> titlecase("they're bill's friends.") "They're Bill's Friends." For 8-bit strings, this method is locale-dependent. str.translate(table[ abstract syntax tree from the concrete tree. The transformer module was created by Greg Stein and Bill Tutt for an experimental Python-to-C compiler. The current version contains a number of modifications0 码力 | 1552 页 | 7.42 MB | 9 月前3Python 标准库参考指南 2.7.18
视为单词。该定义在多数情况下都很有 效,但它也意味着代表缩写形式与所有格的撇号也会成为单词边界,这可能导致不希望的结果: >>> "they're bill's friends from the UK".title() "They'Re Bill'S Friends From The Uk" 可以使用正则表达式来构建针对撇号的特别处理: >>> import re >>> def titlecase(s): group(0)[0].upper() + ... mo.group(0)[1:].lower(), ... s) ... >>> titlecase("they're bill's friends.") "They're Bill's Friends." For 8-bit strings, this method is locale-dependent. str.translate(table[ abstract syntax tree from the concrete tree. The transformer module was created by Greg Stein and Bill Tutt for an experimental Python-to-C compiler. The current version contains a number of modifications0 码力 | 1552 页 | 7.42 MB | 9 月前3Python 标准库参考指南 2.7.18
视为单词。该定义在多数情况下都很有 效,但它也意味着代表缩写形式与所有格的撇号也会成为单词边界,这可能导致不希望的结果: >>> "they're bill's friends from the UK".title() "They'Re Bill'S Friends From The Uk" 可以使用正则表达式来构建针对撇号的特别处理: >>> import re >>> def titlecase(s): group(0)[0].upper() + ... mo.group(0)[1:].lower(), ... s) ... >>> titlecase("they're bill's friends.") "They're Bill's Friends." For 8-bit strings, this method is locale-dependent. str.translate(table[ abstract syntax tree from the concrete tree. The transformer module was created by Greg Stein and Bill Tutt for an experimental Python-to-C compiler. The current version contains a number of modifications0 码力 | 1552 页 | 7.42 MB | 9 月前3Mastering C++ Modules
Bill Hoffman, CTO @ Kitware creator of CMake 1 import CMake; // Mastering C++ Modules2 _____________________ GUY CMake / Sandal / Kitware Bill Hoffman3 About Me • 1990-1999 GE research in a Computer d-libraries/ 75Special Thanks Bret Brown Daniel Ruoso Ben Boeckel Chuanqi Xu 76Thank You • bill.hoffman@kitware.com • Read “how to write a CMake buildsystem” – https://cmake.org/cmake/help/la0 码力 | 77 页 | 9.07 MB | 5 月前3Python 标准库参考指南 3.6.15
视为单词。该定义在多数情况下都很有 效,但它也意味着代表缩写形式与所有格的撇号也会成为单词边界,这可能导致不希望的结果: >>> "they're bill's friends from the UK".title() "They'Re Bill'S Friends From The Uk" 可以使用正则表达式来构建针对撇号的特别处理: >>> import re >>> def titlecase(s): group(0)[0].upper() + ... mo.group(0)[1:].lower(), ... s) ... >>> titlecase("they're bill's friends.") "They're Bill's Friends." str.translate(table) 返 回 原 字 符 串 的 副 本, 其 中 每 个 字 符 按 给 定 的 转 换 表 进 行 映 bytearray, memoryview 59 The Python Library Reference, 发布 3.6.15 >>> b"they're bill's friends from the UK".title() b"They'Re Bill'S Friends From The Uk" 可以使用正则表达式来构建针对撇号的特别处理: >>> import re >>> def titlecase(s):0 码力 | 1886 页 | 8.95 MB | 9 月前3
共 61 条
- 1
- 2
- 3
- 4
- 5
- 6
- 7