-
# A Seat at the Table – IT Leadership in the Age of Agility
By Mark Schwartz
“Mark Schwartz is a rare combination: a deep thinker who has also applied lean, Agile, and DevOps principles at the highest inspect-and-adapt, feedback-and-vision-oriented approach because of its complexity.
## A Nimble Approach to The Table
Agile in One Paragraph: Agile thinking simply says that we should empower small teams to inspect adopting an intelligent attitude toward risk.
Quality: It is difficult for IT to gain a seat at the table when IT is always failing, but on the other hand, an IT leader who is reacting to statistical noise—failures
0 码力 |
4 页 |
379.23 KB
| 1 年前 3
-
# A Seat at the Table – IT Leadership in the Age of Agility – Part 3
By Mark Schwartz
“Courage, I say, is the value most needed by Agile IT leaders.”
- Mark Schwartz
## Last Time in Part 2
Enterprise no sense a “final” operating capability.
## Quality
It is difficult for IT to gain a seat at the table when IT is always failing, but on the other hand, an IT leader who is reacting to statistical noise—failures ties.
## The CIO's Place at the Table
IT leadership runs the business along with the others who run the business. The seat at the table is earned by being at the table.
The role of senior IT leadership
0 码力 |
7 页 |
387.48 KB
| 1 年前 3
-
Customization Methods: Connecting User And Library Code
Inbal Levi
## Who Am I?
• A C++ Developer at Millennium.
• Active member of ISO C++ work group (WG21):
• Library Evolution Work Group Chair
• Israeli this talk
• The presentation presents my views and opinions only.
## Outline
Part 0: What is a Library
Part I: What are Customization Points (+ Some History...)
Part II: An overview of CPs methods (+ What's next?
## Part 0: What is a Library
Part 0: What is a Library

@@@ All of library code is in LibSpace, user code without
0 码力 |
58 页 |
18.82 MB
| 1 年前 3
-
# A Seat at the Table – IT Leadership in the Age of Agility – Part 2
By Mark Schwartz
“To the talented and hard-working government employees, so resilient in the face of impediments, criticism, and abuse sort of Star Chamber—a dimly lit group of serious, hooded faces (“decision makers”) seated around a table, passing judgment on each “formal proposal” presented to them. That last piece of Hunter and Westerman’s adopting an intelligent attitude toward risk.
Quality: It is difficult for IT to gain a seat at the table when IT is always failing, but on the other hand, an IT leader who is reacting to statistical noise—failures
0 码力 |
7 页 |
387.61 KB
| 1 年前 3
-
Linear Algebra with The Eigen C++ Library
## +24
## DANIEL HANSON
## Outline
• A short history – linear algebra and C++ (1998 – Present)
• The Eigen C++ Template Library for Linear Algebra
• Linear Algebra Disclaimers/Caveats
• This presentation is on solving problems using
• The Eigen linear algebra library
• stdBLAS in C++26
• Not affiliated with Eigen but have used it in financial programming and teaching essentially were:
• Write your own Matrix class and operations
• Convince your boss to buy a commercial library
## A Little History: Open-Source Libraries
## • Boost uBLAS (BLAS: “Basic Linear Algebra Subroutines”)
0 码力 |
35 页 |
1.10 MB
| 1 年前 3
-
## +24
## Improving Our Safety With a Quantities and Units Library
## MATEUSZ PUSZ
## The future is here

## The future fundamental types
– updating the core language rules
– providing safer high-level abstractions in the library
## C++ developers needs help
• Many C++ engineers are expected to write life-critical software today quantities and units library
## • Compile-time safety
– correct handling of physical quantities, units,
and numerical values
## mp-units: C++20/23 quantities and units library
## • Compile-time safety
0 码力 |
207 页 |
6.93 MB
| 1 年前 3
-
## A Physical Units Library For the Next C++
Mateusz Pusz
September 15, 2020
## Motivation, Existing Practice, Challenges
 slide number.
## QUICK START
## Physical Units library in a nutshell
// simple numeric operations
static_assert(10_q_km / 2 == 5_q_km);
## Physical Units library in a nutshell
## // simple numeric operations static_assert(1_q_h == 3600_q_s);
static_assert(1_q_km + 1_q_m == 1001_q_m);
## Physical Units library in a nutshell
// simple numeric operations
static_assert(10_q_km / 2 == 5_q_km);
// unit conversions
0 码力 |
172 页 |
6.17 MB
| 1 年前 3
-
cppcon_add_library(basic LIBRARIES Asio::asio)
add_subdirectory(tests)
0 码力 |
1 页 |
71.00 B
| 1 年前 3
-
stdx::interval, a
library for intervals on totally ordered sets Eric Hughes, Meadhbh Hamrick
## I n brief
stdx::interval implements the mathematical sense of an interval on a totally ordered set. The
library reasons reasons about intervals as sets, not as interval expressions.
The
library is header-only and targets C++20. It is available under the MIT License.
## Features
## Predicates
Membership. Determine if a point where $ \langle $ may be replaced by $ \leq $ and one or both inequalities may be absent.
<
table>
| Lower | Upper |
| closed | open 0 码力 |
1 页 |
45.14 KB
| 1 年前 3 -
Getting Started in KiCad The KiCad Team
Table of Contents
Introduction to KiCad 9.0 … 2
Downloading and installing KiCad … 2
Support … 2
Basic Concepts and Workflow … 3
PCB Design Workflow … 6
Tutorial Tutorial Part 1: Project … 7
Tutorial Part 2: Schematic … 9
Symbol Library Table Setup … 9
Schematic Editor Basics … 9
Schematic Sheet Setup … 10
Adding Symbols to the Schematic … 11
Selecting and Moving Objects Viewer … 35
Fabrication Outputs … 36
Tutorial Part 4: Custom Symbols and Footprints … 39
Library and Library Table Basics … 39
Creating New Global or Project Libraries … 40
Creating New Symbols … 40
Creating 0 码力 |
55 页 |
2.37 MB
| 1 月前 3
|