Mostrando 1,481 - 1,500 Resultados de 4,545 Para Buscar '"Apiés"', tiempo de consulta: 0.11s Limitar resultados
  1. 1481
    Publicado 2016
    Tabla de Contenidos: “…-- Alerting -- The features -- Implementation -- Example -- Summary -- Chapter 10: Tweaking Splunk -- Index replication -- Standalone environment -- Distributed environment -- Replication -- Searching -- Failures -- Indexer auto-discovery -- Example -- Implementation -- Sourcetype manager -- Field extractor -- Accessing field extractor -- Using field extractor -- Example -- Regular expression -- Delimiter -- Search history -- Event pattern detection -- Data acceleration -- Need for data acceleration -- Data model acceleration -- Splunk buckets -- Search optimizations -- Time range -- Search modes -- Scope of searching -- Search terms -- Splunk health -- splunkd log -- Search log -- Summary -- Chapter 11: Enterprise Integration with Splunk -- The Splunk SDK -- Installing the Splunk SDK -- The Splunk SDK for Python -- Importing the Splunk API in Python -- Connecting and authenticating the Splunk server -- Splunk APIs -- Creating and deleting an index -- Creating input -- Uploading files -- Saved searches -- Splunk searches -- Splunk with R for analytics -- The setup -- Using R with Splunk -- Splunk with Tableau for visualization -- The setup -- Using Tableau with Splunk -- Summary -- Chapter 12: What Next? …”
    Libro electrónico
  2. 1482
    por Guisande, Alberto
    Publicado 2023
    Tabla de Contenidos: “…. -- Chapter 11: Downloads, APIs, and Web Services -- Technical requirements -- Managing APIs' XML responses -- Getting ready -- How to do it... -- How it works... -- Parsing JSON -- Getting ready -- How to do it... -- Getting paged results from APIs (Iterative Macros) -- Getting ready -- How to do it... -- There's more... -- Chapter 12: Developer Tools -- Executing external programs/batches/scripts from inside a workflow -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Basic Python usage - performing optical character recognition (OCR) from images -- Getting ready -- How to do it... -- How it works... -- Using binary large objects (blobs) to read and write raw/binary fields -- Getting ready…”
    Libro electrónico
  3. 1483
    Publicado 2018
    Tabla de Contenidos: “…. -- Chapter 8: Creating an API with Node.js Using MongoDB and MySQL -- Introduction -- Creating a basic API with Express -- Getting ready -- How to do it…”
    Libro electrónico
  4. 1484
    Publicado 2017
    Tabla de Contenidos: “…Gateway for Bluetooth devices using Raspberry Pi -- Set up your Raspberry Pi with Raspbian -- Deploying a Bluetooth gateway on your Raspberry Pi -- Step 1 - Update and upgrade the Pi -- Step 2 - Installing Bluetooth and Node.js -- Step 3 - Getting the project folder -- Step 4 - Running the web server -- Implementing a Bluetooth gateway on the Raspberry Pi -- Bluetooth SIG GATT server API -- RESTful services offered by the RESTful smart server API -- Important libraries and their usage -- Important JavaScript in the gateway project -- Implementing the Bluetooth gateway explorer v2 -- Important libraries used in the web application -- Important JavaScript used in the web application -- Summary -- Chapter 8: The Future of Bluetooth Low Energy -- The Internet of Things and the role of Bluetooth Low Energy -- History and its motion -- The future of technology and the Internet of Things -- Bluetooth Low Energy in the future of IoT -- Use of IoT in smart cities and the automobile industry -- Technical challenges -- Financial challenges -- Potential research in Bluetooth Low Energy -- Enhancing meshes in Bluetooth -- Enhancing security in Bluetooth -- Summary -- Index…”
    Libro electrónico
  5. 1485
    Publicado 2018
    Tabla de Contenidos: “…Using the Keras RNN LSTM API for stock price prediction -- Training an RNN model in Keras -- Testing the Keras RNN model -- Running the TensorFlow and Keras models on iOS -- Running the TensorFlow and Keras models on Android -- Summary -- Chapter 9: Generating and Enhancing Images with GAN -- GAN - what and why -- Building and training GAN models with TensorFlow -- Basic GAN model of generating handwritten digits -- Advanced GAN model of enhancing image resolution -- Using the GAN models in iOS -- Using the basic GAN model -- Using the advanced GAN model -- Using the GAN models in Android -- Using the basic GAN model -- Using the advanced GAN model -- Summary -- Chapter 10: Building an AlphaZero-like Mobile Game App -- AlphaZero - how does it work? …”
    Libro electrónico
  6. 1486
    Publicado 2022
    Tabla de Contenidos: “…. -- There's more -- Accessing Galaxy using the API -- Getting ready -- How to do it... -- Deploying a variant analysis pipeline with Snakemake -- Getting ready -- How to do it... -- There's more -- Deploying a variant analysis pipeline with Nextflow -- Getting ready -- How to do it... -- There's more -- Chapter 10: Machine Learning for Bioinformatics -- Introducing scikit-learn with a PCA example -- Getting ready…”
    Libro electrónico
  7. 1487
    Publicado 2024
    Tabla de Contenidos: “…-- A simple example -- Unpacking malware functionality and behavior -- Types of malware -- Reverse shells -- Practical example: reverse shell -- Practical example: reverse shell for Windows -- Demo -- Leveraging Windows internals for malware development -- Practical example -- Exploring PE-file (EXE and DLL) -- Practical example -- The art of decieving a victim's systems -- Summary -- Chapter 2: Exploring Various Malware Injection Attacks -- Technical requirements -- Traditional injection approaches - code and DLL -- A simple example -- Code injection example -- DLL injection -- DLL injection example -- Exploring hijacking techniques -- DLL hijacking -- Practical example -- Understanding APC injection -- A practical example of APC injection -- A practical example of APC injection via NtTestAlert -- Mastering API hooking techniques -- What is API hooking? -- Practical example -- Summary -- Chapter 3: Mastering Malware Persistence Mechanisms -- Technical requirements -- Classic path: registry Run Keys -- A simple example -- Leveraging registry keys utilized by Winlogon process -- A practical example -- Implementing DLL search order hijacking for persistence -- Exploiting Windows services for persistence -- A practical example -- Hunting for persistence: exploring non-trivial loopholes -- A practical example -- How to find new persistence tricks -- Summary -- Chapter 4: Mastering Privilege Escalation on Compromised Systems -- Technical requirements -- Manipulating access tokens -- Windows tokens -- Local administrator -- SeDebugPrivilege…”
    Libro electrónico
  8. 1488
    Publicado 2024
    Tabla de Contenidos: “…Chapter 3: ChatGPT Mastery - Unlocking Its Full Potential -- Technical requirements -- Mastering the ChatGPT interface -- The Free and Plus versions of ChatGPT -- ChatGPT interface -- GPTs -- Exploring OpenAI Playground -- Getting started -- UI features -- Pricing for API and Playground -- Learning to use the ChatGPT API -- Getting started -- Calling the API directly -- Setting up with the OpenAI Python library -- Setting up with the OpenAI Node.js library -- Other ChatGPT libraries -- Summary -- Further reading -- Chapter 4: Prompt Engineering with ChatGPT -- Technical requirements -- Going through the concepts of prompt engineering -- Understanding the core components of a successful prompt -- Instruction -- Context -- Scope -- Role -- Audience -- Input data -- Output data -- Conclusion -- Working with a prompt engineering strategy -- Define clear goals -- Employ iterative prompt development -- Start simple -- Use follow-up prompts to test against multiple examples -- Use temperature when you need to -- Handling memory limitations in ChatGPT -- Conclusion -- Knowing the prompt engineering techniques -- Few-shot learning for a customer support chatbot -- Prompting to summarize data for a conversational agent -- Prompting to create your own chatbot powered by ChatGPT -- Summary -- Further reading -- Chapter 5: Getting Started with LangChain -- Technical requirements -- Introduction to LangChain -- LangChain libraries -- Core components of LangChain -- Working with LLMs in LangChain -- Prompt templates -- Using output parsers -- Understanding LangChain Expression Language -- What is LCEL? …”
    Libro electrónico
  9. 1489
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedication -- About Packt -- Contributors -- Table of Contents -- Preface -- Chapter 1: Developing Cloud Applications Using Function Triggers and Bindings -- Introduction -- Building a backend Web API using HTTP triggers -- Getting ready -- How to do it... -- How it works... -- See also -- Persisting employee details using Azure Storage table output bindings -- Getting ready -- How to do it... -- How it works... -- Understanding storage connection -- What is the Azure Table storage service? …”
    Libro electrónico
  10. 1490
    Publicado 2021
    Tabla de Contenidos: “…-- Prerequisites -- Create an API -- Create and Configure an AWS WAF -- How Do You Protect APIs from SQL Injection Attacks Using API Gateway and AWS WAF? …”
    Libro electrónico
  11. 1491
    Publicado 2023
    Tabla de Contenidos: “…The request method -- HTTP status codes -- Making requests with CORS -- Making a simple request -- Making a non-simple request -- Working with JSON data -- Getting JSON data -- Sending JSON data -- Chapter 12 Using JavaScript Modules -- Defining Modules -- Exporting Modules -- Named exports -- Default exports -- Importing Modules -- Importing named modules -- Importing default modules -- Renaming Exports and Imports -- Importing a Module Object -- Loading Dynamic Modules -- Importing Modules into HTML -- Book 2 Meet Your Web Browser -- Chapter 1 What a Web Browser Does -- Interfacing with a Browser -- Introducing the Browser Engine -- The Rendering Engine -- The JavaScript engine -- Identifying and preventing render blocking -- Unblocking your code with async and defer -- Networking -- Data storage -- Chapter 2 Programming the Browser -- Understanding Web APIs and Interfaces -- Hooking into interfaces -- Built-in browser APIs -- Custom APIs -- Getting Around the Navigator -- Inspecting the navigator's quirks -- Navigator properties -- Stealing a Glimpse Through the Window -- Window properties -- Window methods -- Introducing the HTML DOM -- Document properties -- Document methods -- Selecting element nodes -- Selecting with getElementById() -- Selecting using selectors -- Creating and adding elements to the DOM -- Element nodes -- Element methods -- Knowing Your History -- Book 3 React -- Chapter 1 Getting Started with React -- Understanding ReactJS -- Distilling "Thinking in React" -- Building a React UI -- Step 1: Design the component hierarchy -- Step 2: Build a static version in React -- Step 3: Identify the state -- Step 4: Determine where the state should live -- Step 5: Implement inverse data flow -- React is component-based -- React is declarative -- React is just JavaScript -- Initializing a Project with Vite -- Introducing Vite…”
    Libro electrónico
  12. 1492
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- Foreword -- About the Author -- About the Reviewer -- Acknowledgments -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Accelerate Your Cloud Application Development Using Azure Function Triggers and Bindings -- Introduction -- Building a backend Web API using HTTP triggers -- Getting ready -- How to do it... -- How it works... -- See also -- Persisting employee details using Azure Storage table output bindings -- Getting ready -- How to do it... -- How it works... -- Understanding more about Storage Connection -- What is Azure Table storage service? …”
    Libro electrónico
  13. 1493
    Publicado 2018
    Tabla de Contenidos: “…Bulk data upsert Salesforce DX command -- Limitations of bulk upsert commands -- Installing the Visual Studio extension pack for DX -- Developer workflow for building a Salesforce application -- Summary -- Chapter 3: Lightning Component Building Blocks -- Component markup and using Lightning base components for layouts -- Component definition aura:component -- Access modifier -- Providing a description to component -- Implementing interfaces in Lightning Components -- Lightning base components for layout and layout items -- Lightning card base component -- Example layouts using the Lightning layout and card components -- Horizontal alignment using the Lightning layout base component -- Vertical alignment using the Lightning layout base component -- Stretching a LayoutItem using the flexibility attribute -- Creating multiple rows and controlling the size of the row in Lightning layout -- Lightning layout to handle multiple devices -- Nested page layout using Lightning Layouts -- Understanding attributes -- Using Expression syntax -- JavaScript controller and helper -- Wiring the client-side to the server using Apex controllers -- Summary -- Chapter 4: The Lightning JavaScript API -- Technical requirements -- Using component get and set methods -- Using the find function to locate the DOM -- Introducing Locker Service -- Strict mode enforcement in Locker Service -- Understanding the DOM access containment hierarchy in Lightning Components -- The proxy object in Locker Service -- APIs available in A top-level functions -- Exploring the A.Util APIs -- Format date/DateTime using the Aura Localization Service -- Find your organization's time zone -- Find your organization's local currency -- Formatting dates -- Dynamically creating components using A.createComponent() -- Destroying components using the destory() function…”
    Libro electrónico
  14. 1494
    Publicado 2022
    Tabla de Contenidos: “…Common GCP services to assist in the detection and mitigation of insider threats -- Detecting and mitigating insecure APIs in cloud services -- Common AWS services to assist in the detection and mitigation of insecure APIs -- Common Azure services to assist in the detection and mitigation of insecure APIs -- Common GCP services to assist in the detection and mitigation of insecure APIs -- Detecting and mitigating the abuse of cloud services -- Common AWS services to assist in the detection and mitigation of the abuse of cloud services -- Common Azure services to assist in the detection and mitigation of the abuse of cloud services -- Common GCP services to assist in the detection and mitigation of the abuse of cloud services -- Summary -- Chapter 9: Handling Compliance and Regulation -- Technical requirements -- Compliance and the shared responsibility model -- Introduction to compliance with regulatory requirements and industry best practices -- How to maintain compliance in AWS -- How to maintain compliance in Azure -- How to maintain compliance in GCP -- Summary -- What are the common ISO standards related to cloud computing? …”
    Libro electrónico
  15. 1495
    Publicado 2024
    Tabla de Contenidos: “…Using a package to manage cookies -- Using sessions -- Creating the session middleware -- Using the session feature -- Storing session data in a database -- Using a package for sessions -- Summary -- Chapter 14: Creating RESTful Web Services -- Preparing for this chapter -- Preparing for a web service -- Understanding web services -- Creating a basic RESTful web service -- Getting data for the web service -- Separating the HTTP code -- Updating data -- Replacing data with PUT requests -- Modifying data with PATCH requests -- Using JSON Patch -- Validating client data -- Creating the validation infrastructure -- Defining validation for the Result API -- Performing model validation -- Using a package for web services -- Creating an adaptor for web services -- Summary -- Chapter 15: Authenticating and Authorizing Requests -- Preparing for this chapter -- Understanding the end-to-end process -- Authenticating users -- Creating a credential store -- Creating the authentication workflow -- Authenticating requests -- Using the authentication data -- Authenticating web service requests -- Creating the authentication API -- Authenticating the web service client -- Authorizing requests -- Adding support for roles -- Checking authorization -- Authorizing API requests -- Using packages for authentication and authorization -- Authenticating HTML clients -- Summary -- Part III - SportsStore -- Chapter 16: SportsStore: A Real Application -- Understanding the project structure -- Creating the project -- Setting up the development tools -- Handling HTTP requests -- Creating a configuration system -- Adding application routes -- Adding support for HTML templates -- Creating layouts and templates -- Creating error handlers -- Starting the data model -- Implementing the repository -- Creating the repository class -- Defining the configuration settings…”
    Libro electrónico
  16. 1496
    Publicado 2024
    Tabla de Contenidos: “…. -- Chapter 10: Extending Zabbix Functionality with Custom Scripts and the Zabbix API -- Technical requirements -- Setting up and managing API tokens -- Getting ready -- How to do it... -- How it works... -- Using the Zabbix API for extending functionality -- Getting ready -- How to do it... -- How it works... -- See also -- Building a jumphost using the Zabbix API and Python -- Getting ready -- How to do it... -- How it works... -- See also -- Enabling and disabling a host from Zabbix maps -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 11: Maintaining Your Zabbix Setup -- Technical requirements -- Setting Zabbix maintenance periods -- Getting ready -- How to do it... -- How it works... -- Backing up your Zabbix setup…”
    Libro electrónico
  17. 1497
    por Schwartz, Jordan
    Publicado 2007
    Tabla de Contenidos: “…""Sending our forecasts""""Scheduling""; ""Receiving SMSs via email""; ""Using a Mashup: 411Sync""; """"; ""Advantages and disadvantages""; ""Example service: Email registration""; ""How to: Email registration service with 411Sync""; ""Register with 411Sync""; ""Create the service""; ""Register your keyword""; ""Try it""; ""Using Twitter to Build a SMS Service""; ""Twitter Overview""; ""The Twitter API""; ""Advantages and Disadvantages""; ""Example Service: Echo""; ""How To: Creating a Simple Twitter Service""; ""Functionality""; ""The Echo application""; ""Using Windows Live Alerts""…”
    Libro electrónico
  18. 1498
    Publicado 2014
    Tabla de Contenidos: “…; Life Cycle of Data Science Projects; Predictive Modeling Mistakes; Logistic-Related Regressions; Experimental Design; Analytics as a Service and APIs; Miscellaneous Topics; New Synthetic Variance for Hadoop and Big Data; Summary; Chapter 6: Data Science Application Case Studies; Stock Market; Encryption; Fraud Detection; Digital Analytics; Miscellaneous; Summary; Chapter 7: Launching Your New Data Science Career; Job Interview Questions…”
    Libro electrónico
  19. 1499
    Publicado 2015
    Tabla de Contenidos: “…Chapter 11 OnefsPart 3 I/o Libraries; Chapter 12 I/o Libraries: Past, Present And Future; Chapter 13 Mpi-io; Chapter 14 Plfs: Software-defined Storage Forhpc; Chapter 15 Parallel-netcdf; Chapter 16 Hdf5; Chapter 17 Adios; Chapter 18 Glean; Part 4 I/o Case Studies; Chapter 19 Parallel I/o For A Trillion-particle Plasma Physics Simulation; Chapter 20 Stochastic Simulation Data Management; Chapter 21 Silo: A General-purpose Api And Scientific Database; Chapter 22 Scaling Up Parallel I/o In S3d To100-k Cores With Adios; Chapter 23 In-transit Processing: Data Analysis Using Burst Buffers…”
    Libro electrónico
  20. 1500
    Publicado 2023
    Tabla de Contenidos: “…About Your Skills -- LeetCode -- LeetCode Alternatives -- Set a Schedule -- Break the Problem Down -- Pair Programming -- Write It -- Refactoring -- System Design -- API Design -- Soft Skills -- Listen -- Body Language -- The Wait -- The Contact After -- The Ghosting -- The Offer -- Chapter 5: Salary Information: Getting Your Biggest Bag -- Base Salary -- Restricted Stock Units (RSUs) -- Vesting Period -- Bonuses -- Signing Bonus -- Negotiating -- Salary Information -- Chapter 6: Senior Responsibilities: Obligations That You Now Have As a Senior Engineer -- Onboarding -- Working Hours -- Agile Scrum -- Stand Up -- Backlog Grooming -- Sprint Planning -- Knowledge Transfers (KTs) -- Hiring Practices -- Reviewing Resumes -- Mentoring -- Chapter 7: Best Code Practices: How to Organize Code -- Single Responsibility -- Modularity and Extensibility -- Formatting -- Testing -- Integration Testing -- Regression Testing -- Pull Request (PR) Reviews -- Deployment -- Continuous Integration and Continuous Deployment -- Promotions -- Talking to Your Manager -- Volunteering -- Chapter 8: Reliability and Resiliency: Software Efficiency Tips -- Take It One Step at a Time -- Run a Diagnostic -- How Many Applications Is Your Team in Charge Of?…”
    Libro electrónico