Mostrando 128,181 - 128,200 Resultados de 129,566 Para Buscar 'Jebús~', tiempo de consulta: 1.49s Limitar resultados
  1. 128181
    por Favard, Florent
    Publicado 2022
    “…Comment les scénaristes parviennent à jongler entre improvisation et planification du récit ? Au-delà des débuts souvent hésitants et des fins difficiles à prévoir, c’est toute l’immensité de ces œuvres hors-normes qui est analysée à partir de séries culte des années 1990 à nos jours. …”
    Electrónico
  2. 128182
    por Rai, Vinay
    Publicado 2007
    “…This colorful, lively, forward-looking account of India's stunning world debut is essential reading for anyone who wants to understand India's new muscle on the global stage.- One out of every six people in the world lives in India.- India's top trading partner is the United States.- India is the fastest-growing free market economy.- India is the world's top destination for retailers.- India has the world's youngest workforce (over 500 million under twenty-five)…”
    Grabación no musical
  3. 128183
    Publicado 2020
    “…But that's also when it's most needed; that's when it can defuse anger and even violence, when it can restore civility in our personal and virtual interactions. …”
    Grabación no musical
  4. 128184
    Publicado 2021
    “…You’ll explore: The value of practicing observability when delivering and managing complex cloud native applications and systems The impact observability has across the entire software engineering cycle Software ownership: how different functional teams help achieve system SLOs How software developers contribute to customer experience and business impact How to produce quality code for context-aware system debugging and maintenance How data-rich analytics can help you find answers quickly when maintaining site reliability…”
    Libro electrónico
  5. 128185
    Publicado 2022
    “…You'll quickly learn a variety of tasks they can help you solve. Build, debug, and optimize transformer models for core NLP tasks, such as text classification, named entity recognition, and question answering Learn how transformers can be used for cross-lingual transfer learning Apply transformers in real-world scenarios where labeled data is scarce Make transformer models efficient for deployment using techniques such as distillation, pruning, and quantization Train transformers from scratch and learn how to scale to multiple GPUs and distributed environments…”
    Libro electrónico
  6. 128186
    por Pochet, Bernard. auteur
    Publicado 2023
    “…Il n’en est pas pour autant limité aux seuls débutants. L’idée est de revenir aux fondamentaux et donc de ne pas essayer de reproduire coûte que coûte tout ce qui est possible avec un traitement de texte classique (dont on peut se passer). …”
    Libro electrónico
  7. 128187
    Publicado 2019
    “…Glycosides have been isolated from species as diverse as algae, fungi, anthozoans, and echinoderms. Even fish of the genus Pardachirus produce glycosides, which they use as shark repellents.The major interest in these compounds as potential drugs stems from their broad spectrum of biological effects. …”
    Libro electrónico
  8. 128188
    Publicado 2021
    “…Most of these crops belong to the genus Brassica, which includes common crops such as oilseeds (oilseed rape, mustard) and vegetables (broccoli, cauliflower, brussels sprouts, cabbage, turnip, Chinese cabbage, etc.). …”
    Libro electrónico
  9. 128189
    por Rangisetti, Anil Kumar
    Publicado 2023
    “…By the end of this simulation book, you'll be able to use ns-3 to implement, analyze, debug, and evaluate the performance of wired or wireless networks, as well as setting up custom test scenarios…”
    Libro electrónico
  10. 128190
    Publicado 2024
    “…You’ll also understand error messages and resolve problems in Connectors and Data flows with the debugging capabilities of ADF. Two new chapters covering Azure Data Explorer and key best practices have been added, along with new recipes throughout. …”
    Libro electrónico
  11. 128191
    Publicado 2014
    “…. / The motions of his spirit are dull as night, / and his affections dark as Erebus". Revealing Ravel: science tells Boléro Musical play for narrative voice, multimedia and orchestra with music by Maurice Ravel Symphonic Orchestra "L. …”
    Libro electrónico
  12. 128192
    Publicado 2024
    Tabla de Contenidos: “…Writing to an array -- Exercise 4.05 - Writing to an array -- Looping over an array -- Exercise 4.06 - Looping over an array using a "for i" loop -- Modifying the contents of an array in a loop -- Exercise 4.07 - Modifying the contents of an array in a loop -- Activity 4.01 - Filling an array -- Slices -- Exercise 4.08 - Working with slices -- Appending multiple items to a slice -- Exercise 4.09 - Appending multiple items to a slice -- Creating slices from slices and arrays -- Exercise 4.10 - Creating slices from a slice -- Understanding slice internals -- Exercise 4.11 - Using make to control the capacity of a slice -- Background behavior of slices -- Exercise 4.12 - Controlling internal slice behavior -- Map fundamentals -- Exercise 4.13 - Creating, reading, and writing a map -- Reading from maps -- Exercise 4.14 - Reading from a map -- Activity 4.02 - Printing a user's name based on user input -- Activity 4.03 - Slicing the week -- Deleting elements from a map -- Exercise 4.15 - Deleting an element from a map -- Activity 4.04 - Removing an element from a slice -- Simple custom types -- Exercise 4.16 - Creating a simple custom type -- Structs -- Exercise 4.17 - Creating struct types and values -- Comparing structs to each other -- Exercise 4.18 - Comparing structs to each other -- Struct composition using embedding -- Exercise 4.19 - Struct embedding and initialization -- Activity 4.05 - Creating a locale checker -- Type conversions -- Exercise 4.20 - Numeric type conversions -- Type assertions and interface{} -- Exercise 4.21 - Type assertions -- Type switch -- Exercise 4.22 - Type switch -- Activity 4.06 - Type checker -- Summary -- Part 2: Components -- Chapter 5: Functions - Reduce, Reuse, and Recycle -- Technical requirements -- Introduction -- Functions -- Parts of a function -- The checkNumbers function…”
    Libro electrónico
  13. 128193
    Publicado 2024
    “…Advanced chapters extend your expertise, covering topics such as extending LLVM with a new pass, using LLVM tools for debugging, and enhancing the quality of your code. …”
    Libro electrónico
  14. 128194
    Publicado 2024
    Tabla de Contenidos: “…Use examples and context -- Prioritize security -- Keep learning -- Keep your tools updated -- Be mindful of AI's limitations -- Chapter 6 Formatting and Improving Your Code -- Using AI Tools for Code Formatting -- Setting up your formatting tools -- Using Prettier to automate code formatting -- Refactoring with AI -- Recognizing code smells -- Dispensables -- Bloaters -- Abusers -- Couplers -- Change preventers -- Additional categories of code smells -- Detecting code smells with Copilot -- Refactoring safely -- Generating Refactoring Suggestions -- Setting event listeners correctly -- Removing the magic number -- Reducing global data -- Fixing long functions -- Fixing inconsistent naming -- Lack of comments -- Making AI play tic-tac-toe better -- Chapter 7 Finding and Eliminating Bugs -- Knowing Your Bugs -- Strategies for detecting bugs -- Identifying common types of bugs -- AI-assisted bug reporting with Jam -- Preventing Bugs with Linting -- Installing a linter -- Installing the ESLint extension -- Fixing your code with a linter -- Combining linting with AI -- Changing the rules -- Detecting Bugs with AI -- Automating Bug Fixes with AI -- Introducing Snyk -- Executing automated bug fixes -- Verifying automated bug fixes -- Knowing when to automate -- Chapter 8 Translating and Optimizing Code -- Translating Code to Other Languages -- Preparing your code for translation -- Exploring translation strategies -- Translating a complete program using GPT-4 -- Verifying translated code -- Optimizing Your Code with AI -- Getting code optimization suggestions -- Avoiding premature optimization -- Part 3 Testing, Documenting, and Maintaining Your Code -- Chapter 9 Testing Your Code -- Writing a Test Plan -- Deciding between formal and agile -- Stepping through the test planning process -- Understanding the role of AI in test planning…”
    Libro electrónico
  15. 128195
    Publicado 2024
    “…Throughout this course, you will explore a multitude of AWS services, dive into hands-on exercises, and learn best practices for developing, deploying, and debugging cloud-based applications on AWS. You will also navigate the vast landscape of AWS SDKs and APIs and understand how to leverage them effectively. …”
    Vídeo online
  16. 128196
    por Villalobos Alva, Jalil
    Publicado 2024
    “…This second edition introduces the latest LLM Wolfram capabilities, delves into the exploration of data types in Mathematica, covers key programming concepts, and includes code performance and debugging techniques for code optimization. You’ll gain a deeper understanding of data science from a theoretical and practical perspective using Mathematica and the Wolfram Language. …”
    Libro electrónico
  17. 128197
    Publicado 2021
    “…It is also unique in dramatizing the contradictory nature of divinities in China through narrating the parallel lives of Chen Jinggu and her spirit double/rival, the White Snake demon who is born as her twin, battles with her over the body of her husband, kills her through devouring her fetus, and finally becomes her spirit mount. This unabridged, annotated translation provides insights into late imperial Chinese religion, the lives of women in the period, and, more broadly, the structure of families and local society"--…”
    Libro electrónico
  18. 128198
    Publicado 2023
    “…Final sections examine techniques for software testing and code reuse specific to Cortex-M microcontrollers. Users will learn the key differences between the Cortex-M0/M0+/M3 and M4 and M7; how to write C programs to run on Cortex-M based processors; how to make the best use of the CoreSight debug system; the Cortex-M operating modes and memory protection; advanced software techniques that can be used on Cortex-M microcontrollers, and much more. …”
    Libro electrónico
  19. 128199
    por Chalamet, Christophe
    Publicado 2015
    “…Tous deux insistent dès le début des années 1920 sur l'« impossible possibilité » de cette entreprise. …”
    Libro
  20. 128200
    Publicado 2015
    “…Le thème de ce livre peut sembler incongru en ce début de xxie siècle, habitué à l’annonce multiforme de la fin de l’homme et nourri d’odyssées paléontologiques dont la portée est comparable à celle d’une philosophie première. …”
    Libro