Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 175
- History 162
- Management 98
- Engineering & Applied Sciences 96
- Development 86
- Computer Science 72
- Application software 67
- Business & Economics 65
- Filosofía 59
- Photography 57
- Leadership 55
- Social aspects 50
- Digital techniques 49
- Història 48
- Economics 47
- Success in business 45
- Operating systems (Computers) 44
- Design 42
- Data processing 40
- Política y gobierno 40
- Programming 39
- Psychological aspects 39
- Politics and government 38
- microstructure 38
- Computer networks 37
- Crítica e interpretación 37
- Finance 37
- RELIGION 37
- Research & information: general 37
- Technology: general issues 37
-
3601
-
3602
-
3603Publicado 2020Tabla de Contenidos: “…Schwinghammer oChapter 160: Parenteral Nutrition: Getting Past the Obstruction Level III oChapter 161: Adult Enteral Nutrition: Gut Check Level III oChapter 162: Obesity: To Be Single and 23 Again (BMI That Is) Level II *Section 19: Complementary and Alternative Therapies (Level III) Section Editor: Terry L. …”
Libro electrónico -
3604
-
3605
-
3606Publicado 2018Tabla de Contenidos: “…Specification - storing current move -- Implementation -- Specification - error handling -- Implementation -- Specification - alternate players -- Implementation -- Exercises -- Integration tests -- Tests separation -- The integration test -- Summary -- Chapter 7: TDD and Functional Programming - A Perfect Match -- Setting up the environment -- Optional - dealing with uncertainty -- Example of Optional -- Functions revisited -- Kata - Reverse Polish Notation -- Requirements -- Requirement - handling invalid input -- Requirement - single operations -- Requirement - complex operations -- Streams -- filter -- map -- flatMap -- reduce -- Summary -- Chapter 8: BDD - Working Together with the Whole Team -- Different specifications -- Documentation -- Documentation for coders -- Documentation for non-coders -- Behavior-driven development -- Narrative -- Scenarios -- The book store BDD story -- JBehave -- JBehave runner -- Pending steps -- Selenium and Selenide -- JBehave steps -- Final validation -- Summary -- Chapter 9: Refactoring Legacy Code - Making It Young Again -- Legacy code -- Legacy code example -- Other ways to recognize legacy code -- A lack of dependency injection -- The legacy code change algorithm -- Applying the legacy code change algorithm -- Identifying change points -- Finding test points -- Breaking dependencies -- Writing tests -- The kata exercise -- Legacy kata -- Description -- Technical comments -- Adding a new feature -- Black-box or spike testing -- Preliminary investigation -- How to find candidates for refactoring -- Introducing the new feature -- Applying the legacy code algorithm -- Writing end-to-end test cases -- Automating the test cases -- Injecting the BookRepository dependency -- Extract and override call -- Parameterizing a constructor -- Adding a new feature -- Removing the primitive obsession with status as int…”
Libro electrónico -
3607Publicado 2021Tabla de Contenidos: “…-- Pure vs Impure Functions -- Functional Programming in Modern C++ -- Functional Programming with C++ Templates -- Function-Like Objects (Functors) -- Generator -- Unary Function -- Predicate -- Binary Functors -- Binders and Function Wrappers -- Lambda Expressions -- Generic Lambda Expressions (C++14) -- Lambda Templates (C++20) -- Higher-Order Functions -- Map, Filter, and Reduce -- Map -- Filter -- Reduce (Fold) -- Fold Expressions in C++17 -- Pipelining with Range Adaptors (C++20) -- Clean Code in Functional Programming -- Chapter 8: Test-Driven Development -- The Drawbacks of Plain Old Unit Testing (POUT) -- Test-Driven Development as a Game Changer -- The Workflow of TDD -- TDD by Example: The Roman Numerals Code Kata -- Preparations -- The First Test -- The Second Test -- The Third Test and the Tidying Afterward -- More Sophisticated Tests with a Custom Assertion -- It's Time to Clean Up Again -- Approaching the Finish Line -- Done! -- The Advantages of TDD -- When We Should Not Use TDD -- TDD Is Not a Replacement for Code Reviews -- Chapter 9: Design Patterns and Idioms -- Design Principles vs Design Patterns -- Some Patterns and When to Use Them -- Dependency Injection (DI) -- The Singleton Anti-Pattern -- Dependency Injection to the Rescue -- Adapter -- Strategy -- Command -- Command Processor -- Composite -- Observer -- Factories -- Simple Factory -- Facade -- The Money Class -- Special Case Object (Null Object) -- What Is an Idiom? …”
Libro electrónico -
3608Publicado 2021Tabla de Contenidos: “…-- 14.9 Cats in trees and circles -- 14.10 Summary -- Chapter 15: Learning, Briefly -- 15.1 What is machine learning? -- 15.2 Cats again -- 15.3 Feature scaling -- 15.4 Feature selection and reduction -- 15.5 Clustering -- 15.6 Classification -- 15.7 Linear regression -- 15.8 Concepts of neural networks -- 15.9 Quantum machine learning -- 15.10 Summary -- Appendices -- Appendix A: Tools -- A.1 The operating system command line -- A.2 Installing Python -- A.3 Installing Python modules and packages -- A.4 Installing a virtual environment -- A.5 Installing the Python packages used in this book -- A.6 The Python interpreter -- A.7 IDLE -- A.8 Visual Studio Code -- A.9 Jupyter notebooks -- A.10 Installing and setting up Qiskit -- A.11 The IBM Quantum Composer and Lab -- A.12 Linting -- Appendix B: Staying Current -- B.1 python.org -- B.2 qiskit.org -- B.3 Python expert sites -- B.4 Asking questions and getting answers -- Appendix C: The Complete UniPoly Class -- Appendix D: The Complete Guitar Class Hierarchy -- Appendix E: Notices -- E.1 Photos, images, and diagrams -- E.2 Data -- E.3 Trademarks -- E.4 Python 3 license -- Appendix F: Production Notes…”
Libro electrónico -
3609Publicado 2021Tabla de Contenidos: “…From Food Security to Nutrition Security for All -- Summary -- Introduction -- Food Security and Nutrition: Terms and Measurement -- All People, at All Times -- Implications of Differing Poverty Definitions -- Multidimensional Poverty and Income Poverty as Determinants of Various Indicators of Food Insecurity -- Role of Gender Equality in Food and Nutrition Security -- Rise, Fall, and Rise Again of Nutrition in a Holistic Conceptual Framework -- Evolution from the Unfinished Millennium Development Goals to Sustainable Development Goals -- What Is Missing in the Sustainable Development Goals? …”
Libro electrónico -
3610Publicado 2018Tabla de Contenidos: “…Event type specific observables -- An introduction to RxQt -- Summary -- Chapter 10: Creating Custom Operators in RxCpp -- Philosophy of Rx operators -- Chaining stock operators -- Writing basic RxCpp custom operators -- Writing an RxCpp operator as a function -- Writing an RxCpp operator as a Lambda -- Composing custom RxCpp operators -- Different genres of custom operators -- Writing a custom creational operator -- Writing a custom transformation operator -- Writing a custom operator that involves Schedulers -- Writing custom operators that can be chained -- Using the lift< -- t> -- operator to write a custom operator -- Converting an arbitrary Lambda to a custom Rx operator -- Creating a custom RxCpp operator in the library -- Summary -- Chapter 11: Design Patterns and Idioms for C++ Rx Programming -- The OOP and Design patterns movement -- Key Pattern catalogs -- The GOF catalog -- The POSA catalog -- The Design pattern redux -- From Design patterns to Reactive programming -- Flattening the hierarchy to navigate through it -- From Iterators to Observables -- The Cell pattern -- The Active object pattern -- The Resource Loan pattern -- The Event bus pattern -- Summary -- Chapter 12: Reactive Microservices Using C++ -- The C++ language and web programming -- The REST programming model -- The C++ REST SDK -- HTTP client programming using the C++ REST SDK -- HTTP server programming using the C++ REST SDK -- Testing the HTTP server using CURL and POSTMAN -- The libcurl and the HTTP client programming -- Kirk Shoop's libCURL Wrapper library -- The JSON and HTTP protocol -- The C++ REST SDK-based REST server -- Invoking REST services using the RxCurl library -- A word about the Reactive micro-services architecture -- Fine-grained services -- Polyglot persistence -- Independent deployment -- Service orchestration and choreography…”
Libro electrónico -
3611Publicado 2017Tabla de Contenidos: “…Intro -- Title Page -- Copyright -- Dedication -- Editors -- Contributors -- Table of Contents -- List of Figures -- List of Tables -- Foreword: Practices, Knowledge, and Innovation -- Preface -- Reference -- Acknowledgments -- Introduction -- The Origins of an Important Collaboration -- Creating a Knowledge Foundation through Exploratory Research -- Overview of the Book -- References -- PART I: IN SEARCH OF INTEGRATED SOLUTIONS -- CHAPTER 1: TOWARD A NEW MINDSET -- 1.1 Striving for Perfection in Complex Work -- 1.2 Boldly Going Again Where People Have Gone Before -- 1.3 Strategy Realization Requires Good Management -- 1.4 Workforce + Organizational Capabilities = Competitive Advantage -- 1.5 Rays of Hope -- 1.6 Trekking toward a New Mindset -- 1.7 Summary -- 1.8 Discussion Questions -- 1.9 References -- Endnote -- CHAPTER 2: THE ENGINEERING PROGRAM PERFORMANCE CHALLENGE -- 2.1 Introduction -- 2.2 Making White Elephants Extinct -- 2.3 Large Engineering Programs Are Complex -- 2.4 We Need a Better Solution -- 2.5 Summary -- 2.6 Discussion Questions -- 2.7 References -- Additional Resources -- CHAPTER 3: THE FEATURES OF SUCCESSFUL INTEGRATION OF PROGRAM MANAGEMENT AND SYSTEMS ENGINEERING -- 3.1 A Major Engineering Program Failure? …”
Libro electrónico -
3612Publicado 2017Tabla de Contenidos: “…-- Meeting the Games Page -- Finding Games -- Finding Games by Category -- Activity #24 -- Finding Games by Name -- Activity #25 -- Finding Games by Popularity -- Setting Up a Game -- Playing the Games You Love -- Activity #26 -- Exiting a Game and Playing Again -- Activity #27 -- Deleting Your Old Games -- Playing with a Friend -- Setting Up Word Battle -- Playing Word Battle with a Friend -- Inviting a Friend to Play -- More Great Games to Try -- Phew, We Did It! …”
Libro electrónico -
3613por Pachauri, Suresh ChandraTabla de Contenidos: “…Environmental Problems Created by Dams -- The Evil Impacts -- The Guidelines -- Environmental Guidelines -- Some Safeguards -- Opposition of Dams -- Reaction -- Dam Safety Organization -- Mineral Resources: Use and Exploitation and the Environmental Effect of their Extraction -- Significance -- Position of Minerals in India -- Need for an Appropriate Policy -- National Mineral Policy -- Mineral Resources -- Environmental Problem Created by Extracting and Mining -- Chief Evil Impacts -- The Guidelines -- Environmental Guidelines -- Case Studies in Extracting and Mining -- Geological Survey of India -- Food Problem: Causes and Suggestions -- Main Causes of Food Problem -- Causes of Food Grains Problem -- Change Agriculture and Overgrazing -- Jhum Cultivation -- Over-grazing -- The Menace -- Suggestions -- Fertilizer Problem -- Beneficial Affects of Fertilizers -- Adverse Effects of Fertilizers -- Pesticides: Environmental Problem -- Use of Pesticides -- The Hazardous Methods of Pesticide Application -- Problems Created by the Pesticides Application -- Preventive Measures -- Waterlogging and Salinity -- Waterlogging -- Salinity -- Energy: Its Importance and Kinds -- Importance of Energy -- Conventional or Non-renewable and Non-conventional Sources of Energy -- Use of Conventional Energy Resources -- Coal -- Oil and Natural Gas -- Alternative or Non-conventional Resources of Energy -- Reasons for Use of Alternative and Resources -- Solar Energy -- Rural Electrification -- Wind Energy -- Wind Wave Energy -- Ocean (Tidal) Energy -- Geothermal Energy -- Biomass-based Energy -- Land as a Resource -- Composition -- Land Definition and Formation -- Importance -- Land Resource in India -- Improvements Brought in Land Resources -- Integrated Land Use Planning -- Non-government Organizations -- Land Degradation and Human-induced Landslides -- Land Degradation…”
Publicado 2012
Libro electrónico -
3614Adobe Photoshop Lightroom Classic for dummiesAdobe Photoshop Lightroom Classic For DummiesPublicado 2022Tabla de Contenidos:Libro electrónico
-
3615Publicado 2024Tabla de Contenidos: “…Shot_05 - Adding a jet trail to the launching space shuttle -- Shot_06 - Adding animals in the foreground and a flock of birds flying in the distance -- Shot_07 - Slowing down the shot and adding smoke and debris particle effects to the landing space shuttle -- Creating Niagara particles -- Summary -- Chapter 12: Setting the Mood with Lighting and Adding Post-Processing Effects -- Technical requirements -- Looking for lighting references -- Understanding lighting in Unreal Engine 5 -- Lighting terminology -- Rendering and shading terms -- Different light types -- Lighting tools -- Common lighting properties -- Setting the mood with lighting -- Illuminating the spaceship console area -- Changing the Cryo-Pod area light color -- Adjusting the planet atmospherics -- Adding Post Process effects -- Adding the Bloom effect -- Adding the Chromatic Aberration effect -- Adding the Dirt Mask effect -- Adding the Lens Flares effect -- Adding the Vignette effect -- Adding the Color Grading effect -- Film (tone mapper) -- Adding the Film Grain effect -- Summary -- Part 5: Post-Production: Adding Post-Processing Effects and Music -- Chapter 13: Exploring Color Management, Additional Camera Settings, and Rendering Your Shots -- Technical requirements -- Understanding color management -- Color spaces -- Color management workflow in Unreal Engine 5 -- Exploring additional Unreal Engine camera properties -- Lookat Tracking Settings -- Filmback (Sensor Size) -- Film Overlays -- Lens Settings -- Focus Settings -- Setting up Movie Render Queue -- Why should we use image sequences? …”
Libro electrónico -
3616Publicado 2023Tabla de Contenidos: “…Gas chromatography and multivariate analysis for wheat flours -- 6.1 Introduction -- 6.2 Wheat grain compositions -- 6.3 Wheat flour -- 6.4 The standard for wheat flour -- 6.5 Quality assessment of wheat and wheat-based products -- 6.6 Application of gas chromatography coupled with mass spectroscopy -- 6.6.1 Gas chromatography coupled with mass spectroscopy analytical procedures -- 6.6.1.1 Extraction techniques -- 6.6.1.2 Derivatization -- 6.6.1.3 Chromatographic techniques -- 6.6.1.4 GC-MS data processing and statistical analysis -- 6.7 Application of gas chromatography coupled with mass spectroscopy and multivariate analysis in quality analysis of wheat... -- 6.7.1 Gas chromatography coupled with mass spectroscopy in analysis of wheat components/chemical composition -- 6.7.2 Gas chromatography coupled with mass spectroscopy analysis of volatile organic compounds in wheat flour and wheat-bas... -- 6.8 Gas chromatography coupled with mass spectroscopy-based metabolomics in wheat study -- 6.9 Gas chromatography coupled with mass spectroscopy wheat authentication -- 6.10 Gas chromatography coupled with mass spectroscopy in wheat and wheat-based food spoilage and storage…”
Libro electrónico -
3617Publicado 2024Tabla de Contenidos: “…Document classification -- N-grams -- Selecting a subset of n-grams -- Using genetic algorithms to search for a fixed-size subset -- Python implementation -- Summary -- Further reading -- Chapter 12: Explainable AI, Causality, and Counterfactuals with Genetic Algorithms -- Technical requirements -- Unlocking the black box - XAI -- Unraveling cause and effect - causality in AI -- What-if scenarios - counterfactuals -- Genetic algorithms in counterfactual analysis - navigating alternative scenarios -- The German Credit Risk dataset -- Exploring counterfactual scenarios for credit risk prediction -- The Applicant class -- The CreditRiskData class -- Counterfactuals with genetic algorithms -- The genetic algorithm solution -- More "what-if" scenarios -- Extending to other datasets -- Summary -- Further reading -- Part 4: Enhancing Performance with Concurrency and Cloud Strategies -- Chapter 13: Accelerating Genetic Algorithms - the Power of Concurrency -- Technical requirements -- Long runtimes in real-world genetic algorithms -- Parallelizing genetic algorithms -- Multithreading -- Multiprocessing -- Back to the OneMax problem -- A baseline benchmark program -- Simulating computational intensity -- Multiprocessing using the Pool class -- Increasing the number of processes -- Multiprocessing using the SCOOP library -- Distributed computing with SCOOP -- Summary -- Further reading -- Chapter 14: Beyond Local Resources - Scaling Genetic Algorithms in the Cloud -- Technical requirements -- The next level in genetic algorithm performance -embracing a client-server architecture -- Implementing a client-server model -- Using a separate environment -- Revisiting the One-Max problem, yet again -- Creating the server component -- Creating the client component -- Running the asynchronous client -- Using a production-grade app server…”
Libro electrónico -
3618
-
3619por Acemoglu, DaronTabla de Contenidos: “…-- Summary -- Key Terms -- Questions -- Evidence-Based Economics Problems -- Problems -- Chapter 9: Externalities and Public Goods -- 9.1 Externalities -- A "Broken" Invisible Hand: Negative Externalities -- A "Broken" Invisible Hand: Positive Externalities -- Pecuniary Externalities -- Choice & -- Consequence: Coronavirus Vaccination: Positive Externalities in Spots You Never Imagined -- 9.2 Private Solutions to Externalities -- Private Solution: Bargaining -- The Coase Theorem -- Private Solution: Doing the Right Thing -- 9.3 Government Solutions to Externalities -- Government Regulation: Command-and-Control Policies -- Evidence-Based Economics: How did the government lower the number of earthquakes in Oklahoma? …”
Publicado 2021
Libro electrónico -
3620Publicado 2022Tabla de Contenidos: “…-- Summary -- Key Terms -- Questions -- Evidence-Based Economics Problems -- Problems -- Chapter 9: Externalities and Public Goods -- 9.1 Externalities -- A "Broken" Invisible Hand: Negative Externalities -- A "Broken" Invisible Hand: Positive Externalities -- Pecuniary Externalities -- Choice & -- Consequence: Coronavirus Vaccination: Positive Externalities in Spots You Never Imagined -- 9.2 Private Solutions to Externalities -- Private Solution: Bargaining -- The Coase Theorem -- Private Solution: Doing the Right Thing -- 9.3 Government Solutions to Externalities -- Government Regulation: Command-and-Control Policies -- Evidence-Based Economics: How did the government lower the number of earthquakes in Oklahoma? …”
Libro electrónico