Mostrando 921 - 940 Resultados de 1,678 Para Buscar '"Poole"', tiempo de consulta: 0.13s Limitar resultados
  1. 921
    Publicado 2024
    Tabla de Contenidos: “…-- Provisioning an SC-CAN in cloud-managed Prisma Access -- Primary tunnel -- Provisioning an SC-CAN in Panorama -- Summary -- Part 2: Configure Mobile User and Remote Network Security Processing Nodes -- Chapter 5: Configuring Remote Network SPNs -- Technical requirements -- Deploying RN-SPNs in Strata Cloud Manager -- Assigning bandwidth to a location -- Exploring advanced settings -- Configuring remote network tunnels -- Deploying RN-SPNs in Panorama -- Assigning bandwidth to a location -- Zone mapping -- Remote Network settings -- Configuring remote network tunnels -- Onboarding remote networks -- Summary -- Chapter 6: Configuring Mobile User SPNs -- Technical requirements -- Design considerations -- Gateway selection -- IP pools -- MU-SPN autoscaling…”
    Libro electrónico
  2. 922
    Publicado 2016
    Tabla de Contenidos: “…LIST OF FIGURES -- LIST OF TABLES -- Introduction -- 1 The antecedents of behavioral economics -- 2 On methodology in economics -- 3 The experimental method in economics -- 3.1 Experiments and internal validity -- 3.2 Subject pools used in lab experiments -- 3.3 Stake sizes in experiments -- 3.4 The issue of the external validity of lab findings -- 3.5 The role of incentives in economics -- 3.6 Is survey data of any use? …”
    Libro
  3. 923
    Publicado 2017
    Tabla de Contenidos: “…Intro -- Title page -- Copyright -- Foreword -- PART I A Very Different Way of Looking at Business, Marketing, and Trust -- Chapter 1 The Fall -- How I Became a "Pool Guy" -- 2001-2008: The False Economy -- 2008: The Wheels Start to Fall Off -- Chapter 2 A Massive Buying Shift and the Blur between Sales and Marketing -- Chapter 3 This Book Won't Work for You If . . . -- Chapter 4 The Discovery of They Ask, You Answer -- Chapter 5 "They Ask, You Answer" Defined -- Chapter 6 Brainstorming the Questions You Are Asked Every Day -- Putting It Into Action -- Chapter 7 The Ostrich Marketing Strategy -- Chapter 8 The CarMax Effect -- The Beginnings of CarMax and a New Way to Sell -- Putting It Into Action -- Chapter 9 The Discovery of the Big 5 -- Chapter 10 Content Subject 1 Pricing and Costs: Why We Must Talk about Money -- 1. …”
    Libro electrónico
  4. 924
    Publicado 2023
    Tabla de Contenidos: “…Cloning the Repository -- Import an Existing Git Repository to Azure DevOps -- Pull Requests -- Draft Pull Requests -- Create a Pull Request from Azure Repos -- Creating a Pull Request from the Pull Requests Page -- Creating a Pull Request from a Feature Branch -- Creating a Pull Request from a Work Item in Azure Boards -- Creating a Draft Pull Request -- Collaborate in Pull Requests -- Git Tags -- Annotated Tags -- Lightweight Tags -- Create Tags in Azure DevOps -- Using the Tags View -- Using the Commits View -- Summary -- Chapter 5 Automating Code Builds with Azure Pipelines -- Overview of Continuous Integration and Continuous Deployment -- Continuous Integration -- Continuous Deployment -- Continuous Delivery -- Overview of Azure Pipelines -- Azure Pipelines Features -- Defining Pipelines -- Defining Pipelines Using YAML -- Defining Pipelines Using the Classic Editor -- Components of Azure Pipelines -- Azure Pipelines Agents and Agent Pools -- Agents -- Agent Pools -- Using Microsoft-Hosted Agents -- Using Self-Hosted Linux Agents -- Using Self-Hosted Windows Agents -- Using Self-Hosted macOS Agents -- Azure Pipelines Build Script -- YAML Overview -- Writing a Build Script -- Summary -- Chapter 6 Running Automated Tests with Azure Pipelines -- Overview of Software Testing -- History of Software Testing -- Continuous Testing -- Importance of Software Testing -- Types of Software Tests -- Unit Tests -- Integration Tests -- Smoke Tests -- Regression Tests -- End-to-End Tests -- Other Types of Software Tests -- Steps for Running Software Tests -- Setting Up Testing in Azure Pipelines -- Summary -- Chapter 7 Creating and Hosting Source Code Packages with Azure Artifacts -- Overview of Artifact Repositories -- Introduction to Azure Artifacts -- Azure Artifacts Feeds -- Project-Scoped Feeds -- Organization-Scoped Feeds…”
    Libro electrónico
  5. 925
    por Shalloway, Alan
    Publicado 2004
    Tabla de Contenidos: “…Applying the Template Method to the International E-Commerce Case Study -- Using the Template Method Pattern to Reduce Redundancy -- Field Notes: Using the Template Method Pattern -- Summary -- Review Questions -- PART VII: Factories -- Chapter 20 Lessons from Design Patterns: Factories -- Overview -- Factories -- The Universal Context Revisited -- Factories Follow Our Guidelines -- Limiting the Vectors of Change -- Another Way to Think About It -- Different Roles of Factories -- Field Notes -- Summary -- Review Questions -- Chapter 21 The Singleton Pattern and the Double-Checked Locking Pattern -- Overview -- Introducing the Singleton Pattern -- Applying the Singleton Pattern to the Case Study -- A Variant: The Double-Checked Locking Pattern -- Reflections -- Field Notes: Using the Singleton and Double-Checked Locking Patterns -- Summary -- Review Questions -- Chapter 22 The Object Pool Pattern -- Overview -- A Problem Requiring the Management of Objects -- The Object Pool Pattern -- Observation: Factories Can Do Much More Than Instantiation -- Summary -- Review Questions -- Chapter 23 The Factory Method Pattern -- Overview -- More Requirements for the Case Study -- The Factory Method Pattern -- Factory Method Pattern and Object-Oriented Languages -- Field Notes: Using the Factory Method Pattern -- Summary -- Review Questions -- Chapter 24 Summary of Factories -- Overview -- Steps in the Software Process -- Parallels in Factories and XP Practices -- Scaling Systems -- PART VIII: Endings and Beginnings -- Chapter 25 Design Patterns Reviewed: A Summation and a Beginning -- Overview -- A Summary of Object-Oriented Principles -- How Design Patterns Encapsulate Implementations -- Commonality and Variability Analysis and Design Patterns -- Decomposing a Problem Domain into Responsibilities -- Patterns and Contextual Design…”
    Libro electrónico
  6. 926
    Publicado 2024
    Tabla de Contenidos: “…. -- Creating a descriptor pool -- Getting ready -- How to do it... -- Allocating descriptor sets -- Getting ready -- How to do it... -- Updating descriptor sets during rendering -- Getting ready -- How to do it... -- Passing resources to shaders (binding descriptor sets) -- Getting ready -- How to do it... -- Updating push constants during rendering -- Getting ready -- How to do it... -- Customizing shader behavior with specialization constants -- Getting ready -- How to do it... -- Implementing MDI and PVP -- Implementing MDI…”
    Libro electrónico
  7. 927
    Publicado 2024
    Tabla de Contenidos: “…Exploring intermediate Rust concepts -- Control flow -- While loops -- Functions -- Match control flow -- Structs -- Vectors -- Delving deep into advanced Rust concepts -- Hashmaps -- Ownership and borrowing -- Crates, modules, and cargo -- Summary -- Part 2: Building the Blockchain -- Chapter 3: Building a Custom Blockchain -- Technical requirements -- Windows installation -- Mac installation -- Ubuntu installation -- VS Code -- rust-analyzer -- Cargo -- Planning our first blockchain project -- Structs -- Required functions -- Getting started with building the blockchain -- Block -- Creating the genesis block -- Using helper functions -- Exploring embedded databases -- Summary -- Chapter 4: Adding More Features to Our Custom Blockchain -- Technical requirements -- Connecting the blocks -- Libraries powering blockchain operations -- Blockchain functions -- Starting the node server -- The server -- Server struct and implemented methods -- Enums -- Helper functions -- The serve function -- The Node struct -- Summary -- Chapter 5: Finishing Up Our Custom Blockchain -- Technical requirements -- Adding memory pools -- Implementing a memory pool -- The BlockinTransit implementation -- Implementing transactions -- Understanding TXInput transactions -- Understanding TXOutput transactions -- Understanding the Transaction implementation -- Utilizing UTXOs and developing wallets -- Implementing UTXOSet -- Implementing wallets -- Wallets -- Setting up configurations and utilities -- The Config implementation -- Utility functions -- Understanding the lib.rs file -- Understanding the Main.rs file -- Using your custom blockchain -- Creating a new blockchain -- Creating a new wallet -- Checking the wallet balance -- Starting a node -- Sending currency -- Listing all wallet addresses -- Printing the blockchain -- Rebuilding the UTXO set -- Summary…”
    Libro electrónico
  8. 928
    Publicado 2024
    Tabla de Contenidos: “…-- The OTel project -- OTel -- Summary -- Chapter 12: Distributing Your Apps -- Technical requirements -- Go Modules -- The routine using modules -- CI -- Caching -- Static analysis -- Releasing your application -- Summary -- Part 5: Going Beyond -- Chapter 13: Capstone Project - Distributed Cache -- Technical requirements -- Understanding distributed caching -- System requirements -- Requirements -- Design and trade-offs -- Creating the project -- Thread safety -- Choosing the right approach -- Adding thread safety -- The interface -- TCP -- HTTP -- Others -- Eviction policies -- Sharding -- Summary -- Chapter 14: Effective Coding Practices -- Technical requirements -- Reusing resources -- Using sync.Pool in a network server -- Using sync.Pool for JSON marshaling -- Executing tasks once -- singleflight -- Effective memory mapping -- API usage -- Advanced usage with protection and mapping flags -- Avoiding common performance pitfalls -- Leaking with time.After -- Defer in for loops -- Maps management -- Resource management -- Handling HTTP bodies -- Channel mismanagement -- Summary -- Chapter 15: Stay Sharp with System Programming -- Real-world applications -- Dropbox's leap of faith…”
    Libro electrónico
  9. 929
    Publicado 1995
    Tabla de Contenidos: “…AFTERWARD -- Subsequent Events -- Current Procedures and Challenges -- REFERENCES -- 5 Donor Screening and Deferral -- INTRODUCTION -- Critical Events -- Critical Event 1 -- Critical Event 2 -- Explanatory Hypotheses -- DONOR SCREENING PRACTICES -- Hepatitis -- Donor Pools -- Early Donor Screening Practices -- ANALYSIS AND FINDINGS -- January 4, 1983, CDC Meeting -- Outcomes of the Meeting -- Donor Questioning and Opposition to It -- Surrogate Testing and Opposition to It -- Criticism of the CDC's Data and Motives -- Risk Assessment -- Lack of Leadership -- Conclusions -- December 1983 Blood Products Advisory Committee Meeting -- Interim Local Efforts to Screen Aggressively -- Reliability of Surrogate Tests -- Task Force Report on Surrogate Testing -- Comment on the Blood Products Advisory Committee -- Informing the Public -- AIDS Politics -- CONCLUSIONS -- Hypothesis One -- Hypothesis Two -- Political Factors -- Ideological Factors -- Organizational Factors -- Historical Factors -- AFTERWORD -- Donor Screening 1985-1995 -- HIV -- Hepatitis -- HTLV-I and HTLV-II -- Current Donor Screening Procedures -- Current Infectious Risk Through Blood Transfusion -- REFERENCES -- 6 Regulations and Recall -- INTRODUCTION -- FRAMEWORK OF ANALYSIS -- Critical Events -- Critical Event 1 -- Critical Event 2 -- Critical Event 3 -- Critical Event 4 -- FDA Regulatory Authority and Practice -- Explanatory Hypotheses -- FINDINGS AND CONCLUSIONS -- FDA Letters of March 1983 -- Analysis -- Summary and Conclusions -- Nonautomatic Recalls -- Analysis -- Summary and Conclusions -- Heat-Treated AHF Concentrate and the FDA's Recall Policy -- Analysis -- Summary and Conclusions -- Lookback and Notification of Individuals Transfused with Contaminated Blood Products -- Analysis -- Summary and Conclusions -- INFLUENCE AND RESPONSIBILITIES OF OTHER ORGANIZATIONS…”
    Libro electrónico
  10. 930
    Publicado 2021
    Tabla de Contenidos: “…Cover -- Copyright -- Contributors -- Table of Contents -- Preface -- Chapter 1: Understanding Microservices -- The origins of service-oriented architecture -- The monolithic approach -- The microservice approach -- Microservice benefits -- Separation of concerns -- Smaller projects -- Scaling and deployment -- Pitfalls of microservices -- Illogical splitting -- More network interactions -- Data storing and sharing -- Compatibility issues -- Testing -- Implementing microservices with Python -- How web services work -- The WSGI standard -- Workers, threads, and synchronicity -- A worker pool approach -- Being asynchronous -- Twisted, Tornado, Greenlets, and Gevent -- Asynchronous Python -- Language performance -- Summary -- Chapter 2: Discovering Quart -- Making sure we have Python -- How Quart handles requests -- Routing -- Variables and converters -- The url_for function -- Request -- Response -- Quart's built-in features -- The session object -- Globals -- Signals -- Extensions and middleware -- Templates -- Configuration -- Blueprints -- Error handling -- Custom error handler -- A microservice skeleton -- Summary -- Chapter 3: Coding, Testing, and Documentation: the Virtuous Cycle -- Different kinds of tests -- Unit tests -- Functional tests -- Integration tests -- Load tests -- End-to-end tests -- Using pytest and tox -- Developer documentation -- Tools for documentation -- Version control -- Continuous Integration and Continuous Deployment -- GitHub Actions -- Documentation -- Coveralls -- Badges -- Summary -- Chapter 4: Designing Jeeves -- The Jeeves bot -- User stories -- Monolithic design -- Model -- View and template -- A human-readable view -- Slack workspaces -- Taking actions -- OAuth tokens -- Authentication and authorization -- Background tasks -- Putting together the monolithic design -- Summary -- Chapter 5: Splitting the Monolith…”
    Libro electrónico
  11. 931
    Tabla de Contenidos: “…Strengthening public governance, integrity and trust -- Illustrative medium-to-long term growth scenarios and policy recommendations -- References -- 2 Helping the business sector to cope with new opportunities and challenges -- COVID-19 induced structural change, adaptation to climate change and population ageing pose challenges to the Austrian growth model -- COVID-19 will accelerate structural change -- The Austrian growth model has proven successful -- Within-sector improvements are a key driver for this success -- Fostering Austria's digitalisation potential -- Adapting to climate change will transform the business sector -- The population is ageing -- Adapting business framework conditions to promote productivity growth, an efficient allocation of resources and investments -- Productivity growth before the pandemic has slowed down -- More vibrant service markets would spur productivity growth -- Austria has a well-functioning insolvency and restructuring system -- Stimulating the adoption of key digital technologies -- Relatively low business dynamism constrains the diffusion of digital technologies -- The adoption of digital technologies lags behind innovation leaders -- Better access to high-speed broadband and improving digital skills promise large gains -- Strengthen digital security -- Reinvigorating investments for a resilient recovery -- Investment in intangible assets lags behind top performers -- Corporate balance sheets have weakened -- The capital structure of Austrian businesses risks constraining investment -- Tax incentives to stimulate equity financing -- Making the most out the available pool of talent -- Structural change will require a more efficient allocation of labour -- Ageing risks exacerbating labour market mismatches -- Underutilised labour resources need to be better mobilised -- Upgrading and adjusting skills…”
    Libro electrónico
  12. 932
    Tabla de Contenidos: “…Optimisation of a Code to Improve Spallation Yield Predictions in an ADS Target System -- Summary of Working Group Discussion on Accelerators -- ADS Accelerator Reliability Activities in Europe -- Research on the Accelerator-Driven Subcritical Reactor at the Kyoto University Critical Assembly (KUCA) with an FFAG Proton Accelerator -- Summary of Working Group Discussion on Subcritical Systems and Interface Engineering -- CFD Analysis on the Active Part of Window Target Unit for LBE-Cooled XADS -- Summary of Technical Session V -- Summary of Technical Session IV -- Status of the Megapie Project -- Status of the Trade Experiment -- Summary of Technical Session III -- The European Project PDS-XADS “preliminary Design Studies of an Experimental Accelerator-Driven System” -- Primary Isotopic Yields for MSDM Calculations of Spallation Reactions on 208Pb with Proton Energy of 1 GeV -- Research and Development on Accelerator-Driven Systems -- Introduction of a Dual Injection Tube for the Design of a 20 MW Lead-Bismuth Target System -- Design Study around Beam Window of ADS -- The Vacuum Interface Compatibility Experiment Vice Supporting the MYRRHA Windowless Target Design -- Thermal Stability of the U-Zr Fuel and its Interfacial Reaction with Lead -- Summary of Technical Session I -- Background/perspective -- Accelerator-Driven Systems in Advanced Fuel Cycles -- Corrosion Tests in the Static Condition and Installation of Corrosion Loop at KAERI for Lead-Bismuth Eutectic -- Status of the Spallation Neutron Source Accelerator Complex -- Vacuum Gas Dynamics Investigation and Experimental Results on the Trasco ADS Windowless Interface -- Application of the Hyper System to the DUPIC Fuel Cycle -- Research and Development on Lead-Bismuth Technology for Accelerator-Driven Transmutation Systemat JAERIi -- Concept of Transmutation Experimental Facility -- Methods and Codes for Estimation of Tolerance -- Experimental Verification of Selected Transmutation Technology and Materials for Basic Components of a Demonstration Transmuter with Liquid Fuel Based -- Executive Summary -- On the Supplementary Feedback Effect Specific for Accelerator-Coupled Systems ACS -- French Accelerator Research for ADS Developments -- An Improved Superconducting ADS Driver Linac Design -- Keff and Ks Burn-up Swing Compensation in MYRRHA -- Hybrid Power Extraction Reactor Hyper Project -- Construction of a FFAG Complex for ADS Research in KURRI -- Analysis of Lead-Bismuth Eutectic Flowing into Beam Duct -- Improvement of Reliability of the Trasco Intense Proton Source Trips at INFN-LNS -- Present Status of the J-PARC Accelerator Complex -- High-Energy Beat Transport Lines and Delivery System for Intense Proton Beams -- Comparative Transient Analysis of Pb/Bi and Gas-cooled XADS Concepts -- Thermal-Hydraulic Experiments on the Tall LBE Test Facility -- R&D of ADS in Japan -- Comparative Transient Analyses of Accelerator-Driven Systems with Mixed Oxide and Advanced Fertile-Free Fuels -- Los Alamos Perspective on High-Intensity Accelerators -- Beam Dynamics Studies for the Fault Tolerance Assessment of the PDS-XADS Linac -- Spoke Cavities -- Development of a Superconducting Proton Linac for ADS -- Chinese Status of HPPA Development -- Safety Analysis of the EU PDS-XADS Designs -- CFD Analysis of the Heavy Liquid Metal Flow Field in the MYRRHA Pool -- The PDS-XADS Reference Accelerator -- Results of the Second Phase of Calculations Relevant to the WPPT Benchmark on Beam Interruptions -- Estimation of Some Characteristics of the Cascade Subcritical Molten Salt Reactor CSMSR -- Annex 2 List of Participants -- Technological Aspects and Challenges for High-Power Proton Accelerator-Driven System Application -- Summary of Working Group Discussion on Safety and Control of ADS -- ADS Neutronics -- Status of the Conceptual Design of an Accelerator and Beam Transport Line for Trade -- ADS Safety…”
    Libro electrónico
  13. 933
    Publicado 2018
    Tabla de Contenidos: “…-- Die Vorteile von Graphenberechnungen -- Graphen, Sessions und Ergebnisabfragen -- Einen Graphen erstellen -- Eine Session erstellen und ausführen -- Unseren Graphen aufbauen und verwalten -- Ergebnisabfragen -- Fließende Tensoren -- Knoten als Operationen, Kanten als Tensor-Objekte -- Datentypen -- Tensor-Objekte und ihre Gestalt -- Namen -- Variablen, Platzhalter und einfache Optimierung -- Variablen -- Platzhalter -- Optimierung -- Zusammenfassung -- Kapitel 4: Konvolutionsnetze -- Einführung in Konvolutionsnetze -- MNIST: Zweite Runde -- Konvolution -- Pooling -- Dropout -- Das Modell -- CIFAR10 -- Laden des CIFAR10-Datensatzes -- Einfache CIFAR10-Modelle -- Zusammenfassung -- Kapitel 5: Text I: Arbeiten mit Text und Sequenzen, Visualisierung mit TensorBoard -- Warum Sequenzdaten so wichtig sind -- Einführung in rekurrente neuronale Netze -- Einfache Implementierung eines RNN -- In TensorFlow eingebaute Funktionen für RNNs -- RNNs für Textsequenzen -- Textsequenzen -- Überwachte Worteinbettungen -- LSTM und die Verwendung von Sequenzlängen -- Anlernen von Einbettungen und des LSTM-Klassifikators -- Zusammenfassung -- Kapitel 6: Text II: Wortvektoren, fortgeschrittene RNNs und Visualisierung von Einbettungen -- Einführung in die Worteinbettung -- Word2vec -- Skip-Gramme -- Einbettungen in TensorFlow -- Die Verlustfunktion für Noise-Contrastive Estimation (NCE) -- Abfall der Lernrate…”
    Libro electrónico
  14. 934
    Publicado 2014
    Tabla de Contenidos: “…Part IV Your investment property38 Negative gearing; 39 Interest; 40 Depreciation; 41 Low-value pooling; 42 Repairs and maintenance; 43 Travel to see your investment property; 44 Borrowing expenses; 45 Legal expenses; 46 Other rental property deductions; 47 Foreign investment properties; 48 Capital gains tax; 49 PAYG withholding variation; 50 Property genuinely available for rent; Part V Your shares; 51 Dividends; 52 Franking credits; 53 Dividend reinvestment plans; 54 Lower income earners; 55 Borrowing to buy shares; 56 Other allowable deductions; Ongoing management fees; Travel expenses…”
    Libro electrónico
  15. 935
    Publicado 2014
    Tabla de Contenidos: “…2.6 Object Conditional Validity and Efficiency2.6.1 Negative Result; 2.6.2 Positive Results; 2.7 Label Conditional Validity and ROC Curves; 2.8 Venn Predictors; 2.8.1 Inductive Venn Predictors; 2.8.2 Venn Prediction without Objects; Acknowledgments; Part II: Adaptations; 3 Active Learning; 3.1 Introduction; 3.2 Background and Related Work; 3.2.1 Pool-based Active Learning with Serial Query; SVM-based methods; Statistical methods; Ensemble-based methods; Other methods; 3.2.2 Batch Mode Active Learning; 3.2.3 Online Active Learning; 3.3 Active Learning Using Conformal Prediction…”
    Libro electrónico
  16. 936
    Publicado 2020
    Tabla de Contenidos: “…Concurrency Patterns -- Checkliste zu Goroutinen -- Goroutinen melden, wenn sie fertig sind -- Beenden von Goroutinen -- Context -- Prüfung eines geschlossenen Channels -- Pipelines -- Generator -- Fan-In und Fan-Out -- Channel of Channels -- Worker Pool -- Semaphore mit einem Buffered Channel -- State Machine -- Projekt: Go Concurrency -- Einleitung -- Command Line Interface -- Argumente parsen -- Befehle ausführen -- Abbruch mit context -- Verbesserung des Tools -- Testen und Benchmarks -- Tests in Go -- Subtests -- Tabellarische Tests -- Eigenes Testpaket -- Testen mit Beispielen -- Ein ganzes Projekt testen -- Benchmarks -- Syntax der Benchmarks -- Subbenchmarks -- Projekt: Image Resizer -- Einleitung -- Command Line Interface - Erstellen der Flags -- Größe erzeugen -- Bild verkleinern -- Filename prüfen -- Funktionen zusammenführen -- Refactoring in eine zusätzliche Funktion -- Eigener Fehlertyp -- Von sequentieller Ausführung zu nebenläufiger Ausführung -- Interfaces -- Bessere Abstraktion mit Interfaces -- Die richtige Interface-Erstellung -- Interne Abbildung der Interface-Typen -- Leeres Interface -- Vom Interface zum konkreten Typ -- Interface in andere Interfaces einbinden -- Interfaces in Strukturen einbinden -- Mocking und Tests mit io.Reader und io.Writer -- Projekt: Kopieren mit Reflection -- Einleitung -- Reflection in Go -- Beschreibung des Pakets -- Testfälle für unser Paket -- Umsetzung -- Verwenden von Tags -- Fehlerbehandlung -- Grundlagen -- Variablen und Konstanten -- Eigene Fehlertypen -- Einem Fehler Kontext hinzufügen -- Keine Panik -- Projekt: Ein einfacher Webserver -- Einleitung -- Das Modell für unseren Blog -- Der Webserver und seine Handler -- Templates erstellen -- Kommentarfunktion -- Files ausliefern -- API bereitstellen -- Template nur einmal parsen -- Nebenläufiger Job für den Index…”
    Libro electrónico
  17. 937
    por Yates, David T.
    Publicado 2007
    Tabla de Contenidos: “…THE SOLENT BASIN; 7.1 Solent Lowlands; 7.2 Southampton Waters; 7.3 The New Forest; 7.4 Christchurch Harbour and Hengistbury Head; 7.5 Poole Harbour: Corfe, Frome and Piddle; 7.6 Dorchester. 7.7 Over the rim of the basin7.8 Basin reflections; CHAPTER 8. …”
    Libro electrónico
  18. 938
    Publicado 2017
    Tabla de Contenidos: “…Machine generated contents note: 1 High-Potential Leaders Are Crucial to Helping Businesses Adapt and Thrive in the Digital Age 1 The Urgent Need for High-Potential Leaders 1 What "High Potential" Means Now 2 An Important Distinction 7 Getting Hipos There Faster 8 How Hipos Can Use This Book 11 How Leadership Developers Should Use This Book 13 A Final Word 14 Tips for Hipos--How to Use This Book 18 Tips for HR and Leadership Developers--How to Use This Book 20 PART I Five Essential Skills for High-Potential Leaders 23 2 Increase the Return on Your Time (ROYT) 25 Get Comfortable with People Better Than You 25 Set and Reset Your Priorities 28 Customize Your Information Flow 31 Delegate and Follow Through 33 Trust But Verify 34 Decide How to Leverage Yourself 35 Create Repeatable Processes 37 Be Decisive 38 Additional Resources 43 3 Multiply the Energy and Skills of Those Around You 45 Identify a Person's God-Given Talent 46 Build Other People's Strengths 50 Make Necessary Changes Quickly 52 Manage the Intersections 53 Lead the Dialogue 56 Be a Social Architect 58 How Tony Palmer Became a Talent Magnet 60 Additional Resources 68 4 Be a Master of Big Ideas and Execution 71 Make Your Big Ideas Better 71 How to Assess Your Good Ideas 72 Getting Big Ideas Executed 76 Execution Basics 78 The Art of Asking Incisive Questions 80 A Hipo's Vision and Execution at Fingerhut 81 Additional Resources 90 5 Get to Know Customers, Competitors, and the Macro Environment 91 Observe the End-to-End Consumer Experience 92 Know the Competition 94 Dissect Ecosystems 98 See Your Business from the Outside In 100 Keep Up with Technology 103 Additional Resources 108 6 Build Your Mental Capacity 109 Widen Your Lens 109 Keep Learning 111 Build Diverse Networks 114 Seek Information from Everywhere 116 Stay Mentally Flexible 120 Additional Resources 129 PART II Taking Charge of Your Growth and Choosing Your Next Big Career Move 131 7 How, When, and Why to Make a Leap 133 The Virtue of Leaps 134 Making Leaps Without Leaving Your Company 139 Build Your Own Support System 141 Bonnie Hill's Multiple Leaps 143 Leaps Outside the Company 146 Weighing a Job Change 148 Your Exit Plan 150 Your Entrance Plan 151 Additional Resources 159 8 Track Your Mental Health and Work/Life Balance 161 Business Achievement 162 Life Satisfaction 163 Find a Meaningful Focus 168 Protect Your Mental Health 172 How Aaron Greenblatt Found His Focus 173 Additional Resources 181 PART III The Care and Feeding of High Potentials--Every Organization's Precious Resource 183 9 Identifying, Recruiting, and Retaining Hipos 185 Redefi ne and Find High-Potential Leaders 186 Create Opportunities for Growth 189 Clear the Path for Hipos 192 Improve Feedback Loops 193 Refresh the Leadership Pool 196 How to Use This Book to Develop Your Organization's Hipos 197 Key Points for Talent Management Leaders 197 Additional Resources 209 Acknowledgments 211 Index 213.…”
    Libro electrónico
  19. 939
    Publicado 2018
    Tabla de Contenidos: “…Multithreading and Asynchronous Programming in .NET Core -- Multithreading versus asynchronous programming -- Multithreading in .NET Core -- Multithreading caveats -- Threads in .NET Core -- Creating threads in .NET Core -- Thread lifetime -- The thread pool in .NET -- Thread synchronization -- Monitors -- Task parallel library (TPL) -- Creating a task using TPL -- Task-based asynchronous pattern (TAP) -- Naming convention -- Return type -- Parameters -- Exceptions -- Task status -- Task cancellation -- Task progress reporting -- Implementing TAP using compilers -- Implementing TAP with greater control over Task -- Design patterns for parallel programming -- Pipeline pattern -- Dataflow pattern -- Producer/consumer pattern -- Parallel.ForEach -- Parallel LINQ (PLINQ) -- Summary -- Data Structures and Writing Optimized Code in C# -- What are data structures? …”
    Libro electrónico
  20. 940
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Copyright and Credits -- Packt Upsell -- Foreword -- Contributors -- Table of Contents -- Preface -- Chapter 1: Getting Started -- Understanding deep learning -- Perceptron -- Activation functions -- Sigmoid -- The hyperbolic tangent function -- The Rectified Linear Unit (ReLU) -- Artificial neural network (ANN) -- One-hot encoding -- Softmax -- Cross-entropy -- Dropout -- Batch normalization -- L1 and L2 regularization -- Training neural networks -- Backpropagation -- Gradient descent -- Stochastic gradient descent -- Playing with TensorFlow playground -- Convolutional neural network -- Kernel -- Max pooling -- Recurrent neural networks (RNN) -- Long short-term memory (LSTM) -- Deep learning for computer vision -- Classification -- Detection or localization and segmentation -- Similarity learning -- Image captioning -- Generative models -- Video analysis -- Development environment setup -- Hardware and Operating Systems - OS -- General Purpose - Graphics Processing Unit (GP-GPU) -- Computer Unified Device Architecture - CUDA -- CUDA Deep Neural Network - CUDNN -- Installing software packages -- Python -- Open Computer Vision - OpenCV -- The TensorFlow library -- Installing TensorFlow -- TensorFlow example to print Hello, TensorFlow -- TensorFlow example for adding two numbers -- TensorBoard -- The TensorFlow Serving tool -- The Keras library -- Summary -- Chapter 2: Image Classification -- Training the MNIST model in TensorFlow -- The MNIST datasets -- Loading the MNIST data -- Building a perceptron -- Defining placeholders for input data and targets -- Defining the variables for a fully connected layer -- Training the model with data -- Building a multilayer convolutional network -- Utilizing TensorBoard in deep learning -- Training the MNIST model in Keras -- Preparing the dataset -- Building the model…”
    Libro electrónico