Mostrando 52,201 - 52,220 Resultados de 52,322 Para Buscar 'WOMAD~', tiempo de consulta: 1.09s Limitar resultados
  1. 52201
  2. 52202
  3. 52203
  4. 52204
    Publicado 2012
    Libro
  5. 52205
  6. 52206
    por Affolter, Jehanne
    Publicado 2019
    “…Die vorliegenden Untersuchungen decken einen weiten Zeitraum vom Paläolithikum bis in die Gegenwart ab und gehen verschiedensten Themen nach, die die Vielseitigkeit und die Aufgeschlossenheit der Persönlichkeit Jean-Paul Thevenots hervorragend widerspiegeln. This book is a homage paid by forty researchers to our colleague Jean-Paul Thevenot, appreciated for his human...…”
    Electrónico
  7. 52207
    Publicado 2017
    Tabla de Contenidos: “…. -- Chapter 4: Working with Functors, Applicatives, and Monads -- Introduction -- Working with Functors -- How to do it... -- How it works... -- Binary tree as Functor -- How to do it... -- How it works... -- Working with Applicatives -- How to do it... -- How it works... -- Binary tree as Applicative -- How to do it... -- How it works... -- Working with monad -- How to do it... -- How it works... -- There's more... -- List as monad -- How to do it... -- How it works... -- Working with IO monad -- How to do it... -- How it works... -- Writing INI parser -- How to do it... -- How it works... -- Errors and exception handling -- How to do it... -- How it works... -- Chapter 5: More about Monads -- Introduction -- Writing a State Monad -- How to do it... -- How it works... -- Computing a fibonacci number with State Monad -- How to do it... -- How it works... -- Writing a State Monad transformer -- How to do it... -- How it works... -- Working with the Reader monad transformer -- How to do it... -- How it works... -- Working with the Writer monad transformer -- Getting ready -- How to do it... -- How it works... -- Combining monad transformers -- How to do it... -- How it works…”
    Libro electrónico
  8. 52208
    Publicado 2014
    “…You want to explore functional programming, but are put off by the academic feel (tell me about monads just one more time). You know you need concurrent applications, but also know these are almost impossible to get right. …”
    Libro electrónico
  9. 52209
    Publicado 2017
    “…By stepping inside others’ images, you can learn to reverse engineer their creation, then build an image that simultaneously pays homage to that work and is also an original creation itself.Glyn begins by covering the process of "stealing ideas" and finding inspiration. …”
    Libro electrónico
  10. 52210
    Publicado 2018
    Tabla de Contenidos: “…Chapter 7: The Idea of the Type Classes -- Rich Wrapper pattern -- Motivation -- Implicit conversions -- Rich Wrapper -- The Type Class pattern -- Interpretation of the Type Class pattern -- Injectable interfaces -- Toolboxes -- Type classes in different languages -- Summary -- Questions -- Chapter 8: Basic Type Classes and Their Usage -- A motivation for organizing type classes into systems and libraries -- The Cats library for purely functional programming -- The structure of the library -- Core -- Type class hierarchy -- Abstract methods -- Concrete methods -- Laws -- Syntax -- Instances -- Data -- Infrastructure synergy -- Type classes -- Monad -- Writer effect type -- The tailRecM method -- Functor -- Applicative -- Motivation -- Applicative type class -- Implementation of the type class -- Monoid -- Implementation for Either -- MonoidK -- Traverse -- Summary -- Questions -- Chapter 9: Libraries for Pure Functional Programming -- Cats effect -- ProductR -- IO - the concurrence data type -- Referential transparency -- Inversion of control -- Asynchrony with IO -- Blocking example -- Concurrency infrastructure -- Running tasks in bunches -- Heavy load with blocking -- Synchronous tasks -- Constructing asynchronous tasks -- Asynchronous API -- Asynchronous example -- Fibers -- The computation -- IO combination without Fibers -- IO combination with Fibers -- Canceling Fibers -- Bracket -- Server-side programming -- The architecture of a server-side application -- Communication protocol -- The software architecture of a server -- Example specification -- Orchestration and infrastructure -- Docker -- Docker-compose -- Dockerfiles -- Backend architecture -- Model -- Database layer -- Server-side programming -- Querying the server -- Summary -- Questions -- Chapter 10: Patterns of Advanced Functional Programming -- Monad Transformers…”
    Libro electrónico
  11. 52211
    Publicado 2017
    “…Function literals, Monads, Lazy evaluation, Currying, and more About This Book Write concise and maintainable code with streams and high-order functions Understand the benefits of currying your Golang functions Learn the most effective design patterns for functional programming and learn when to apply each of them Build distributed MapReduce solutions using Go Who This Book Is For This book is for Golang developers comfortable with OOP and interested in learning how to apply the functional paradigm to create robust and testable apps. …”
    Libro electrónico
  12. 52212
    Publicado 2016
    “…By the end, you'll think about application design in a fresh new way, and you may even grow to appreciate monads! In complex web applications, the low-level details of your JavaScript code can obscure the workings of the system as a whole. …”
    Grabación no musical
  13. 52213
    por Tanzella-Nitti, Giuseppe, 1955-
    Publicado 2018
    “…Tale impostazione fa di questa "Teologia fondamentale in contesto scientifico" un laboratorio della fede capace di accogliere le domande provenienti dalla cultura contemporanea, segnata non solo dalla conclusione della parabola della modernità, ma anche dall'affermazione di un pensiero tecnico-scientifico destinato ad influire sempre più sul futuro della società e della Chiesa, un pensiero del quale si pongono in luce non solo le sfide, ma anche le potenzialità e le legittime istanze veritative. …”
    Libro
  14. 52214
    Publicado 2018
    “…Die Einbeziehung der zeitlichen Domäne ermöglicht im Gegensatz zu segmentalen Ansätzen die Abbildung natürlicher Variabilität. …”
    Libro electrónico
  15. 52215
    Publicado 2012
    “…Real-world advice for entrepreneurial and business success…”
    Libro electrónico
  16. 52216
    Publicado 2018
    “…Topics include: From an OO design pattern to a functional foundation Building more functional concepts The power of combinations and modifications Working with pure functions Streams API Advanced patterns and exception handling Learn How To Approach Java in a more functional way rather than an object-oriented approach Use advanced Java syntax features: nested and inner classes, anonymous inner classes, and lambda expressions Define simple generic methods, increasing the generality of your code Compose and adapt functions, allowing fine-grained reuse of code and avoid duplication Create software with dynamically variable rather than fixed behavior Understand the benefits of, and write software using pure functions Understand and use the Java 8 Streams API, including the monad concept, reduce and collect operations, and the parallel execution of Streams Handle exceptions, both checked and unchecked, in Stream processing, and other situations where exceptions would break the system either compile or runtime. …”
    Video
  17. 52217
    Publicado 2009
    “…Before Patrick joined Cisco, he worked for Covad Communications as a VoIP security engineer focusing on the design and deployment of secure network architectures and lawful interception (CALEA). …”
    Libro electrónico
  18. 52218
    Publicado 2022
    “…What you will learn Use Python's libraries to avoid the complexities of state-changing classes Leverage built-in higher-order functions to avoid rewriting common algorithms Write generator functions to create lazy processing Design and implement decorators for functional composition Make use of Python type annotations to describe parameters and results of functions Apply functional programming to concurrency and web services Explore the PyMonad library for stateful simulations Who this book is for The functional paradigm is very useful for programmers working in data science, but any Python developer who wants to create more reliable, succinct, and expressive code will have much to learn from this book. …”
    Libro electrónico
  19. 52219
    Publicado 2021
    “…Y es que, en este entorno tan confuso, incierto y cambiante, nadie parece tener la última palabra. -- Comares…”
    Libro
  20. 52220
    Publicado 2018
    “…Tra l’autunno del Medioevo e le soglie della contemporaneità queste domande ricorrono frequentemente negli scritti, nei discorsi e perfino nella prassi politica e pastorale di trattatisti laici e di teologi, di religiosi e grandi prelati. …”
    Libro