Mostrando 421 - 440 Resultados de 908 Para Buscar '"Hook."', tiempo de consulta: 0.08s Limitar resultados
  1. 421
    por Clark, Matthew, 1948-
    Publicado 1997
    Tabla de Contenidos: “…Runovers and Anticipations as Hooks. Composition with Small Formula Chains. The Composition of Larger Passages -- Ch. 6. …”
    Libro
  2. 422
    Publicado 2016
    Tabla de Contenidos: “…; A simple Git workflow; Git hooks; Using post-receive to set up environments; Puppet-sync; Using Git hooks to play nice with other developers; Not playing nice with others via Git hooks; Git for everyone; Summary…”
    Libro electrónico
  3. 423
    Publicado 2015
    Tabla de Contenidos: “…Mistake: Overexecuting CodeMistake: Executing Code on Every Page Load; Mistake: Using an Overly General Hook; Mistake: Saving PHP Code in the Database; Mistake: Working Alone; Participating in Groups and IRC; Reporting Issues and Contributing Code to the Drupal Community; Contributing to the Drupal Community in Other Ways; Chapter 4. …”
    Libro electrónico
  4. 424
    por Brazell, Aaron
    Publicado 2010
    Tabla de Contenidos: “…Chapter 3: WordPress, SEO, and Social Media MarketingUnderstanding the Basics of Search Engine Optimization; Leveraging Social Networks to Extend Your Blog; Summary; Chapter 4: Finding Help in the WordPress Support System; Using the WordPress Codex; Staying in the Loop with Mailing Lists; Finding Help in the WordPress Support Forums; Summary; Part II: Working with Plugins; Chapter 5: Extending WordPress with Plugins; Understanding WordPress Hooks; Writing Your Own Plugin; Extending the WordPress Admin; Creating Events with Actions; Modifying Content with Filters; Using Multi-Argument Hooks…”
    Libro electrónico
  5. 425
    Publicado 2011
    Tabla de Contenidos: “…Exchanges and Bindings -- Durability and Persistence -- Client Libraries -- Synchronous Reads, Asynchronous Writes -- HTTP-Based Reads -- Messaging-Based Writes -- The CAP Theorem -- Eventual Consistency -- Designing Around Consistency -- Data Is the API -- Operations on Fields -- Modifications to Field Operations -- Conclusion -- 12 Web Hooks and External Services -- Web Hooks -- PubSubHubbub -- Receiving Web Hooks -- Providing Web Hooks -- Strategies for Dealing with Failure -- OAuth -- Implementing an OAuth Consumer -- Implementing an OAuth Provider -- Integrating with External Services -- Consuming Data -- Pushing Data -- The Request Lifecycle -- Worker Processes -- Ensuring Performance and Reliability -- Segregating Queues -- Metrics -- Throttling and Quotas -- Conclusion -- Appendix RESTful Primer -- Roy Fielding's REST -- Constraints -- Architectural Elements -- Architectural Views -- REST and Resources -- URIs and Addressability -- Representations -- HTTP and the Uniform Interface -- HTTP Methods -- HTTP Headers -- HTTP Status Codes -- Conclusion -- Index…”
    Libro electrónico
  6. 426
    Publicado 2017
    “…What You Will Learn Write a Drupal 8 module with custom functionality and hook into various extension points Master numerous Drupal 8 sub-systems and APIs Model, store, and manipulate data in various ways and for various purposes Display data and content in a presentable and secure way Learn about the theme system and render arrays In Detail Drupal is an open source web-based content management system (CMS) that can be used for building anything from simple websites to complex applications. …”
    Libro electrónico
  7. 427
    Publicado 2016
    “…With Make: FPGAs , you'll learn how to break down problems into something that can be solved on an FPGA, design the logic that will run on your FPGA, and hook up electronic components to create finished projects…”
    Libro electrónico
  8. 428
    Publicado 2020
    “…The book particularly focuses on the latest developments in the React ecosystem, such as modern Hook implementations, code splitting using lazy components and Suspense, user interface framework components using Material-UI, and Apollo. …”
    Libro electrónico
  9. 429
    Publicado 2023
    “…Where perfumers create customized fragrances to perfectly suit your emotions, and social media titans bypass your conscious mind to hook you to their products. A world where people who suffer from epilepsy receive alerts moments before a seizure, and the average person can peer into their own mind to eliminate painful memories or cure addictions. …”
    Libro
  10. 430
    por Epstein, Alex
    Publicado 2006
    “…It explains the best ways to generate a hook, write an episode, create characters the audience will never tire of, construct entertaining dialogue, and use humor. …”
    Sumario
    Libro
  11. 431
    por Trenzado Diepa, José Luis
    Publicado 2014
    Tabla de Contenidos: “…FUERZA DE ROZAMIENTO. LEY DE HOOKE 8.1. Introducción 8.2. El peso (P_) 8.3. La normal (N_) 8.4. …”
    Texto completo en Odilo
    Otros
  12. 432
    por Carrell, Susan
    Publicado 2001
    Tabla de Contenidos: “…Chapter 21 - Rock-Hard Resolve: Holding onChapter 22 - A Matter of Perspective; Chapter 23 - Bridging the Gap: Getting beyond Insight; Chapter 24 - Field Trips; Chapter 25 - Rituals and Other Blessings; Chapter 26 - The Mother Interview; Chapter 27 - Necessary Journeys; Part V - Nails, Tacks, and Hooks: Small but Essential; Chapter 28 - Nails, Tacks, and Hooks; But What if You Did Know?…”
    Libro electrónico
  13. 433
    Publicado 2008
    Tabla de Contenidos: “…Pilch -- Translating the Hebrew body in English metaphor / Carolyn Leeb -- Relexicalizing Leviticus in 4QMMT: the beginnings of Qumran anti-language / Rob Kugler -- Comments from someone who once shook hands with S.H. Hooke -- John Sandys-Wunsch…”
    Click para texto completo desde fuera UPSA
    Click para texto completo desde UPSA
    Libro electrónico
  14. 434
    por Boduch, Adam
    Publicado 2022
    Tabla de Contenidos: “…Rendering with JSX Component Properties, State, and Context Getting Started with Hooks Event Handling, the React Way Crafting Reusable Components The React Component Life Cycle Validating Component Properties Handling Navigation with Routes Code Splitting Using Lazy Components and Suspense Server-Side React Components User Interface Framework Components High-Performance State Updates Why React Native? …”
    Libro electrónico
  15. 435
    Publicado 2017
    Tabla de Contenidos: “…The basics : getting started quickly -- List data : working with ordered data -- Structured data : working with structured data -- Code reuse : functions and modules -- Building a webapp : getting real -- Storing and manipulating data : where to put your data -- Using a database : putting Python's DB-API to use -- A little bit of class : abstracting behavior and state -- The context management protocol : hooking into Python's with statement -- Function decorators : wrapping functions -- Exception handling : what to do when things go wrong -- A little bit of threading : dealing with waiting -- Advanced iteration : looping like crazy -- Installing : installing Python -- PythonAnywhere : deploying your webapp -- Top ten things we didn't cover : there's always more-to learn -- Top ten projects not covered : even more tools, libraries, and modules -- Getting involved : the Python community…”
    Libro electrónico
  16. 436
    Publicado 2023
    Tabla de Contenidos: “…-- Chapter 3: Wise Use of Code Comments -- Part II: Important Principles -- Chapter 4: Know SOLID Principles -- Chapter 5: Use the DRY Principle -- Part III: Make Efficient Applications -- Chapter 6: Separate Changeable Code Using Factories -- Chapter 7: Add Features Using Wrappers -- Chapter 8: Efficient Templates Using Hooks -- Chapter 9: Simplify Complex Systems Using Facades -- Part IV: Handling Surprises in a Better Way -- Chapter 10: Organizing Exceptions -- Chapter 11: Special Attention to Null Values -- Part V: The Road Ahead -- Chapter 12: Memory Management -- Chapter 13: Analyzing Memory Leaks -- Chapter 14: More Tips -- Appendix A: Winning Notes -- Appendix B: Resources…”
    Libro electrónico
  17. 437
    Publicado 2008
    Tabla de Contenidos: “…Pilch -- Translating the Hebrew body in English metaphor / Carolyn Leeb -- Relexicalizing Leviticus in 4QMMT: the beginnings of Qumran anti-language / Rob Kugler -- Comments from someone who once shook hands with S.H. Hooke -- John Sandys-Wunsch…”
    Libro
  18. 438
    Publicado 2022
    Tabla de Contenidos: “…Psychology as Apparatus: An Interview with Sam Binkley Interviewed by Derek Hook 5. Infinite Greed and Transcendental Materialism: A Conversation with Adrian Johnston Interviewed by Heather Macdonald 6. …”
    Libro
  19. 439
    Publicado 2018
    Tabla de Contenidos: “…Chapter 7: Improving Our Application and Adding Features -- Designing and implementing our new features -- Implementing file uploads in Phoenix -- Working with uploads in Phoenix -- Adding file uploads to our new poll UI -- Hooking up the uploads to our database -- Writing the migration file -- Modifying the schema and the context code -- Completing the votes context for the image uploads -- Implementing voting restrictions -- Creating the vote record migration -- Creating the vote record schema -- Hooking up restrictions -- Fixing the broken tests -- Summary -- Chapter 8: Adding Chat to Your Phoenix Application -- Adding chat to a Phoenix application -- Working with the chat schema -- Building the chat schema -- Designing our message functionality -- Implementing message functions in our context -- Writing our unit tests -- Fixing navigation in our application -- Creating the chat UI -- Building the UI Itself -- Creating our chat channel -- Sending chat messages -- Hooking up the new JavaScript code to Phoenix -- Refactoring for poll chats -- Fixing up our tests -- Returning to a passing test suite -- Summary -- Chapter 9: Using Presence and ETS in Phoenix -- Utilizing Presence and ETS to make our app more robust -- What is Presence? …”
    Libro electrónico
  20. 440
    Publicado 2015
    Tabla de Contenidos: “…Concurrency in iOS and OS XUnderstanding Event Loops; Understanding Run Loops; Understanding Asynchronous Methods; Understanding NSTimer; Understanding NSThread; Understanding Grand Central Dispatch; Summary; Chapter 5: Interfacing with Web Services; Understanding Web Services; Implementing a Web Services Client; Signing Up for a Firebase Account; Laying Out the User Interface; Hooking Up the Add Album View Controller; Adding the Album Creation View Controller; Hooking Up the Segue; Creating the Album Model; Communicating with Firebase; Creating the Firebase Connector…”
    Libro electrónico