Mostrando 5,441 - 5,460 Resultados de 9,986 Para Buscar 'Huntik~', tiempo de consulta: 1.56s Limitar resultados
  1. 5441
    Publicado 2019
    Tabla de Contenidos: “…Emerveillements -- L'homme, le monde, Dieu -- Les arts de la merveille à la Renaissance, automates, anatomies, "moi la matière de mon livre" -- "La merveille fit le Desir eveiller" (Peletier), plantes merveilleuses entre science et poésie -- Survivances, hantises et attractions du merveilleux chez Giordano Bruno -- Las maravillas de la angelologfa medieval a principios de la modernidad hacfa una antropologfa nueva -- Pt. 2. …”
    Libro electrónico
  2. 5442
    Publicado 2022
    Tabla de Contenidos: “…West-Central African Diversity from the Stone Age to the Iron Age, Continuities and Transitions -- 1 Introduction -- 2 Climatic Changes -- 3 Hunter-Gatherers -- 4 Genetic Background of Hunter-Gatherers -- 5 Probable Interaction between Late Hunter-Gatherers and the Earliest Villagers -- 6 Rock art -- 7 Interaction among Early Villagers -- 8 Iron Working -- 9 Cultural Transitions -- 10 The Okala Group -- 11 The Oveng Group -- 12 The Nandá and Angondjé Groups -- 13 The Nandá Group -- 14 The Angondjé Group -- 15 Conclusions -- References -- 4. …”
    Libro electrónico
  3. 5443
    por Chambers, Mike
    Publicado 2007
    Tabla de Contenidos: “…Introducing the Apollo Runtime; 1.4. Primary Apollo Technologies; 1.4.1.2. …”
    Libro electrónico
  4. 5444
    Publicado 2012
    Libro electrónico
  5. 5445
    Publicado 2009
    “…Durante los duros momentos de una huelga general, Henrik, un humilde estudiante de teología, conoce a una chica de una familia de clase alta a la que todos adoran, sobre todo su padre. …”
    DVD
  6. 5446
    por Fontana, Josep, 1931-2018
    Publicado 2017
    “…A lo largo de los años setenta, sin embargo, al tiempo que se hundía el poder soviético y que el comunismo dejaba de ser una amenaza interna, esa trayectoria cambió para dar paso a la reconquista del poder por las clases dominantes y a una fase de retroceso social que nos ha llevado al triunfo actual de la desigualdad. …”
    Libro
  7. 5447
  8. 5448
    Publicado 2024
    Libro
  9. 5449
    Publicado 2023
    “…La excelencia académica, divisa del profesor Carmelo Lozano Serrano, es la estrella polar de los autores que participan en la presente obra con colaboraciones alineadas con las líneas de investigación sobre el Derecho financiero y tributario que le preocuparon y le ocuparon a lo largo de su vida y que, pese a hundir sus raíces en los temas clásicos de esta disciplina, se proyectan sobre cuestiones tributarias de actualidad suscitadas en un contexto de nuevas realidades sociales y económicas anudadas a la globalización, la digitalización, la inteligencia artificial o el cambio climático en el que se generan manifestaciones de riqueza cada vez más evanescentes. -- En particular, cuestiones que arrancan -en la parte primera y segunda- con temas relacionados con el concepto y principios constitucionales ordenadores del tributo y de las prestaciones patrimoniales de carácter público. …”
    Libro
  10. 5450
    Publicado 2021
    Tabla de Contenidos:
    Libro electrónico
  11. 5451
    Publicado 2004
    Tabla de Contenidos: “…5.3.3 Business integration based on Web services -- 5.4 Building a runtime and development environment -- 5.4.1 Installing and configuring WebSphere Application Server -- 5.5 Overview of implemented scenarios -- 5.6 Scenario 1: Router-initiated integration -- 5.6.1 Implementation steps -- 5.6.2 Connector configuration -- 5.6.3 Create and deploy a user project -- 5.6.4 Generate deploy code -- 5.6.5 Create a test server in Studio -- 5.6.6 Test end-to-end solution -- 5.7 Scenario 2: Application-initiated integration -- 5.7.1 Implementation steps -- 5.7.2 Database configuration -- 5.7.3 Create service project -- 5.7.4 Create the Enterprise JavaBean -- 5.7.5 Create the message-driven bean -- 5.7.6 Updating the test server configuration -- 5.7.7 Deployment to WebSphere Application Server and testing -- 5.8 The Adapter Monitor perspective -- 5.9 WebSphere Application Server deployment and runtime operations -- 5.10 Summary -- Chapter 6. …”
    Libro electrónico
  12. 5452
    Publicado 2019
    Tabla de Contenidos: “…Intro -- Elixir in Action -- Copyright -- brief contents -- contents -- praise for the first edition -- front matter -- preface -- acknowledgments -- about this book -- Who should read this book -- How this book is organized -- About the code -- Book Forum -- about the author -- about the cover illustration -- 1 First steps -- 1.1 About Erlang -- 1.1.1 High availability -- 1.1.2 Erlang concurrency -- 1.1.3 Server-side systems -- 1.1.4 The development platform -- 1.2 About Elixir -- 1.2.1 Code simplification -- 1.2.2 Composing functions -- 1.2.3 The big picture -- 1.3 Disadvantages -- 1.3.1 Speed -- 1.3.2 Ecosystem -- Summary -- 2 Building blocks -- 2.1 The interactive shell -- 2.2 Working with variables -- 2.3 Organizing your code -- 2.3.1 Modules -- 2.3.2 Functions -- 2.3.3 Function arity -- 2.3.4 Function visibility -- 2.3.5 Imports and aliases -- 2.3.6 Module attributes -- 2.3.7 Comments -- 2.4 Understanding the type system -- 2.4.1 Numbers -- 2.4.2 Atoms -- 2.4.3 Tuples -- 2.4.4 Lists -- 2.4.5 Immutability -- 2.4.6 Maps -- 2.4.7 Binaries and bitstrings -- 2.4.8 Strings -- 2.4.9 First-class functions -- 2.4.10 Other built-in types -- 2.4.11 Higher-level types -- 2.4.12 IO lists -- 2.5 Operators -- 2.6 Macros -- 2.7 Understanding the runtime -- 2.7.1 Modules and functions in the runtime -- 2.7.2 Starting the runtime -- Summary -- 3 Control flow -- 3.1 Pattern matching -- 3.1.1 The match operator -- 3.1.2 Matching tuples -- 3.1.3 Matching constants -- 3.1.4 Variables in patterns -- 3.1.5 Matching lists -- 3.1.6 Matching maps -- 3.1.7 Matching bitstrings and binaries -- 3.1.8 Compound matches -- 3.1.9 General behavior -- 3.2 Matching with functions -- 3.2.1 Multiclause functions -- 3.2.2 Guards -- 3.2.3 Multiclause lambdas -- 3.3 Conditionals -- 3.3.1 Branching with multiclause functions -- 3.3.2 Classical branching constructs…”
    Libro electrónico
  13. 5453
    Publicado 2005
    Tabla de Contenidos: “…3.4 Starting the SMF Bundle Server -- 3.5 Starting the SMF Runtime -- 3.6 Stopping the SMF Bundle Server -- 3.7 Stopping the SMF Runtime -- 3.8 Submitting bundles to the SMF bundle server -- 3.9 Installing bundles into the SMF Runtime -- 3.10 Removing bundles from the SMF bundle server -- 3.11 Uninstalling bundles from the SMF Runtime -- Chapter 4. …”
    Libro electrónico
  14. 5454
    Publicado 2010
    Tabla de Contenidos: “…Dunbar -- The gap is social : human shared intentionality and culture / Michael Tomasello and Henrike Moll -- The evolution and development of human social cognition / David F. …”
    Libro
  15. 5455
    Publicado 2016
    Tabla de Contenidos: “…Auty -- In situ examination of Lactobacillus brevis after exposure to an oxidizing disinfectant / Yu Zhao, Susanne Knøchel and Henrik Siegumfeldt -- Laser-induced speckle scatter patterns in Bacillus colonies / Huisung Kim, Atul K. …”
    Electrónico
  16. 5456
    Publicado 1991
    Tabla de Contenidos: “…Instrumentum lexicographicum 497 -- 7. Nuntii 499 -- 8. Indices 500 -- - Index codicum manuscriptorum 500 -- - Index nominum 501.…”
    Libro electrónico
  17. 5457
    Publicado 2012
    Tabla de Contenidos: “…Liao Mathematical Modeling of Brain Circuitry during Cerebellar Movement Control; Henrik Jorntell, Per-Ola Forsberg, Fredrik Bengtsson, and Rolf Johansson Development of Hand Rehabilitation System Using Wire-Driven Link Mechanism for Paralysis Patients; Hiroshi Yamaura1, Kojiro Matsushita, Ryu Kato, and Hiroshi Yokoi A Test Environment for Studying the Human-Likeness of Robotic Eye Movements Index…”
    Libro electrónico
  18. 5458
    Publicado 2021
    Tabla de Contenidos: “…Part 1: Introducing C# and .NET 5 -- 1: Introducing C# and .NET (Core) 5 -- 2: Building C# Applications -- Part 2: Core C# Programming -- 3: Core C# Programming Constructs, Part 1 -- 4: Core C# Programming Constructs, Part 2 -- Part 3: Object Oriented Programming with C# -- 5: Understanding Encapsulation -- 6: Understanding Inheritance and Polymorphism -- 7: Understanding Structured Exception Handling -- 8: Working with Interfaces -- 9: Understanding Object Lifetime -- Part 4: Advanced C# Programming -- 10: Collections and Generics -- 11: Advanced C# Language Features -- 12: Delegates, Events, and Lambda Expressions -- 13: LINQ To Objects -- 14: Processes, AppDomains, and Load Contexts -- 15: Multithreaded, Parallel, and Async Programming -- Part 5: Programming with .NET Core Assemblies -- 16: Building and Configuring Class Libraries -- 17: Type Reflection, Late Binding, and Attribute-Based Programming -- 18: Dynamic Types and the Dynamic Language Runtime -- 19: Understanding CIL and the Role of Dynamic Assemblies -- Part 6: File Handling, Object Serialization, and Data Access -- 20: File I/O and Object Serialization -- 21: Data Access with ADO.NET -- Part 7: Entity Framework Core -- 22: Introducing Entity Framework Core -- 23: Build a Data Access Layer with Entity Framework Core -- Part 8: Windows Client Development -- 24: Introducing Windows Presentation Foundation and XAML -- 25: WPF Controls, Layouts, Events, and Data Binding -- 26: WPF Graphics Rendering Services -- 27: WPF Resources, Animations, Styles, and Templates -- 28: WPF Notifications, Validations, Commands, and MVVM -- Part 9: ASP.NET Core -- 29: Introducing ASP.NET Core -- 30: RESTful Services with ASP.NET Core -- 31: MVC Applications with ASP.NET Core…”
    Libro electrónico
  19. 5459
    Publicado 2014
    Tabla de Contenidos: “…Quaternions Revisited; 2. glTF: Designing an Open-Standard Runtime Asset Format…”
    Libro electrónico
  20. 5460
    Publicado 2015
    Tabla de Contenidos:
    Libro electrónico