Mostrando 6,721 - 6,740 Resultados de 22,106 Para Buscar '"The Masters"', tiempo de consulta: 0.20s Limitar resultados
  1. 6721
    Publicado 2023
    Tabla de Contenidos: “…Part I: Learn How to Learn -- Chapter 1: Understand Relational Databases -- Chapter 2: Create an Efficient Database Development Process -- Chapter 3: Increase Confidence and Knowledge with Testing -- Chapter 4: Find Reliable Sources -- Chapter 5: Master the Entire Stack -- Part II: Write Powerful SQL with Sets and Advanced Features -- Chapter 6: Build Sets with Inline Views and ANSI Join Syntax -- Chapter 7: Query the Database with Advanced SELECT Features -- Chapter 8: Modify Data with Advanced DML -- Chapter 9: Improve the Database with Advanced Schema Objects -- Chapter 10: Optimize the Database with Oracle Architecture -- Part III: Write Elegant SQL with Patterns and Styles -- Chapter 11: Stop Coding and Start Writing -- Chapter 12: Write Large SQL Statements -- Chapter 13: Write Beautiful SQL Statements -- Chapter 14: Use SQL More Often with Basic Dynamic SQL -- Chapter 15: Avoid Anti-Patterns -- Part IV: Improve SQL Performance -- Chapter 16: Understand SQL Performance with Algorithm Analysis -- Chapter 17: Understand SQL Tuning Theories -- Chapter 18: Improve SQL Performance -- -- Part V: Solve Anything with Oracle SQL -- Chapter 19: Solve Challenging Problems with Arcane SQL Features -- Chapter 20: Use SQL More Often with Advanced Dynamic SQL -- Chapter 21: Level Up Your Skills with PL/SQL -- Part VI: Appendixes -- Appendix A: SQL Style Guide Cheat Sheet -- Appendix B: Computer Science Topics…”
    Libro electrónico
  2. 6722
    Publicado 2020
    Tabla de Contenidos: “…Visual strategies and communicative function / Aesthetics and the imitation of antiquity in early Gothic sculpture / Sculptural visualisations in the cathedrals of the Iberian kingdoms (1160-1220) -- The reception of Burgundian models in the second half of the twelfth century and the naturalist redefinition of Romanesque sculpture in Castile / Master Mateo and the Cathedral of Santiago at the end of the twelfth century / Late Romanesque sculpture in the kingdoms of Leon and Castile: continuity or change? …”
    Libro
  3. 6723
    Publicado 2018
    Tabla de Contenidos: “…. -- Static mechanism -- Discovery mechanism -- kubeadm -- kubespray -- Kops -- See also -- Building multiple masters -- Getting ready -- How to do it... -- Setting up the first master -- Setting up the other master with existing certifications -- Adding nodes in a HA cluster -- How it works... -- See also -- Chapter 5: Building Continuous Delivery Pipelines -- Introduction -- Moving monolithic to microservices -- Getting ready -- How to do it... -- Microservices -- Frontend WebUI -- How it works... -- Microservices -- Frontend WebUI -- Working with the private Docker registry -- Getting ready -- Using Kubernetes to run a Docker registry server -- Using Amazon elastic container registry -- Using Google cloud registry -- How to do it... -- Launching a private registry server using Kubernetes -- Creating a self-signed SSL certificate -- Creating HTTP secret -- Creating the HTTP basic authentication file -- Creating a Kubernetes secret to store security files -- Configuring a private registry to load a Kubernetes secret -- Create a repository on the AWS elastic container registry -- Determining your repository URL on Google container registry -- How it works... -- Push and pull an image from your private registry -- Push and pull an image from Amazon ECR -- Push and pull an image from Google cloud registry -- Using gcloud to wrap the Docker command -- Using the GCP service account to grant a long-lived credential -- Integrating with Jenkins -- Getting ready -- How to do it... -- Setting up a custom Jenkins image -- Setting up Kubernetes service account and ClusterRole -- Launching the Jenkins server via Kubernetes deployment -- How it works... -- Using Jenkins to build a Docker image -- Deploying the latest container image to Kubernetes…”
    Libro electrónico
  4. 6724
    Publicado 2022
    Tabla de Contenidos: “…Run the Master Data Consistency Prechecks -- 4.a. Master Data Inconsistencies Can Be Analyzed Using CVI_MIGRATION_PRECHK -- 4.b. …”
    Libro electrónico
  5. 6725
    Publicado 2023
    “…The objective of this book is to make this scattered knowledge, currently mainly available in publications in academic journals, accessible for Masters' students in a coherent way"--…”
    Libro electrónico
  6. 6726
    por Blanchard, Kenneth H.
    Publicado 2007
    Tabla de Contenidos: “…-- EXPANDING TEAM PROBLEM SOLVING AND DECISION MAKING -- DISCOURAGEMENT AND CHANGE: THE END OF STEP 2 -- AS WE TRANSITION TO STEP 3 -- STEP THREE Master the Skills -- EIGHT Use Information to Drive Great Results -- HOW CAN BETTER USE OF INFORMATION KEEP THE CHANGE PROCESS GOING? …”
    Libro electrónico
  7. 6727
    Publicado 2016
    Tabla de Contenidos: “…3.6 Asymmetric Multiprocessing3.7 Hybrid Approaches; 3.8 Speaking of Cores; 3.9 Graphical Processing Units (GPU); 3.10 Putting It All Together; 4 Multicore Software Architectures; 4.1 Multicore Software Architectures; 4.1.1 Master/Worker; 4.1.2 Peer; 4.1.3 Pipelined; 4.2 A Decision Tree Approach to Selecting a Multicore Architecture; 4.2.1 Decision 1: Select the Programming Model; 4.2.2 Decision 2: Choose the Operating System Framework; 4.2.3 Decision 3: Determine the Control Plane and Data Plane Model…”
    Libro electrónico
  8. 6728
    por Collins, Mike, 1949-
    Publicado 2006
    Tabla de Contenidos: “…The Task WindowThe Relink Window; Drag and Drop Features; What this chapter has covered; 4 Getting Started; Installing the software; Restoring the default Preferences; Opening a New Session; Choosing File Types; Choosing Sample Rates and Bit Depths; Saving your Session; What gets saved; Why you should use an external hard drive; Allocating Hard Disk Space; Round Robin Disk Allocation; Record Allocation; Setting up the inputs and outputs; Setting up your first new session with Audio and MIDI tracks, Auxiliary inputs and Master faders; Importing MIDI and Audio…”
    Libro electrónico
  9. 6729
    Publicado 2014
    Tabla de Contenidos: “…2.9 State Estimation; 2.9.1 Introduction; 2.9.2 Microgrid State Estimation; 2.9.3 Fuzzy State Estimation; 2.10 Conclusions; Appendix 2.A: Study Case Microgrid; References; 3 Intelligent Local Controllers; 3.1 Introduction; 3.2 Inverter Control Issues in the Formation of Microgrids; 3.2.1 Active Power Control; 3.2.2 Voltage Regulation; 3.3 Control Strategies for Multiple Inverters; 3.3.1 Master Slave Control Scheme; 3.3.2 Multi-Master Control Scheme; 3.3.3 Droop Control Implementation in the VSI; 3.3.4 Ancillary Services; 3.3.5 Optional Secondary Control Loops…”
    Libro electrónico
  10. 6730
    Publicado 2024
    Tabla de Contenidos: “…Intro -- Title page -- Copyright and credits -- Dedication -- Contributors -- Table of Contents -- Preface -- Part 1: Mastering std::vector -- Chapter 1: The Basics of std::vector -- Technical requirements -- The significance of std::vector -- A basic comparison of C-style arrays and std::vector -- Comparison of C-style arrays and std::vector for memory management -- Declaring and initializing std::vector -- Declaring a vector -- Initializing a vector -- Accessing elements -- Random access -- Accessing the first and last elements -- Vector size -- Adding and removing elements -- Adding elements -- Removing elements -- Capacity -- Prefer using empty() when possible -- Clearing all elements -- Summary -- Chapter 2: Mastering Iterators with std::vector -- Technical requirements -- Types of iterators in the STL -- Input iterators -- Output iterators -- Forward iterators -- Reverse iterators -- Bidirectional iterators -- Random access iterators -- Basic iteration techniques with std::vector -- Iterating over std::vector -- Basic iteration using iterators -- Using constant iterators -- Benefits of iteration -- Using std::begin and std::end -- Understanding iterator requirements -- Range-based for loops -- Overview of range-based for loops -- When to use range-based for loops -- Modifying elements during iteration -- Creating a custom iterator -- The appeal of custom iterators -- Core requirements -- Iterator categories and their specialties -- A custom iterator example -- Custom iterator challenges and use cases -- Illustrative use cases of custom iterators -- Summary -- Chapter 3: Mastering Memory and Allocators with std::vector -- Technical requirements -- Understanding capacity versus size -- Revisiting the basics -- What exactly is capacity? …”
    Libro electrónico
  11. 6731
    Publicado 2014
    Tabla de Contenidos: “…INTRODUCTION / Karma Lekshe Tsomo -- "My Sister's Future Buddhahood" : A Jataka of the Buddha's Lifetime as a Woman / Karen Derris -- Two Generations of Eminent Nepalese Nuns / Punyawati Guruma -- Brave Daughters of the Buddha : The Feminisms of the Burmese Buddhists Nuns / Cristina Bonnet-Acosta -- Pioneering Bhikkhunis in Contemporary Sri Lanka and Thailand / Tomomi Ito -- Bhikkhuni Ta Tao : Paving the Way for Future Generations / Bhikkhuni Dhammananda (Chatsumarn Kabilsingh) -- Eminent Nuns in Hue, Vietnam / Elise DeVido -- A Polar Star among Vietnamese Nuns : Bhikkhuni Nhu Thanh / Thich Nu Nhu Nguyet -- Bhikṣuṇi Tri Hai : A Scented Lotus Life / Thich Nu Huong Nhu -- Bhikṣuṇi Hiuwen : Enlightening Society by Institutionalizing Buddhist Education / Yu-chen Li -- Pongnyogwan : The Eminent Bhikṣuṇi of Cheju Island / Hyangsoon Yi -- A Resolute Vision of the Future : Hyechun Sunim's Founding of the National Bhikṣuṇi Association in Korea / Eun-su Cho -- From Mountain to Metropolis : Son Master Daehaeng's Teachings on Contemporary Buddhist Practice / Hyeseon Sunim -- The Importance of Jetsun Mingyur Paldron in the Development of Sikkimese Buddhism / Kalzang Dorjee Bhutia -- The Legacy of a Female Sikkimese Buddhist Teacher : The Lineage of Pelling Ani Wangdzin and Gendered Religious Experience in Modern Sikkim / Amy Holmes-Tagchungdarpa -- Kunzang Drolkar : A Delog in Eastern Tibet / Alyson Prude -- Courage as Eminence : Tibetan Nuns at Yarchen Monastery in Kham / Padma-ʼtsho -- Nuns, Dakinis, and Ordinary Women in the Revival of Mongolian Buddhism / Karma Lekshe Tsomo -- Mummy-la : The Life and Accomplishments of Freda Bedi / Tenzin Palmo -- Bhikṣuṇi Ruimiao : An Embodiment of Transcultural Values / Malia Dominica Wong -- What Is a Relevant Role Model? …”
    Click para texto completo desde fuera UPSA
    Click para texto completo desde UPSA
    Libro electrónico
  12. 6732
    Publicado 2013
    Tabla de Contenidos: “…Capitalising on a multicultural learning environment : using group work as a mechanism for student integration -- Exploring new frontiers in an internationalised classroom : team-based learning and reflective journals as innovative learning strategies -- Developing capability : international students in doctoral writing groups -- Feedback or feed forward? : supporting master's students through effective assessment to enhance future learning -- Internationalisation and quality in higher education : perspectives of English, Australian and Czech senior academics -- The challenges of multi-lingualism for international students in Denmark -- Engaging students in academic transitions : a case of two projects using student voice and technology to personalise the experience -- Business lessons without business : can arts-based training enhance cultural competence? …”
    Enlace del recurso
    Libro electrónico
  13. 6733
    Publicado 2017
    Tabla de Contenidos: “…Del Estatut a las leyes de desconexión: el dedo que escribe las tablas de la ley / Francisco Caamaño Domínguez -- La recomposición del sistema de partidos: crónica sentimental de un desamor / Gabriel Colomé García -- Cambio y continuidad: las dimensiones del sistema de partidos de Cataluña tras las elecciones autonómicas de 2015 / Pablo Oñate -- Análisis geográfico de los resultados del voto de 27-S / Carmen Ortega Villodres, José Manuel Trujillo Cerezo -- Lectura espacial de la competición política / María Pereira López -- Los líderes como facilitadores del posicionamiento de los lectores / Erika Jaraíz Gulías -- Campañas electorales y sus efectos: los comicios autonómicos de 2015 en Cataluña / Juan Montabes Pereira, Giselle García Hípola -- Agenda mediática y agenda política / Antón Losada Trabada, Paloma Castro Martínez --Cataluña desde la insatisfacción a la desafección / Xosé Luís Barreiro Rivas -- Análisis de los debates electorales: el procés como master frame / Paloma Castro Martínez, Elba Maneiro Crespo, Alejandro Peso Lago -- Análisis crítico de los discursos políticos en la campaña electoral / Laura Feijóo Vázquez, Adrián García Alonso -- De la nación primordial a la nación en proceso: la nueva identidad nacional catalana / Ángel Cazorla Martín, José Manuel Rivera Otero -- El espacio político del federalismo en Cataluña / Nieves Lagares Diez, Ramón Máiz Suárez -- Los componentes del voto / Nieves Lagares Diez…”
    >Texto completo en Biblioteca Virtual Tirant
    Libro electrónico
  14. 6734
    Publicado 2021
    Tabla de Contenidos: “…Intro -- Prólogo -- Las famosas "master* letters" -- Cartas al Maestro (a un desconocido recipiendario) -- circa 1861 -- Cartas (de amor) al juez Otis P. …”
    Libro electrónico
  15. 6735
    Publicado 2013
    Tabla de Contenidos: “…Yeats and Seamus Heaney -- A Select Checklist of the Writings of Alexander Norman Jeffares (1920-2005) -- 'Mastering What is Most Abstract': A Forum on A Vision -- A Vision (1925): A Review Essay -- Yeats and the New Physics -- Reviews -- 'A Law Indifferent to Blame or Praise': W. …”
    Electrónico
  16. 6736
    Publicado 2009
    Tabla de Contenidos: “…Now let us begin""; ""[XVI] 2. A master of egrets makes these flowers move""; ""[XVII] 3. …”
    Libro electrónico
  17. 6737
    Publicado 2018
    Tabla de Contenidos: “…Your eBay photo studio ; Mastering eBay photography ; Writing listings that sell, and using HTML ; Getting the most from your photos -- Extending Your Reach. …”
    Libro electrónico
  18. 6738
    Publicado 2022
    Tabla de Contenidos: “…Preface -- Acknowledgments -- Note on Transliteration and Translation -- Abbreviations -- Introduction -- Introduction: Approaching Saqṭ al-Zand : The Poetics of Engagement -- Part 1 The Poetics of Performance in the Late Classical Qaṣīdah -- 1 A Long Night’s Journey into Day: Nocturnal Passages and Celestial Journeys -- 1 Introduction -- 2 Section I : Nocturnes, or Lyric ‘Fragments’ -- 3 Section II : A Master Qaṣīdah with Nocturnal Raḥīl : A Long Night’s Journey into Day -- 2 Performative Poetics: The Art of Defense and the Art of Self-Defense -- 1 Introduction -- 2 Section I : The Art of Defense: Saqṭ al-Zand 15 Mīmiyyah -- 3 Section II : The Art of Self-Defense: Saqṭ al-Zand 16 Lāmiyyah -- 3 The Cooing of the Dove and the Cawing of the Crow: Elegy as Performance -- 1 Introduction -- 2 The Cooing of the Dove: Saqṭ al-Zand 43 Dāliyyah, Rithā’ to a Ḥanafī faqīh, Abū Ḥamzah -- 3 The Cawing of the Crow: Saqṭ al-Zand 60 Fāʾiyyah, Rithāʾ to al-Sharīf al-Ṭāhir al-Mūsawī -- 4 Yearning for Syria/Yearning for Baghdad: The Poetics of Longing and the Performance of Nostalgia -- 1 Introduction -- 2 SZ 58: Our Camels’ Yearning -- 3 Saqṭ al-Zand 66: Greetings Worthy of Kisrā and Tubbaʿ -- Part 2 Stylistic Poetics and Postclassical Aesthetics -- Introduction: Approaching Al-Luzūmiyyāt : The Poetics of Disengagement and Poetry as Programmatic Project -- 5 Irony, Archeology, and ‘Stopping at the Ruins’: Two Readings of the Ṭasmū Luzūmiyyah -- 1 Introduction -- 2 Section I : Irony, Archeology, and Stopping at the Ruins -- 3 Section II : Lexical Exile and the Tyranny of the Rhyme -- 4 Conclusion -- 6 Labīd, ʿAbīd, and Lubad: Lexical Excavation and the Reclamation of the Poetic Past in Al-Luzūmiyyāt -- 1 Introduction -- 2 Conclusion -- Conclusion: Beyond the Great Divide…”
    Libro electrónico
  19. 6739
    Publicado 2007
    Tabla de Contenidos: “…THE AUTOMATED GAME MANAGER; 15 The Instructor as Dungeon Master; 16 Automated Story Generation; PART FIVE: COMPLETING THE PYRAMID; 17 Game Play; 18 Evaluation and Testing; PART SIX: BUILDING THE IMMERSIVE ENVIRONMENT; 19 Content Scripting Tools; 20 Selecting Media and Platform: An Overview; 21 Immersive Desktop Experiences; 22 The Internet; 23 Interactive Video and Interactive Television; 24 Real-Time 3D Virtual Worlds; 25 Audio; 26 Simulation Integration…”
    Libro electrónico
  20. 6740
    Publicado 2007
    Tabla de Contenidos: “…CircuitsThe Ceiling; The Control Room; Audio Gear: Control Room; Video Gear; The Studio Complement; Camera Equipment; Audio Equipment; Stage Equipment; Support Areas; Entrance and Lobby; Office Space; Green Room; Dressing Rooms; Makeup; Hair; Wardrobe; Master Control/Tape Room; Tape Recording; Feeds; Library; Telecine; Graphics; The Audience; Screening Rooms; Conclusion; Review; Chapter 3: Who's Who; Preproduction; The Executives; Production/Program Assistants; The Director; The Production Manager; Operations/Scheduling; Engineering; Accounting; Set Designer; Art Director/Set Decorator…”
    Libro electrónico