Mostrando 1,021 - 1,040 Resultados de 4,543 Para Buscar '"Apiés"', tiempo de consulta: 0.16s Limitar resultados
  1. 1021
    Publicado 2011
    Tabla de Contenidos: “…III: Android User Interface Design Essentials -- 7 Exploring User Interface Screen Elements -- Introducing Android Views and Layouts -- Displaying Text to Users with TextView -- Retrieving Data from Users -- Using Buttons, Check Boxes, and Radio Groups -- Getting Dates and Times from Users -- Using Indicators to Display Data to Users -- Adjusting Progress with SeekBar -- Providing Users with Options and Context Menus -- Handling User Events -- Working with Dialogs -- Working with Styles -- Working with Themes -- Summary -- 8 Designing User Interfaces with Layouts -- Creating User Interfaces in Android -- Organizing Your User Interface -- Using Built-In Layout Classes -- Using Built-In View Container Classes -- Summary -- 9 Drawing and Working with Animation -- Drawing on the Screen -- Working with Text -- Working with Bitmaps -- Working with Shapes -- Working with Animation -- Summary -- IV: Using Common Android APIs -- 10 Using Android Data and Storage APIs -- Working with Application Preferences -- Working with Files and Directories -- Storing Structured Data Using SQLite Databases -- Summary -- References and More Information -- 11 Sharing Data Between Applications with Content Providers -- Exploring Android's Content Providers -- Modifying Content Providers Data -- Enhancing Applications Using Content Providers -- Acting as a Content Provider -- Working with Live Folders -- Summary -- References and More Information -- 12 Using Android Networking APIs -- Understanding Mobile Networking Fundamentals -- Accessing the Internet (HTTP) -- Summary -- References and More Information -- 13 Using Android Web APIs -- Browsing the Web with WebView -- Building Web Extensions Using WebKit -- Working with Flash -- Summary -- References and More Information -- 14 Using Location-Based Services (LBS) APIs -- Using Global Positioning Services (GPS)…”
    Libro electrónico
  2. 1022
    por Stubblebine, Tony
    Publicado 2009
    Tabla de Contenidos:
    Libro electrónico
  3. 1023
    Publicado 2007
    Tabla de Contenidos: “…Appendix F: ADO Object Argument Enumeration InformationAppendix G: The Access Object Model; Appendix H: Windows API Reference Information; Appendix I: Windows Registry Information; Appendix J: Access Wizards, Builders, and Managers; Appendix K: Reserved Words and Special Characters; Appendix L: Naming Conventions; Appendix M: Tips and Tricks; Index…”
    Libro electrónico
  4. 1024
    por Schreyer, Alexander
    Publicado 2013
    Tabla de Contenidos: “…; Setting Up Your Computer; Intro to Ruby and the SketchUp API; Creating Geometry with Ruby; Transformations Change Things Up; Attracted to Attractors; What Else Is Possible with This?…”
    Libro electrónico
  5. 1025
    Publicado 2018
    Tabla de Contenidos: “…Intro -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Introduction to Azure Functions -- Understanding the Real Benefits of Serverless Computing -- Benefits -- Speed of Development -- Automatic Scaling -- Flexible Costs -- Reduced Management Overhead -- Drawbacks -- Warmup Latency -- Vendor Lock-in -- Lack of Low-Level Control -- Creating, Debugging, and Deploying an Azure Function -- Creating Your First Function to Receive and Process Data from an HTTP Request -- Debugging an Azure Function -- Debug an Azure Function -- Activity: Improving Your Function -- Deploying an Azure Function -- Deploying to Azure -- Technical Basis of Azure Functions -- Executing and Scaling Azure Functions -- Activity: Creating a Function That Stores User Detail -- Summary -- Deploying Azure Serverless -- Integrating with Other Azure Services -- Inserting Documents into Cosmos DB -- Retrieving Data from Cosmos DB -- Logging with Application Insights -- Integrating Azure Application Insights -- Troubleshooting the Azure Function using Application Insights -- Security with API Keys -- Creating a Client with Azure Application Service -- Securing an Azure Function with an API key -- Activity: Creating a Serverless Backend and Frontend for User Management -- Summary -- Architecting Serverless Solutions -- Architecting Greenfield Serverless Applications -- Triggering Functions with Cosmos DB Records -- Triggering an Azure Logic App from an Azure Function -- Sending a Reminder Email -- Integrating Legacy Applications -- Triggering a Function from a Legacy Application -- Moving Functionality from a Legacy Application to an Azure Function -- Activity: Extending Your Serverless Application -- Summary -- Other Books You May Enjoy -- Index…”
    Libro electrónico
  6. 1026
    Publicado 2021
    Tabla de Contenidos: “…-- Open Systems Interconnection (OSI) Model -- Command-Line Tools -- Opening a Command Prompt -- Hostname -- Ping -- IP Configuration -- Address Resolution Protocol Cache -- Network Status -- Tracing the Route to the Server -- Summary -- Chapter 2: Serialization -- Serialization Basics -- JSON -- Simple JSON Serialization/Deserialization -- Binary Representation of a String -- Binary -- Simple Binary Serialization/Deserialization -- Creating a Byte Array from a Struct -- Re-Create an Object from a Byte Array -- The Network Library NetLib -- Summary -- Chapter 3: RESTful APIs -- What Is a RESTful API? -- RESTful Requests -- The Endpoint -- A Method -- The Headers -- The Data -- RESTful Responses -- Authentication and Restrictions -- The UnityWebRequest Class -- Fetching Text -- Fetching Images -- Creating the Project -- Fetching the Image -- Fetching Other Types -- The Weather Application -- Registering and Getting an API Key -- The User Interface -- Creating the Project -- Importing the weather-application.unitypackage -- The OpenWeather Daily Forecast Endpoint -- Fetching the Data -- Serialization Classes -- Calling the API -- The Controller: Final Wiring -- Running the Weather Application -- Generic RESTful API Client -- Summary -- Chapter 4: TCP Connections -- The TCP Three-Way Handshake…”
    Libro electrónico
  7. 1027
    Publicado 2020
    Tabla de Contenidos: “…-- Klassen an den Container binden -- Konstruktor-Injektion in Laravel-Framework-Dateien -- Methoden-Injektion -- Fassaden und Container -- Service Provider -- Testen -- TL -- DR -- Kapitel 12: Testen -- Grundlagen des Testens -- Tests benennen -- Die Testumgebung -- Vier spezielle Traits beim Testen -- Einfache Unit-Tests -- Anwendungstests: So funktionieren sie -- HTTP-Tests -- Datenbank-Tests -- Testen anderer Laravel-Features -- Mocking -- Artisan-Befehle testen -- Browser-Tests -- TL -- DR -- Kapitel 13: APIs schreiben -- Die Grundlagen REST-ähnlicher JSON-APIs -- Controller-Organisation und JSON-Antworten -- Header lesen und senden -- Paginierung -- Sortieren und Filtern -- Ergebnisse transformieren -- API-Ressourcen -- API-Authentifizierung mit Laravel Passport -- API-Token-Authentifizierung -- Benutzerdefinierte 404-Antworten -- Testen -- TL -- DR -- Kapitel 14: Daten speichern und abrufen…”
    Libro electrónico
  8. 1028
    Publicado 2023
    Tabla de Contenidos: “…Part 2:Practical Machine Learning with LightGBM -- Chapter 5: LightGBM Parameter Optimization with Optuna -- Technical requirements -- Optuna and optimization algorithms -- Introducing Optuna -- Optimization algorithms -- Pruning strategies -- Optimizing LightGBM with Optuna -- Advanced Optuna features -- Summary -- References -- Chapter 6: Solving Real-World Data Science Problems with LightGBM -- Technical requirements -- The data science life cycle -- Defining the data science life cycle -- Predicting wind turbine power generation with LightGBM -- Problem definition -- Data collection -- Data preparation -- EDA -- Modeling -- Model deployment -- Communicating results -- Classifying individual credit scores with LightGBM -- Problem definition -- Data collection -- Data preparation -- EDA -- Modeling -- Model deployment and results -- Summary -- References -- Chapter 7: AutoML with LightGBM and FLAML -- Technical requirements -- Automated machine learning -- Automating feature engineering -- Automating model selection and tuning -- Risks of using AutoML systems -- Introducing FLAML -- Cost Frugal Optimization -- BlendSearch -- FLAML limitations -- Case study - using FLAML with LightGBM -- Feature engineering -- FLAML AutoML -- Zero-shot AutoML -- Summary -- References -- Part 3:Production-ready Machine Learning with LightGBM -- Chapter 8: Machine Learning Pipelines and MLOps with LightGBM -- Technical requirements -- Introducing machine learning pipelines -- Scikit-learn pipelines -- Understanding MLOps -- Deploying an ML pipeline for customer churn -- Building an ML pipeline using scikit-learn -- Building an ML API using FastAPI -- Containerizing our API -- Deploying LightGBM to Google Cloud -- Summary -- Chapter 9: LightGBM MLOps with AWS SageMaker -- Technical requirements -- An introduction to AWS and SageMaker -- AWS -- SageMaker…”
    Libro electrónico
  9. 1029
    por Mullennex, Lauren
    Publicado 2023
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Part 1: Introduction to CV on AWS and Amazon Rekognition -- Chapter 1: Computer Vision Applications and AWS AI/ML Services Overview -- Technical requirements -- Understanding CV -- CV architecture and applications -- Data processing and feature engineering -- Data labeling -- Solving business challenges with CV -- Contactless check-in and checkout -- Video analysis -- Content moderation -- CV at the edge -- Exploring AWS AI/ML services -- AWS AI services -- Amazon SageMaker -- Setting up your AWS environment -- Creating an Amazon SageMaker Jupyter notebook instance -- Summary -- Chapter 2: Interacting with Amazon Rekognition -- Technical requirements -- The Amazon Rekognition console -- Using the Label detection demo -- Examining the API request -- Examining the API response -- Other demos -- Monitoring Amazon Rekognition -- Quick recap -- Detecting Labels using the API -- Uploading the images to S3 -- Initializing the boto3 client -- Detect the Labels -- Using the Label information -- Using bounding boxes -- Quick recap -- Cleanup -- Summary -- Chapter 3: Creating Custom Models with Amazon Rekognition Custom Labels -- Technical requirements -- Introducing Amazon Rekognition Custom Labels -- Benefits of Amazon Rekognition Custom Labels -- Creating a model using Rekognition Custom Labels -- Deciding the model type based on your business goal -- Creating a model -- Improving the model -- Starting your model -- Analyzing an image -- Stopping your model -- Building a model to identify Packt's logo -- Step 1 - Collecting your images -- Step 2 - Creating a project -- Step 3 - Creating training and test datasets -- Step 4 - Adding labels to the project -- Step 5 - Drawing bounding boxes on your training and test datasets -- Step 6 - Training your model…”
    Libro electrónico
  10. 1030
    Publicado 2018
    Tabla de Contenidos: “…Debugging Redux applications -- Chapter 4. Consuming an API -- Chapter 5. Middleware -- Chapter 6. Handling complex side effects -- Chapter 7. …”
    Libro electrónico
  11. 1031
    Publicado 2013
    Tabla de Contenidos: “…Why custom tasks -- Tools of the trade -- Creating custom task projects in Microsoft Visual Studio -- Meet the custom task APIs -- Meet the task toolkit -- Your first custom task using Visual Basic -- Your first custom task using C# -- Debugging techniques: yes, you will need them -- The top N report -- For the workbench : a SAS task property viewer -- Calculating running tools -- The top N report -- Putting the squeeze on your SAS data sets -- Take command with system commands -- Running PROCs on your Facebook friends -- Building a SAS catalog explorer -- Building a SAS macro variable viewer and SAS system options viewer…”
    Libro electrónico
  12. 1032
    Publicado 2017
    Tabla de Contenidos: “…The image controller -- Index - retrieving an image model -- Create - inserting an image model -- Testing everything out so far -- The like button and updating an image model -- Comment - inserting a comment model -- Wrapping it up -- Helpers -- Introducing the async module -- The comments helper -- The sidebar helper -- Troubleshooting -- The stats helper -- The popular images helper -- Iterating by adding an image removal capability -- Adding a route -- Adding a controller handler -- Updating the Handlebars image page template -- Updating jQuery -- Refactoring and improvements -- Summary -- Chapter 8: Creating a RESTful API -- What is an API? -- What is a RESTful API? …”
    Libro electrónico
  13. 1033
    por Atkinson, Brandon. author
    Publicado 2015
    Tabla de Contenidos: “…Front-End Development; Components of Front-End Development in SharePoint; JavaScript Object Model (JSOM); REST API; JSLink; Display Templates; Summary…”
    Libro electrónico
  14. 1034
    Publicado 2023
    Tabla de Contenidos: “…Chapter 7: PE to Shellcode - Transforming PE Files into Shellcode -- The open source project pe_to_shellcode analysis -- Parsing Kernel32's export table in x86 assembly -- Getting API addresses in x86 assembly -- File mapping and repairing an import table in x86 -- Handling relocation in x86 -- An example of PE to shellcode -- Summary -- Chapter 8: Software Packer Design -- What is a software packer? …”
    Libro electrónico
  15. 1035
    Publicado 2018
    Tabla de Contenidos: “…Ultrasonic distance sensor (HC-SR04) -- LCD display (TM1637) -- Summary -- Chapter 4: PWM - Buzzers, Servos, and Analog Output -- Technical requirements -- PWM overview -- Piezo buzzers -- Servos -- Using the servo driver -- Tweaking the servo configuration -- PWM as analog output -- Summary -- Chapter 5: I2C - Communicating with Other Circuits -- Technical requirements -- Overview of I2C -- Addressing circuits -- Revisiting Rainbow HAT components -- Alphanumeric display (Ht16k33) -- Temperature and pressure sensor (Bmx280) -- Extension components -- Analog to digital converter (ADC) - PCF8591 -- Analog sensors -- PWM expander - PCA9685 -- GPIO expander - PCF8575 -- Small displays -- Other I2C sensors -- Accelerometer/gyroscope - MPU6050 -- Summary -- Chapter 6: SPI - Faster Bidirectional Communication -- Technical requirements -- Overview of SPI -- LED strip -- Usage on displays -- LED matrix -- SPI version of SSD1306 -- Summary -- Chapter 7: The Real Power of Android Things -- Technical requirements -- Using Android UI -- Companion apps and communication -- REST API using NanoHttpd/Retrofit -- Firebase Realtime Database -- Nearby -- Advertising and discovering -- Initiating and confirming connections -- Sending and receiving data -- More cool stuff -- TensorFlow - image classifier -- Publish subscribe buses -- Google Assistant - Home control -- Online resources -- Summary -- Appendix A: Pinouts diagrams and libraries -- Raspberry Pi Pinout -- NXP iMX7D Pinout -- Supported and unsupported libraries -- Unsupported features -- Common intents and content providers -- Available Google APIs -- Unavailable Google APIs -- Other Books You May Enjoy -- Index…”
    Libro electrónico
  16. 1036
    Publicado 2022
    Tabla de Contenidos: “…Copy the Certificate into the Central Service API -- Step 5. Copy the Certificates to the Ambassador API -- Durability -- Summary -- Appendix A: Technical Appendix -- Chapter 1 -- Index…”
    Libro electrónico
  17. 1037
    Publicado 2017
    Tabla de Contenidos: “…Generating a Report and Deleting the Site -- Running the Automation -- Conclusion -- Chapter 7: Automating OpenVAS -- Installing OpenVAS -- Building the Classes -- The OpenVASSession Class -- Authenticating with the OpenVAS Server -- Creating a Method to Execute OpenVAS Commands -- Reading the Server Message -- Setting Up the TCP Stream to Send and Receive Commands -- Certificate Validation and Garbage Collection -- Getting the OpenVAS Version -- The OpenVASManager Class -- Getting Scan Configurations and Creating Targets -- Wrapping Up the Automation -- Running the Automation -- Conclusion -- Chapter 8: Automating Cuckoo Sandbox -- Setting Up Cuckoo Sandbox -- Manually Running the Cuckoo Sandbox API -- Starting the API -- Checking Cuckoo's Status -- Creating the CuckooSession Class -- Writing the ExecuteCommand() Methods to Handle HTTP Requests -- Creating Multipart HTTP Data with the GetMultipartFormData() Method -- Processing File Data with the FileParameter Class -- Testing the CuckooSession and Supporting Classes -- Writing the CuckooManager Class -- Writing the CreateTask() Method -- The Task Details and Reporting Methods -- Creating the Task Abstract Class -- Sorting and Creating Different Class Types -- Putting It Together -- Testing the Application -- Conclusion -- Chapter 9: Automating Sqlmap -- Running sqlmap -- The sqlmap REST API -- Testing the sqlmap API with curl -- Creating a Session for sqlmap -- Creating a Method to Execute a GET Request -- Executing a POST Request -- Testing the Session Class -- The SqlmapManager Class -- Listing sqlmap Options -- Making a Method to Perform Scans -- The New Main() Method -- Reporting on a Scan -- Automating a Full sqlmap Scan -- Integrating sqlmap with the SOAP Fuzzer -- Adding sqlmap GET Request Support to the SOAP Fuzzer -- Adding sqlmap POST Request Support -- Calling the New Methods…”
    Libro electrónico
  18. 1038
    Publicado 2018
    Tabla de Contenidos: “…-- Client-side versus server-side APIs -- Client-side APIs -- Server-side APIs -- Where scripting is supported -- Access controls -- Business rules -- Client scripts and catalog client scripts -- Condition builder (and the URL) -- Default value -- Script includes -- UI actions -- UI policies and catalog UI policies -- UI scripts -- Workflow activities -- Integrated development environment -- Script tree -- Script auto-completion -- Script editor macros -- Documentation macro -- For-loop macro -- GlideRecord macros -- Demo -- Summary -- Chapter 9: The Server-Side Glide API -- The structure of an API class -- Server-side APIs -- GlideRecord -- Initialize -- Example usage -- addQuery() -- Available query operators -- Example usage -- addActiveQuery() -- addNullQuery() and addNotNullQuery() -- Example usage -- canRead(), canWrite(), canCreate(), and canDelete() -- Example usage -- deleteRecord() and deleteMultiple() -- Example usage -- get() -- Example usage -- getDisplayValue() -- Example usage…”
    Libro electrónico
  19. 1039
    por Recx
    Publicado 2013
    Tabla de Contenidos: “…""Contents""; ""Introduction""; ""Chapter 1: Access Control""; ""The Problem""; ""The Solution""; ""Authentication""; ""Authorization""; ""Summary""; ""Chapter 2: Cross-Site Scripting""; ""The Problem""; ""The Solution""; ""Examples""; ""Understanding Context""; ""Reports""; ""Direct Output""; ""Summary""; ""Chapter 3: SQL Injection""; ""The Problem""; ""The Solution""; ""Examples""; ""Dynamic SQL - Execute Immediate""; ""Dynamic SQL - Cursors""; ""Dynamic SQL - APEX API""; ""Function Returning SQL Query""; ""Substitution Variables""; ""Summary""; ""Chapter 4: Item Protection""…”
    Libro electrónico
  20. 1040
    por Trivedi, Vinay. author
    Publicado 2019
    Tabla de Contenidos: “…Chapter 1: The Internet -- Chapter 2: Hosting and the Cloud -- Chapter 3: The Back End: Programming Languages -- Chapter 4: The Front End: Presentation -- Chapter 5: Databases: The Model -- Chapter 6: Leveraging Existing Code: APIs, Libraries, Web Services, and Open-Source Projects -- Chapter 7: Software Development: Working in Teams -- Chapter 8: Software Development: The Process -- Chapter 9: Software Development: Debugging and Testing -- Chapter 10: Attracting and Understanding Your Users -- Chapter 11: Performance and Scalability -- Chapter 12: Security -- Chapter 13: Mobile Basics -- Chapter 14: The Internet of Things -- Chapter 15: Artificial Intelligence -- Chapter 16: The Blockchain -- Chapter 17: Virtual and Augmented Reality…”
    Libro electrónico