Mostrando 21 - 40 Resultados de 331 Para Buscar '"Callback"', tiempo de consulta: 0.08s Limitar resultados
  1. 21
    Publicado 2015
    Tabla de Contenidos: “…Asynchronous JavaScript""; ""Callbacks""; ""Asynchronous JavaScript""; ""Run to Completion and the Event Loop""; ""Summary""; ""Chapter 2. …”
    Libro electrónico
  2. 22
    Publicado 2024
    “…"Introduces readers to the most common components of EDR systems, including function hooking, callback notifications, Event Tracing for Windows, and filesystem minifilters, by explaining how they are implemented and how they collect various data points. …”
    Libro electrónico
  3. 23
    Publicado 2018
    Tabla de Contenidos: “…Summarizing -- Adding AJAX calls -- An even bigger solution -- Summary -- Chapter 3: Asynchronous Programming -- The callback pattern -- The callback pattern on the web -- The callback pattern in Node.js -- Problems with structuring async code - callback hell -- Promises -- Thenables -- Handling rejected promises -- Chaining - dealing with several promises -- Asynchronous libraries -- Async library -- async.map() -- async.parallel() -- async.series() -- Async/await -- Summary -- Chapter 4: Functional Reactive Programming -- Functional programming versus imperative programming -- Imperative programming versus declarative programming -- First-class higher-order functions -- Pure functions -- Recursion -- No more loops -- Reoccurring pattern -- Summarise -- Count -- Width -- Asynchronous data streams -- Comparing lists to async streams - preparing for RxJS -- Combining the functional programming paradigm with streams -- Projection -- Filtering -- Combining mindsets -- Summary -- Chapter 5: RxJS Basics -- Observer pattern -- RxJS core concepts -- Observable and Observer -- Producer -- Observable error and completion -- Operator -- Creating Observables -- Creation operators -- of() -- interval() -- from() -- fromEvent() -- bindCallback() -- Cleanup -- Subscriptions -- Creating a core implementation of RxJS -- Implementing create() -- Handling subscriptions -- Adding operators -- Revisiting the basics, adding errors, and complete -- Summary -- Chapter 6: Manipulating Streams and Their Values -- Starting out -- Understanding operators -- Stream in a stream -- AJAX -- fetch() -- ajax() operator -- Cascading calls -- A deeper look -- Creation operators -- of() operator -- from() operator -- range() operator -- fromEvent() operator -- Combination -- merge() operator -- combineLatest() -- zip() -- concat() -- Mathematical -- max -- min -- sum -- Time…”
    Libro electrónico
  4. 24
    por Keith, Mike. author
    Publicado 2013
    Tabla de Contenidos: “…""Putting It All Together""""Packaging It Up""; ""Persistence Unit""; ""Persistence Archive""; ""Summary""; ""Chapter 3: Enterprise Applications""; ""Application Component Models""; ""Session Beans""; ""Stateless Session Beans""; ""Defining a Stateless Session Bean""; ""Lifecycle Callbacks""; ""Stateful Session Beans""; ""Defining a Stateful Session Bean""; ""Lifecycle Callbacks""; ""Singleton Session Beans""; ""Defining a Singleton Session Bean""; ""Lifecycle Callbacks""; ""Servlets""; ""Dependency Management and CDI""; ""Dependency Lookup""; ""Dependency Injection""; ""Field Injection""…”
    Libro electrónico
  5. 25
    Publicado 2015
    Tabla de Contenidos: “…Using Functional InheritanceMonkey-Patching; Summary; Part II: Testing Pattern-Based Code; Chapter 4: Reviewing the Benefits of Patterns; Case Study; Producing More Elegant Code by Using a Broader Vocabulary; Producing Reliable Code with Well-Engineered, Well-Tested Building Blocks; Summary; Chapter 5: Ensuring Correct Use of the Call back Pattern; Understanding the Pattern Through Unit Tests; Writing and Testing Code That Uses Callback Functions; Writing and Testing Callback Functions; Avoiding Problems; Flattening the Callback Arrow; Minding this; Summary…”
    Libro electrónico
  6. 26
    por Gandhi, Raju. author
    Publicado 2019
    Tabla de Contenidos: “…Iterable Sequences with Generators and Iterators -- 10. Avoiding Callbacks with Promises -- 11. Many of a Kind with Classes -- 12. …”
    Libro electrónico
  7. 27
    Publicado 2021
    Tabla de Contenidos: “…Cover -- Copyright -- Contributors -- Table of Contents -- Preface -- Section 1: Building a Dash App -- Chapter 1: Overview of the Dash Ecosystem -- Technical requirements -- Setting up your environment -- Exploring Dash and other supporting packages -- The different packages that Dash contains -- Understanding the general structure of a Dash app -- Creating and running the simplest app -- Adding HTML and other components to the app -- Adding HTML components to a Dash app -- Learning how to structure the layout and managing themes -- Themes -- Grid system and responsiveness -- Prebuilt components -- Encoded colors -- Adding Dash Bootstrap components to our app -- Summary -- Chapter 2: Exploring the Structure of a Dash App -- Technical requirements -- Using Jupyter Notebooks to run Dash apps -- Isolating functionality for better management and debugging -- Creating a standalone pure Python function -- The id parameter of Dash components -- Dash inputs and outputs -- Determining your inputs and outputs -- Specifying your callback function -- Implementing the callback -- Incorporating the function into the app -- Properties of Dash's callback functions -- Summary -- Chapter 3: Working with Plotly's Figure Objects -- Technical requirements -- Understanding the Figure object -- Getting to know the data attribute -- Getting to know the layout attribute -- Interactively exploring the Figure object -- Configuration options for the Figure object -- Exploring the different ways of converting figures -- Converting figures into HTML -- Converting figures into images -- Plotting using a real dataset -- Data manipulation as an essential part of the data visualization process -- Making the chart interactive with a callback function -- Adding the new functionality to our app -- Theming your figures -- Summary…”
    Libro electrónico
  8. 28
    Publicado 2015
    “…As part of the ""You Don't Know JS"" series, this concise yet in-depth guide focuses on new asynchronous features and performance techniques-including Promises, generators, and Web Workers-that let you create sophisticated single-page web applications and escape callback hell in the process. Like other books in this series, You Don't Know JS: Async & Performance dives into trickier parts of the language that many JavaScript programmers simply avoid. …”
    Libro electrónico
  9. 29
    Publicado 2023
    “…Over the course duration, we will explore JSX and components state and props, event handling, and built-in hooks (for example, useState, useEffect, useCallback, and useRef). We will then work with forms and validations and handle form data. …”
    Video
  10. 30
    Publicado 2017
    “…Through this activity, you can learn about these technologies: IBM SDK for Node.js Eclipse Orion Web IDE Use asynchronous callback Create an Express application Build a rich user interface application by using AngularJS based in Node.js This book is for beginner and experienced developers who want to start coding Node.js applications on IBM Bluemix…”
    Libro electrónico
  11. 31
    Publicado 2022
    “…You'll get to know all the major parts of the core framework, such as: The Spring container and how it manages your beans for you and delivers a flexible runtime environment for applications The concept of dependency injection--how it works and how it is applied in Spring Inversion of Control--what it is and why it's so useful Spring property management and how to manage application properties and state Profiles in Spring and how they are used and applied Proxies and proxying--and how they work to magically do things such as making service methods transactional The various lifecycle and callback interfaces and events you need to know to integrate with and access lower-level components of the Spring container Spring JDBC and how to work with databases Working with Spring Aspects to apply Aspect Oriented Programming in the container Spring MVC and web application development with Spring and much much more!…”
    Video
  12. 32
    por Black, David A.
    Publicado 2014
    Tabla de Contenidos: “…Callable and runnable objects -- 15. Callbacks, hooks, and runtime introspection…”
    Libro electrónico
  13. 33
    por Stefanov, Stoyan
    Publicado 2008
    Tabla de Contenidos: “…Encode/Decode URIseval(); A Bonus-the alert() Function; Scope of Variables; Functions are Data; Anonymous Functions; Callback Functions; Callback Examples; Self-invoking Functions; Inner (Private) Functions; Functions that Return Functions; Function, Rewrite Thyself!…”
    Libro electrónico
  14. 34
    Publicado 2023
    “…You will also understand advanced concepts such as event loops, setTimeout and setInterval, callbacks and callback hell, promises, async await, and Fetch API with examples. …”
    Video
  15. 35
    Publicado 2015
    Tabla de Contenidos: “…Variable typesPROGMEM and F() strings; Pointers; Serial port setup; The xbee-arduino library; Creating the sketch; Sending and receiving data; Sending data; The ZBTxRequest objects; Creating the sketch; Blocking and polling; Running the sketch; Callbacks; Callback types; Callback limitations; Receiving data; The ZBRxResponse objects; Creating the sketch; Collecting sensor data; Reading a DHT22 sensor; Handling packets using binary.h; Building and sending a packet; Constructing a packet using binary.h; Creating the sketch; Receiving and parsing a packet; Parsing a packet using binary.h…”
    Libro electrónico
  16. 36
    Publicado 2003
    Tabla de Contenidos: “…Access-RejectAccess-Challenge; Shared Secrets; Attributes and Values; Attributes; Attribute types; Vendor-specific attributes; Values; Dictionaries; Authentication Methods; PAP; CHAP; Selecting PAP, CHAP, or Other Protocols; Realms; RADIUS Hints; Standard RADIUS Attributes; Attribute Properties; Callback-ID; Callback-Number; Called-Station-ID; Calling-Station-ID; CHAP-Challenge; CHAP-Password; Class; Filter-ID; Framed-AppleTalk-Link; Framed-AppleTalk-Network; Framed-AppleTalk-Zone; Framed-Compression; Framed-IP-Address; Framed-IP-Netmask; Framed-IPX-Network; Framed-MTU; Framed-Protocol…”
    Libro electrónico
  17. 37
    por Marucchi-Foino, Romain
    Publicado 2012
    Tabla de Contenidos: “…Texture Optimization Adding 16-Bit Texture Conversion; PVR Texture Compression; Faking Details; Bump Mapping Implementation; Precision Qualifiers Optimization; The Normal Map Lighting Calculation; Adding Specularity; Geometry and Shaders LOD; Texture Atlas; Managing States in Software; Automatic Shader Optimization; Summary; Chapter 6: Real-Time Physics; Types of Physical Objects; Physics Shapes; Using Bullet; Hello Physics; Collision Callbacks, Triggers, and Contacts; Contact-Added Callback; Near Callback; Contact Points; 2D Physics; More Shapes!…”
    Libro electrónico
  18. 38
    Publicado 2013
    Tabla de Contenidos: “…Getting and Setting Bytes in a BufferSlicing a Buffer; Copying a Buffer; Decoding a Buffer; Summary; Chapter 5: Using the Event Emitter Pattern to Simplify Event Binding; Understanding the Standard Callback Pattern; Understanding the Event Emitter Pattern; Understanding Event Types; Using the Event Emitter API; Binding Callbacks Using .addListener() or .on(); Binding Multiple Event Listeners; Removing an Event Listener from an Event Emitter Using .removeListener(); Getting a Callback Executed at Most Once Using .once()…”
    Libro electrónico
  19. 39
    por Seroter, Richard
    Publicado 2009
    Tabla de Contenidos: “…; Identifying Standard Message Exchange Patterns; Request/Response services; One-way services; Request/Callback services; Publish/Subscribe services; Types of services; RPC services; Document services; Event services; Summary…”
    Libro electrónico
  20. 40
    Publicado 2024
    Tabla de Contenidos: “…-- 6.2 Building Agents using LangChain -- 6.3 Types of Agents -- 6.4 Custom Tools for Agents -- (Untitled) -- Chapter 7: OutputParsers and Memory -- 7.1 OutputParsers -- 7.1.1 CommaSeparatedListOutputParser -- 7.1.2 Custom OutputParser -- 7.1.3 Magic Output Fixer -- 7.2 Memory -- 7.2.1 ConversationalBufferMemory -- 7.2.2 ConversationSummaryMemory -- Chapter 8: Callbacks -- 8.1 What are Callbacks? -- 8.2 StdOutputCallbackHandler -- 8.3 FileHandler -- 8.4 Custom Callbacks -- Chapter 9: RAG Framework and Vector Databases -- 9.1 What is RAG? …”
    Libro electrónico