Mostrando 101 - 118 Resultados de 118 Para Buscar '"Three and Out"', tiempo de consulta: 0.13s Limitar resultados
  1. 101
    por Bok, Kenneth
    Publicado 2023
    Tabla de Contenidos: “…-- I.2 How This Book Is Organized -- I.3 Scope of This Book -- I.3.1 In Scope -- I.3.2 Out of Scope -- I.4 Disclaimers -- I.5 Corrections -- Part I Crypto-native DeFi -- Chapter 1 What Is DeFi? …”
    Libro electrónico
  2. 102
    por Bornancin, Brandon
    Publicado 2024
    Tabla de Contenidos: “…#22 Make Work Fun -- #23 Put Your Money Where Your Mouth Is -- #24 Teach Your Team to Speak Up -- #25 Let Your Team Do the Problem-Solving -- #26 Trust Your People and Empower Them to Make an Impact -- #27 Don't Strip Your People of Their Decision-Making Powers -- #28 Speed to Decision Is a Competitive Advantage for Your Team -- #29 Great Leaders Do Whatever It Takes to Improve the Performance of Their Team Members -- #30 Success Leaves Secrets -- Month 5 Prioritizing Tasks, Diagnosing Issues, and Taking Action -- #1 It's Either a "Hell Yes" or a "Hell No" -- #2 Share the Company's Priorities with Your Team -- #3 Map Out the Best Path for Your Destination Point -- #4 Every First Week of the Month, Clean Up Your Pipeline -- #5 Direction &gt -- Speed -- #6 Teach Your Team to Do the Things They Need to Do -- #7 Make Your Team a Meritocracy -- #8 Know the Four Key Pillars for the Business Unit -- #9 Prioritize Tasks and Projects -- #10 Break Down Large, Hairy Objectives into Small, Doable Tasks -- #11 Work the Deals That Are Likely to Close First -- #12 Create a Game Plan the Night Before -- #13 Constantly Coach -- #14 Host Effective Team Meetings with Everyone -- #15 No Meeting Should Last Longer Than 30 Minutes -- #16 Ask Better Questions -- #17 Learn Fast and Fail Fast -- #18 Make Sure Your Reps Take Responsibility for Training -- #19 Get Great Trainers and Support Them -- #20 Get Paid or Pay for It -- #21 Coach Your Team on Specific Tasks -- #22 Work Where You Can Have the Biggest Impact -- #23 Big Goals Require Big Resources -- #24 Give Your Team a Head Start -- #25 Cut Timelines for Projects in Half -- #26 Work Hard on the Right Things vs. the Wrong Things -- #27 Find the Balance Between Helping Others and Maintaining Your Goals -- #28 Squeeze the Urgency with Your Team -- #29 Look to New Employees for Fresh Ideas…”
    Libro electrónico
  3. 103
    Publicado 2017
    Tabla de Contenidos: “…-- 8.2.2 - Types of CCF Model -- 8.2.3 - The BETAPLUS Model -- 8.2.3.1 - Checklists and scoring of the (A) and (B) factors in the model -- 8.2.3.2 - Assessment of the diagnostic interval factor (C) -- 8.2.3.3 - 'M out of N' redundancy/voting -- 'one out of six' voting -- 'five out of six' voting -- 8.3 - Fault Tree Analysis -- 8.3.1 - The Fault Tree…”
    Libro electrónico
  4. 104
    Publicado 2016
    Tabla de Contenidos: “…Classification Methods -- 8.3.3.1. Out-of-Place Metric -- 8.3.3.2. Information Gain: Estimating the Best Features -- 8.4. …”
    Libro electrónico
  5. 105
    Publicado 2024
    Tabla de Contenidos: “…4.2.2 Connecting theory into practice -- 4.2.3 Carrying out mammograms -- 4.2.4 Communication -- 4.3 Breast density versus mammographic sensitivity -- 4.4 False alarms -- 4.5 Radiation dose and digital breast tomosynthesis -- 4.6 Artifacts caused by surgical staples -- 4.6.1 Imbalanced database -- 4.6.2 Insufficient standardization -- 4.7 Challenges in data analytics models -- 4.8 Robustness -- 4.9 Cyber security -- 5. …”
    Libro electrónico
  6. 106
    por Marwala, Tshilidzi
    Publicado 2024
    Tabla de Contenidos: “…-- 6.3 Treaties on AWS -- 6.4 AI -- 6.5 Behavioral science -- 6.5.1 Advantages -- 6.5.2 Disadvantages and ethics of behavioral science and AWS -- 6.6 Mechanism design -- 6.6.1 Advantages -- 6.6.2 Disadvantages -- 6.7 How to use AWS -- 6.7.1 Human-in-the-loop AWS -- 6.7.2 Human-on-the-loop AWS -- 6.7.3 Human-out-the-loop AWS -- 6.8 Conclusion -- AI disclosure -- References -- 7 - Law -- 7.1 Introduction -- 7.2 Criminal justice system -- 7.2.1 AI -- 7.2.2 Behavioral science -- 7.2.3 Mechanism design -- 7.3 Inequality -- 7.3.1 AI -- 7.3.2 Behavioral science -- 7.3.3 Mechanism design -- 7.4 Social protection -- 7.4.1 AI -- 7.4.2 Behavioral sciences -- 7.4.3 Mechanism design -- 7.5 Health liability -- 7.5.1 AI…”
    Libro electrónico
  7. 107
    Publicado 2016
    Tabla de Contenidos: “…8.1.2 Contributed Data Sets -- 8.2 Reading in External Data Files -- 8.2.1 The Table Format -- 8.2.2 Spreadsheet Workbooks -- 8.2.3 Web-Based Files -- 8.2.4 Other File Formats -- 8.3 Writing Out Data Files and Plots -- 8.3.1 Data Sets -- 8.3.2 Plots and Graphics Files -- 8.4 Ad Hoc Object Read/Write Operations -- Exercise 8.1 -- Part II: Programming -- Chapter 9: Calling Functions -- 9.1 Scoping -- 9.1.1 Environments -- 9.1.2 Search Path -- 9.1.3 Reserved and Protected Names -- Exercise 9.1 -- 9.2 Argument Matching -- 9.2.1 Exact -- 9.2.2 Partial -- 9.2.3 Positional -- 9.2.4 Mixed -- 9.2.5 Dot-Dot-Dot: Use of Ellipses -- Exercise 9.2 -- Chapter 10: Conditions and Loops -- 10.1 if Statements -- 10.1.1 Stand-Alone Statement -- 10.1.2 else Statements -- 10.1.3 Using ifelse for Element-wise Checks -- Exercise 10.1 -- 10.1.4 Nesting and Stacking Statements -- 10.1.5 The switch Function -- Exercise 10.2 -- 10.2 Coding Loops -- 10.2.1 for Loops -- Exercise 10.3 -- 10.2.2 while Loops -- Exercise 10.4 -- 10.2.3 Implicit Looping with apply -- Exercise 10.5 -- 10.3 Other Control Flow Mechanisms -- 10.3.1 Declaring break or next -- 10.3.2 The repeat Statement -- Exercise 10.6 -- Chapter 11: Writing Functions -- 11.1 The function Command -- 11.1.1 Function Creation -- 11.1.2 Using return -- Exercise 11.1 -- 11.2 Arguments -- 11.2.1 Lazy Evaluation -- 11.2.2 Setting Defaults -- 11.2.3 Checking for Missing Arguments -- 11.2.4 Dealing with Ellipses -- Exercise 11.2 -- 11.3 Specialized Functions -- 11.3.1 Helper Functions -- 11.3.2 Disposable Functions -- 11.3.3 Recursive Functions -- Exercise 11.3 -- Chapter 12: Exceptions, Timings, and Visibility -- 12.1 Exception Handling -- 12.1.1 Formal Notifications: Errors and Warnings -- 12.1.2 Catching Errors with try Statements -- Exercise 12.1 -- 12.2 Progress and Timing -- 12.2.1 Textual Progress Bars: Are We There Yet?…”
    Libro electrónico
  8. 108
    Publicado 2022
    Tabla de Contenidos: “…-- 3.4.2 Creating the enemy prefab -- 3.4.3 Instantiating from an invisible SceneController -- 3.5 Shooting by instantiating objects -- 3.5.1 Creating the projectile prefab -- 3.5.2 Shooting the projectile and colliding with a target -- 3.5.3 Damaging the player -- Summary -- 4 Developing graphics for your game -- 4.1 Understanding art assets -- 4.2 Building basic 3D scenery: Whiteboxing -- 4.2.1 Whiteboxing explained -- 4.2.2 Drawing a floor plan for the level -- 4.2.3 Laying out primitives according to the plan -- 4.3 Texturing the scene with 2D images -- 4.3.1 Choosing a file format -- 4.3.2 Importing an image file -- 4.3.3 Applying the image -- 4.4 Generating sky visuals by using texture images -- 4.4.1 What is a skybox? …”
    Libro electrónico
  9. 109
    Publicado 2023
    Tabla de Contenidos: “…5.7 Exercises -- References -- Chapter 6 System Reliability Analysis -- 6.1 Important Notes and Assumptions -- 6.2 Reliability Block Diagram Method -- 6.2.1 Series System -- 6.2.2 Parallel Systems -- 6.2.3 k-Out-of-n Redundant Systems -- 6.2.4 Standby Systems -- 6.2.5 Load-Sharing Systems -- 6.3 Complex System Evaluation Methods -- 6.3.1 Decomposition Method -- 6.3.2 Path Tracing Methods (Path Sets, Cut Sets) -- 6.4 Fault Tree and Success Tree Methods -- 6.4.1 Fault Tree Method -- 6.4.2 Evaluation of Fault Trees -- 6.4.2.1 Analysis of Logic Trees Using Boolean Algebra -- 6.4.2.2 Combinatorial (Truth Table) Technique for Evaluation of Logic Trees -- 6.4.2.3 Binary Decision Diagrams -- 6.4.3 Success Tree Method -- 6.5 Event Tree Method -- 6.5.1 Construction of Event Trees -- 6.5.2 Evaluation of Event Trees -- 6.6 Event Sequence Diagram Method -- 6.7 Failure Modes and Effects Analysis -- 6.7.1 Objectives of FMEA -- 6.7.2 FMEA/FMECA Procedure -- 6.7.3 FMEA Implementation -- 6.7.3.1 FMEA Using MIL-STD-1629A -- 6.7.3.2 FMEA Using SAE J1739 -- 6.7.4 FMECA Procedure: Criticality Analysis -- 6.7.4.1 Failure Probability Failure Rate Data Source -- 6.7.4.2 Failure Effect Probability β -- 6.7.4.3 Failure Rate λ[sub(p)] -- 6.7.4.4 Failure Mode Ratio α -- 6.7.4.5 Operating Time T -- 6.7.4.6 Failure Mode Criticality Number C[sub(m)] -- 6.7.4.7 Item Criticality Number C[sub(r)] -- 6.8 Exercises -- References -- Chapter 7 Reliability and Availability of Repairable Components and Systems -- 7.1 Definition of Repairable System and Types of Repairs -- 7.2 Variables of Interest: Availability, ROCOF, MTBF -- 7.3 Repairable System Data -- 7.4 Stochastic Point Processes (Counting Processes) -- 7.4.1 Homogeneous Poisson Process -- 7.4.2 Renewal Process -- 7.4.3 Nonhomogeneous Poisson Process -- 7.4.4 Generalized Renewal Process -- 7.5 Data Analysis for Point Processes…”
    Libro electrónico
  10. 110
    “…It does so by 1) providing basic guidelines that meet the needs of our mostly online audiences, 2) offering tips on good writing, and 3) setting out the standards and conventions that should be used to ensure coherence and clarity across all OECD information, on all communications platforms. …”
    Libro electrónico
  11. 111
    Publicado 2022
    “…Part II provides analyses from constitutional lawyers on the normative implications of Christianity for particular themes in constitutional law, including sovereignty, the rule of law, democracy, the separation of powers, human rights, conscience, and federalism. Part III rounds out the study with theologians focused on particular Christian doctrines, exploring their constructive and sometimes critical implications for constitutionalism. …”
    Otros
  12. 112
    Publicado 2015
    “…You'll start with in-depth explanations of D3's out-of-the-box layouts, along with dozens of practical use cases that align with different types of visualizations. …”
    Libro electrónico
  13. 113
    Publicado 2020
    “…The program committee finally accepted 13 full papers and 3 short papers out of 34 submissions to the regular track, 3 papers out of 5 submissions to the Blue Sky / Vision track, 2 demos, and a poster…”
    Libro electrónico
  14. 114
    Publicado 2015
    “…You'll start with in-depth explanations of D3's out-of-the-box layouts, along with dozens of practical use cases that align with different types of visualizations. …”
    Vídeo online
  15. 115
    por Slack, Enid
    Publicado 2014
    “…Against this background, Section 3 sets out the key elements of a good property tax reform and Section 4 discusses several aspects of property tax reform that seem to have derailed or distorted reforms in practice. …”
    Capítulo de libro electrónico
  16. 116
    Publicado 2008
    Revista digital
  17. 117
    Publicado 2018
    “…Listening to Clint and his friends compare notes on the companies they've worked for that summer, ranging from the awful to the inspirational, Blake realizes they want the same three things out of a job as any top performer in a Fortune 500 company. …”
    Libro electrónico
  18. 118
    Publicado 2008
    “…Introduction 1 Part I: Getting Started Chapter 1: Practical Python for Django 7 Chapter 2: Django for the Impatient: Building a Blog 57 Chapter 3: Starting Out 77 Part II: Django in Depth Chapter 4: Defining and Using Models 89 Chapter 5: URLs, HTTP Mechanisms, and Views 117 Chapter 6: Templates and Form Processing 135 Part III: Django Applications by Example Chapter 7: Photo Gallery 159 Chapter 8: Content Management System 181 Chapter 9: Liveblog 205 Chapter 10: Pastebin 221 Part IV: Advanced Django Techniques and Features Chapter 11: Advanced Django Programming 235 Chapter 12: Advanced Django Deployment 261 Part V: Appendices Appendix A: Command Line Basics 285 Appendix B: Installing and Running Django 295 Appendi..…”
    Libro electrónico