Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Application software 80
- Development 80
- JavaScript (Computer program language) 66
- Web site development 33
- Python (Computer program language) 28
- Computer programming 26
- Programming 21
- Web applications 21
- Engineering & Applied Sciences 19
- Java (Computer program language) 19
- Android (Electronic resource) 17
- Computer Science 16
- Computer programs 15
- Node.js 15
- Open source software 15
- Internet programming 13
- Design 12
- Programming languages (Electronic computers) 12
- Web sites 12
- Computer software 10
- C++ (Computer program language) 9
- Application program interfaces (Computer software) 8
- Object-oriented programming (Computer science) 8
- Operating systems (Computers) 8
- Microsoft .NET Framework 7
- Ruby (Computer program language) 7
- Ruby on rails (Electronic resource) 7
- Software engineering 7
- Video games 7
- Functional programming (Computer science) 6
-
21Publicado 2015Tabla de Contenidos: “…Asynchronous JavaScript""; ""Callbacks""; ""Asynchronous JavaScript""; ""Run to Completion and the Event Loop""; ""Summary""; ""Chapter 2. …”
Libro electrónico -
22Publicado 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 -
23Publicado 2018Tabla 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 -
24por Keith, Mike. authorTabla 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""…”
Publicado 2013
Libro electrónico -
25Publicado 2015Tabla 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 -
26por Gandhi, Raju. authorTabla de Contenidos: “…Iterable Sequences with Generators and Iterators -- 10. Avoiding Callbacks with Promises -- 11. Many of a Kind with Classes -- 12. …”
Publicado 2019
Libro electrónico -
27Publicado 2021Tabla 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 -
28Publicado 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 -
29Publicado 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 -
30Publicado 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 -
31Publicado 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 -
32por Black, David A.Tabla de Contenidos: “…Callable and runnable objects -- 15. Callbacks, hooks, and runtime introspection…”
Publicado 2014
Libro electrónico -
33por Stefanov, StoyanTabla 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!…”
Publicado 2008
Libro electrónico -
34Publicado 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 -
35Publicado 2015Tabla 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 -
36Publicado 2003Tabla 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 -
37por Marucchi-Foino, RomainTabla 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!…”
Publicado 2012
Libro electrónico -
38Publicado 2013Tabla 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 -
39por Seroter, RichardTabla 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…”
Publicado 2009
Libro electrónico -
40Publicado 2024Tabla 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