Mostrando 1,201 - 1,220 Resultados de 4,545 Para Buscar '"Apiés"', tiempo de consulta: 0.10s Limitar resultados
  1. 1201
    Publicado 2016
    Tabla de Contenidos: “…(Or, the Registry); Reconciliation During Failover; Containerizers; Using Docker; The New Offer API; Framework Dynamic Reservations API; Persistent Volumes for Databases; Summary; Chapter 7. …”
    Libro electrónico
  2. 1202
    por Zandstra, Matt. author
    Publicado 2013
    Tabla de Contenidos: “…Defining String Values for Your ObjectsCallbacks, Anonymous Functions and Closures; Summary; Chapter 5: Object Tools; PHP and Packages; PHP Packages and Namespaces; Namespaces to the Rescue; Using the File System to Simulate Packages; Naming the PEAR Way; Include Paths; Autoload; The Class and Object Functions; Looking for Classes; Learning About an Object or Class; Getting a Fully Qualified String Reference to a Class; Learning About Methods; Learning About Properties; Learning About Inheritance; Method Invocation; The Reflection API; Getting Started; Time to Roll Up Your Sleeves…”
    Libro electrónico
  3. 1203
    Publicado 2015
    Tabla de Contenidos: “…""Introducing the Python Datastore API""…”
    Libro electrónico
  4. 1204
    por Jackson, Wallace. author
    Publicado 2015
    Tabla de Contenidos: “…Wearable Application Programming InterfacesAndroid Studio 1.0: Android Wear SDK; Google Glass Development Kit: GDK for Android or Mirror; Google Glass's Android Studio GDK: The Glass Development Kit; Develop Google Glass Apps Using Only the Android Environment; Using RESTful Services with Google Glass: The Mirror API; Hybrid Glass Applications: Mixing Android GDK and the Mirror API; True Android or Android Peripheral: Bluetooth Link; Wearable Apps Design: Android 5 Material Design; The Android Material Design Themes: Light and Dark…”
    Libro electrónico
  5. 1205
    Publicado 2015
    Tabla de Contenidos: “…""Startup Requests""""Shutdown Hooks""; ""Background Threads""; ""Modules and the Development Server""; ""Deploying Modules""; ""Addressing Modules with URLs""; ""Calling Modules from Other Modules""; ""Module URLs and Secure Connections""; ""Module URLs and Custom Domains""; ""Dispatching Requests to Modules""; ""Starting and Stopping Modules""; ""Managing and Deleting Modules and Versions""; ""The Modules API""; ""An Always-On Example""; ""Chapter 6. Datastore Entities""; ""Entities, Keys, and Properties""; ""Introducing the Java Datastore API""; ""Property Values""…”
    Libro electrónico
  6. 1206
    Publicado 2014
    Tabla de Contenidos: “…-- Naive Bayes -- Bayes Law -- A Spam Filter for Individual Words -- A Spam Filter That Combines Words: Naive Bayes -- Fancy It Up: Laplace Smoothing -- Comparing Naive Bayes to k-NN -- Sample Code in bash -- Scraping the Web: APIs and Other Tools -- Jake's Exercise: Naive Bayes for Article Classification -- Sample R Code for Dealing with the NYT API -- Chapter5.Logistic Regression -- Thought Experiments -- Classifiers -- Runtime -- You -- Interpretability -- Scalability -- M6D Logistic Regression Case Study…”
    Libro electrónico
  7. 1207
    Publicado 2017
    Tabla de Contenidos: “…: Retrieving GO Data Using AmiGO, QuickGO, API, Files, and Tools -- Semantic Similarity in the Gene Ontology -- Gene-Category Analysis -- Gene Ontology: Pitfalls, Biases, and Remedies -- Visualizing GO Annotations -- A Gene Ontology Tutorial in Python -- Annotation Extensions -- The Evidence and Conclusion Ontology (ECO): Supporting GO Annotations -- Complementary Sources of Protein Functional Information: The Far Side of GO -- Integrating Bio-Ontologies and Controlled Clinical Terminologies: From Base Pairs to Bedside Phenotypes -- The Vision and Challenges of the Gene Ontology…”
    Libro electrónico
  8. 1208
    Publicado 2023
    Tabla de Contenidos: “…Building Traditional Web Apps with HTML and CSS -- 10. Building API Based Backends -- 11. Deploying to a Traditional Server Based Environments -- 12. …”
    Libro electrónico
  9. 1209
    Publicado 2023
    Tabla de Contenidos: “…Chapter 1: The Hydra of Modern Identity -- Chapter 2: The Life of an Identity -- Chapter 3: Evolution of Identity -- Chapter 4: Identity Provisioning -- Chapter 5: OAuth 2.0 and API Authorization -- Chapter 6: OIDC OpenID Connect -- Chapter 7: SAML 2 -- Chapter 8: Authorization and Policy Enforcement -- Chapter 9: Sessions -- Chapter 10: Using Modern Identity to Build Applications -- Chapter 11: Single Sign-on -- Chapter 12: Strong Authentication -- Chapter 13: Logout -- Chapter 14: Account Management -- Chapter 15: Deprovisioning -- Chapter 16: Troubleshooting -- Chapter 17: Exceptions -- Chapter 18: Less Common Requirements -- Chapter 19: Failures -- Chapter 20: Compliance -- Chapter 21: Looking into the Crystal Ball -- Chapter 22: Conclusion -- Appendix A: Glossary -- Appendix B: Resources for Further Learning -- Appendix C: SAML Authentication Request and Response -- Appendix D: Public Key Cryptography -- Appendix E: Troubleshooting Tools -- Appendix F: Privacy Legislation -- Appendix G: Security Compliance Frameworks…”
    Libro electrónico
  10. 1210
    por Mumm, Jacob
    Publicado 2013
    Tabla de Contenidos: “…Top 5 features you need to know aboutBasic security considerations; Form components - CHtml, CActiveForm, and Zii; Adding custom views; Extensions; TinyMCE; MbMenu; Yii-User and Yii-User-Management; Yii-Shop; Cal; Fancybox; Other great extensions; Role-based access control; SRBAC; People and places you should get to know; Yii website; API; Tutorials and guides; IRC; Twitter; Facebook…”
    Libro electrónico
  11. 1211
    Publicado 2009
    Tabla de Contenidos: “…Chapter 15: XML in JavaScriptChapter 16: ECMA Script for XML; Chapter 17: Ajax and JSON; Chapter 18: Advanced Techniques; Chapter 19: Client-Side Storage; Chapter 20: Best Practices; Chapter 21: Upcoming APIs; Chapter 22: The Evolution of JavaScript; Appendix A: JavaScript Libraries; Appendix B: JavaScript Tools; Index…”
    Libro electrónico
  12. 1212
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Authors -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Getting Started with Data Science -- Problems solved using data science -- Understanding the data science problem - solving approach -- Using Java to support data science -- Acquiring data for an application -- The importance and process of cleaning data -- Visualizing data to enhance understanding -- The use of statistical methods in data science -- Machine learning applied to data science -- Using neural networks in data science -- Deep learning approaches -- Performing text analysis -- Visual and audio analysis -- Improving application performance using parallel techniques -- Assembling the pieces -- Summary -- Chapter 2: Data Acquisition -- Understanding the data formats used in data science applications -- Overview of CSV data -- Overview of spreadsheets -- Overview of databases -- Overview of PDF files -- Overview of JSON -- Overview of XML -- Overview of streaming data -- Overview of audio/video/images in Java -- Data acquisition techniques -- Using the HttpUrlConnection class -- Web crawlers in Java -- Creating your own web crawler -- Using the crawler4j web crawler -- Web scraping in Java -- Using API calls to access common social media sites -- Using OAuth to authenticate users -- Handing Twitter -- Handling Wikipedia -- Handling Flickr -- Handling YouTube -- Searching by keyword -- Summary -- Chapter 3: Data Cleaning -- Handling data formats -- Handling CSV data -- Handling spreadsheets -- Handling Excel spreadsheets -- Handling PDF files -- Handling JSON -- Using JSON streaming API -- Using the JSON tree API -- The nitty gritty of cleaning text -- Using Java tokenizers to extract words -- Java core tokenizers -- Third-party tokenizers and libraries…”
    Libro electrónico
  13. 1213
    Publicado 2023
    Tabla de Contenidos: “…Passing data from PHP into JS -- Single Directory Components -- Drupal accessibility tips -- The visually hidden CSS class -- Drupal announce JS API -- Using buttons as menu items -- Contributed modules that help with theming -- Summary -- Chapter 20: Delivering Drupal Content through APIs -- Web services primer -- Web service APIs in Drupal -- Concepts -- Modules and configuration -- Using web services -- Basic JSON:API examples -- Basic REST API examples -- REST clients -- Summary -- Chapter 21: Migrating Content into Drupal -- Migration concepts -- The Migrate system -- Extract -- Transform -- Load -- Custom events -- Operating migrations -- Contributed modules -- Use cases -- Summary -- Chapter 22: Multisite Management -- The multisite feature -- Benefits -- Drawbacks -- Automating deployments across many sites -- Summary -- Appendix A - Drupal Terminology -- Index -- About PACKT -- Other Books You May Enjoy…”
    Libro electrónico
  14. 1214
    por Ganegedara, Thushan
    Publicado 2022
    Tabla de Contenidos: “…-- 2.2 TensorFlow building blocks -- 2.2.1 Understanding tf.Variable -- 2.2.2 Understanding tf.Tensor -- 2.2.3 Understanding tf.Operation -- 2.3 Neural network-related computations in TensorFlow -- 2.3.1 Matrix multiplication -- 2.3.2 Convolution operation -- 2.3.3 Pooling operation -- Summary -- Answers to exercises -- 3 Keras and data retrieval in TensorFlow 2 -- 3.1 Keras model-building APIs -- 3.1.1 Introducing the data set -- 3.1.2 The Sequential API -- 3.1.3 The functional API -- 3.1.4 The sub-classing API -- 3.2 Retrieving data for TensorFlow/Keras models -- 3.2.1 tf.data API -- 3.2.2 Keras DataGenerators -- 3.2.3 tensorflow-datasets package -- Summary -- Answers to exercises -- 4 Dipping toes in deep learning -- 4.1 Fully connected networks -- 4.1.1 Understanding the data -- 4.1.2 Autoencoder model -- 4.2 Convolutional neural networks…”
    Libro electrónico
  15. 1215
    Publicado 2023
    Tabla de Contenidos: “…Functional design and combinator libraries -- 7 Purely functional parallelism -- 7.1 Choosing data types and functions -- 7.1.1 A data type for parallel computations -- 7.1.2 Combining parallel computations -- 7.1.3 Explicit forking -- 7.2 Picking a representation -- 7.2.1 Refining the API -- 7.3 The algebra of an API -- 7.3.1 The law of mapping -- 7.3.2 The law of forking -- 7.3.3 Breaking the law: A subtle bug -- 7.3.4 A fully non-blocking Par implementation using actors -- 7.4 Refining combinators to their most general form -- 7.5 Conclusion -- Summary -- 7.9 Exercise answers -- 8 Property-based testing -- 8.1 A brief tour of property-based testing…”
    Libro electrónico
  16. 1216
    Publicado 2016
    Tabla de Contenidos: “…Chapter 10: Data IO in Go -- IO with readers and writers -- The io.Reader interface -- Chaining readers -- The io.Writer interface -- Working with the io package -- Working with files -- Creating and opening files -- Function os.OpenFile -- Files writing and reading -- Standard input, output, and error -- Formatted IO with fmt -- Printing to io.Writer interfaces -- Printing to standard output -- Reading from io.Reader -- Reading from standard input -- Buffered IO -- [Buffered writers and readers] -- Buffered writers and readers -- Scanning the buffer -- In-memory IO -- Encoding and decoding data -- Binary encoding with gob -- Encoding data as JSON -- Controlling JSON mapping with struct tags -- Custom encoding and decoding -- Summary -- Chapter 11: Writing Networked Services -- The net package -- Addressing -- The net.Conn Type -- Dialing a connection -- Listening for incoming connections -- Accepting client connections -- A TCP API server -- Connecting to the TCP server with telnet -- Connecting to the TCP server with Go -- The HTTP package -- The http.Client type -- Configuring the client -- Handling client requests and responses -- A simple HTTP server -- The default server -- Routing requests with http.ServeMux -- The default ServeMux -- A JSON API server -- Testing the API server with cURL -- An API server client in Go -- A JavaScript API server client -- Summary -- Chapter 12: Code Testing -- The Go test tool -- Test file names -- Test organization -- Writing Go tests -- The test functions -- Running the tests -- Filtering executed tests -- Test logging -- Reporting failure -- Skipping tests -- Table-driven tests -- HTTP testing -- Testing HTTP server code -- Testing HTTP client code -- Test coverage -- The cover tool -- Code benchmark -- Running the benchmark -- Skipping test functions -- The benchmark report -- Adjusting N.…”
    Libro electrónico
  17. 1217
    por Clements, David Mark
    Publicado 2012
    Tabla de Contenidos: “…Setting up an HTTPS web serverPreventing cross-site request forgery; Chapter 8: Integrating Network Paradigms; Introduction; Sending email; Sending SMS; Communicating with TCP; Creating an SMTP server; Implementing a virtual hosting paradigm; Chapter 9: Writing Your Own Node Modules; Introduction; Creating a test-driven module API; Writing a functional module mock-up; Refactoring from functional to prototypical; Extending the module's API; Deploying a module to npm; Chapter 10: Taking It Live; Introduction; Deploying to a server environment; Automatic crash recovery; Continuous deployment…”
    Libro electrónico
  18. 1218
    Publicado 2015
    Tabla de Contenidos: “…""Working with manipulating instructions""""Rotating, translating, and scaling the canvas""; ""Modifying with multitouching""; ""Storing and retrieving the coordinate space context""; ""Introducing animations""; ""Chapter 6: Advanced Graphics - Shaders and Rendering ""; ""Introduction""; ""Using Carousel""; ""Creating and using Atlas ""; ""Creating layouts""; ""Editing shaders""; ""Creating widgets""; ""Creating your own shader""; ""Rendering in a Framebuffer""; ""Optimizing graphics""; ""Chapter 7: The API in Detail ""; ""Introduction""; ""Getting to know the API""…”
    Libro electrónico
  19. 1219
    por Hudson, Shane. author
    Publicado 2014
    Tabla de Contenidos: “…""Volume""""Playback Rate""; ""Network State""; ""Web Audio API""; ""Analyzing Audio""; ""Frequency Visualization""; ""Spectrogram""; ""Web Audio API Nodes""; ""Manipulating Video""; ""Summary""; ""Chapter 4: Beginning 3D""; ""Basics of 3D""; ""Three.js""; ""Make a Scene""; ""Adding Meshes""; ""Extrusion""; ""Text""; ""Lighting""; ""Materials""; ""Data Visualizations""; ""3D Node Graph""; ""Adding Data""; ""Summary""; ""Chapter 5: Creating Music in the Browser""; ""Music Theory""; ""Creating a Keyboard""; ""Recording the Music""; ""Timeline""; ""Summary""; ""Chapter 6: The Music Player""…”
    Libro electrónico
  20. 1220
    por D'Souza, Martin Giffy
    Publicado 2011
    Tabla de Contenidos: “…jQuery UI Widget FactoryApache HTTP Server; APEX Dictionary and APIs; APEX Dictionary; APEX APIs; Summary; INDEX…”
    Libro electrónico