Mostrando 63,061 - 63,080 Resultados de 68,933 Para Buscar '".ad"', tiempo de consulta: 0.25s Limitar resultados
  1. 63061
    por Bazyluk, Pawel
    Publicado 2024
    Tabla de Contenidos: “…. -- There's more... -- See also -- Adding a ChatBot -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Connecting an Azure OpenAI service to an existing data index -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Index -- Other Books You May Enjoy…”
    Libro electrónico
  2. 63062
    Publicado 2017
    Tabla de Contenidos: “…API Gateway pricing -- Lambda pricing -- SimpleDB pricing -- DynamoDB -- Total pricing -- Summary -- Chapter 3: Using the Serverless Framework -- Serverless Framework -- Understanding the Serverless Framework -- Other frameworks -- Installing the framework -- Configuring the framework -- Managing permissions in a team -- Creating a new project -- The handler.js file -- The serverless.yml file -- Configuring the Lambda limits -- Deploying a service -- Invoking a function -- Retrieving logs -- Adding endpoints -- Cross-Origin Resource Sharing -- Removing a service -- Going beyond the basics -- Using npm packages -- Accessing other AWS resources -- Events -- The S3 event -- Schedule events -- Serving HTML pages with Lambda -- Using configuration variables -- Plugins -- Showing deployment information -- Scaffolding -- Summary -- Chapter 4: Hosting the Website -- Serving static files with Amazon S3 -- Creating a bucket -- Enabling web hosting -- Handling errors -- Using redirection rules -- Using an error document -- Delegating to CloudFront -- Prerendering pages -- Supporting www anchors -- Uploading static files -- Automating website publishing -- Serving gzip files -- Setting up Route 53 -- Creating a hosted zone -- Creating record sets -- Setting up CloudFront -- Creating a distribution -- Handling CloudFront caching -- Invalidating server-side cache -- Invalidating client-side cache -- Updating Route 53 to use CloudFront -- Supporting HTTPS -- Creating a mail exchange record -- Requesting free certificates with AWS Certificate Manager -- Configuring CloudFront to support HTTPS connections -- Summary -- Chapter 5: Building the Frontend -- Getting started with React -- React principles -- The Flux pattern -- React hello-world -- Building a shopping cart -- Preparing the development environment -- Organizing the solution -- Composing components…”
    Libro electrónico
  3. 63063
    por Room, Stewart
    Publicado 2021
    Tabla de Contenidos: “…INTRODUCTION TO EPRIVACY -- Regulating the electronic communications sector -- The relationship between data protection and ePrivacy -- The actors and protected parties -- Confidentiality of communications -- Exceptions to confidentiality -- Consent for storing or accessing information in terminal equipment -- Consent, transparency and the use of cookie notices and consent tools -- Types of cookies -- Cookies, behavioural advertising and real-time bidding -- Cookies and legal risk -- Direct marketing -- The position under PECR -- Postal direct marketing -- Opt-out, as a matter of law -- Financial penalties for direct marketing contraventions -- Processing of traffic data, location data and value added services -- Security and personal data breach notification -- Personal data breaches -- Expanded rules for breach notifications -- Interplay with the breach notification rules in the GDPR…”
    Libro electrónico
  4. 63064
    Publicado 2019
    Tabla de Contenidos: “…-- 6.2.2 Calculating correlations with Dask DataFrames -- 6.3 Custom aggregate functions -- 6.3.1 Testing categorical variables with the t-test -- 6.3.2 Using custom aggregates to implement the Brown-Forsythe test -- 6.4 Rolling (window) functions -- 6.4.1 Preparing data for a rolling function -- 6.4.2 Using the rolling method to apply a window function -- Summary -- Chapter 7: Visualizing DataFrames with Seaborn -- 7.1 The prepare-reduce-collect-plot pattern -- 7.2 Visualizing continuous relationships with scatterplot and regplot -- 7.2.1 Creating a scatterplot with Dask and Seaborn -- 7.2.2 Adding a linear regression line to the scatterplot -- 7.2.3 Adding a nonlinear regression line to a scatterplot -- 7.3 Visualizing categorical relationships with violinplot -- 7.3.1 Creating a violinplot with Dask and Seaborn…”
    Libro electrónico
  5. 63065
    Publicado 2011
    Tabla de Contenidos: “…Sentry-Bot: An Intruder Detector -- Adding the Ultrasonic Sensor -- Avoiding Objects -- Following an Object in a Straight Line -- The Shooter Extension -- Testing the Shooter -- Creating the Complete Sentry Program -- Conclusion -- 13. …”
    Libro electrónico
  6. 63066
    Publicado 2004
    Tabla de Contenidos: “…4.15 Accounting -- 4.16 Node groups -- 4.17 NIM (Network Install Manager) -- 4.17.1 Adding the secondary adapters -- 4.18 HACWS -- 4.19 Tivoli T/EC Adapter -- 4.20 DCE -- Chapter 5. …”
    Libro electrónico
  7. 63067
    por Johnston, Benjamin, author
    Publicado 2022
    Tabla de Contenidos: “…Exercise 2.03: Creating a Table in SQL -- Creating Tables with SELECT -- Updating Tables -- Adding and Removing Columns -- Adding New Data -- Updating Existing Rows -- Exercise 2.04: Updating the Table to Increase the Price of a Vehicle -- Deleting Data and Tables -- Deleting Values from a Row -- Deleting Rows from a Table -- Deleting Tables -- Exercise 2.05: Deleting an Unnecessary Reference Table -- Activity 2.02: Creating and Modifying Tables for Marketing Operations -- SQL and Analytics -- Summary -- Chapter 3: SQL for Data Preparation -- Introduction -- Assembling Data -- Connecting Tables Using JOIN -- Types of Joins -- Inner Joins -- Outer Joins -- Cross Joins -- Exercise 3.01: Using Joins to Analyze a Sales Dealership -- Subqueries -- Unions -- Exercise 3.02: Generating an Elite Customer Party Guest List Using UNION -- Common Table Expressions -- Cleaning Data -- The CASE WHEN Function -- Exercise 3.03: Using the CASE WHEN Function to Get Regional Lists -- The COALESCE Function -- The NULLIF Function -- The LEAST/GREATEST Functions -- The Casting Function -- Transforming Data -- The DISTINCT and DISTINCT ON Functions -- Activity 3.01: Building a Sales Model Using SQL Techniques -- Summary -- Chapter 4: Aggregate Functions for Data Analysis -- Introduction -- Aggregate Functions -- Exercise 4.01: Using Aggregate Functions to Analyze Data -- Aggregate Functions with the GROUP BY Clause -- The GROUP BY Clause -- Multiple-Column GROUP BY -- Exercise 4.02: Calculating the Cost by Product Type Using GROUP BY -- Grouping Sets -- Ordered Set Aggregates -- Aggregate Functions with the HAVING Clause -- Exercise 4.03: Calculating and Displaying Data Using the HAVING Clause -- Using Aggregates to Clean Data and Examine Data Quality -- Finding Missing Values with GROUP BY -- Measuring Data Uniqueness with Aggregates…”
    Libro electrónico
  8. 63068
    Publicado 2024
    Tabla de Contenidos: “…Intro -- Title page -- Copyright and credits -- Dedication -- Contributors -- Table of Contents -- Preface -- Part 1: Mastering std::vector -- Chapter 1: The Basics of std::vector -- Technical requirements -- The significance of std::vector -- A basic comparison of C-style arrays and std::vector -- Comparison of C-style arrays and std::vector for memory management -- Declaring and initializing std::vector -- Declaring a vector -- Initializing a vector -- Accessing elements -- Random access -- Accessing the first and last elements -- Vector size -- Adding and removing elements -- Adding elements -- Removing elements -- Capacity -- Prefer using empty() when possible -- Clearing all elements -- Summary -- Chapter 2: Mastering Iterators with std::vector -- Technical requirements -- Types of iterators in the STL -- Input iterators -- Output iterators -- Forward iterators -- Reverse iterators -- Bidirectional iterators -- Random access iterators -- Basic iteration techniques with std::vector -- Iterating over std::vector -- Basic iteration using iterators -- Using constant iterators -- Benefits of iteration -- Using std::begin and std::end -- Understanding iterator requirements -- Range-based for loops -- Overview of range-based for loops -- When to use range-based for loops -- Modifying elements during iteration -- Creating a custom iterator -- The appeal of custom iterators -- Core requirements -- Iterator categories and their specialties -- A custom iterator example -- Custom iterator challenges and use cases -- Illustrative use cases of custom iterators -- Summary -- Chapter 3: Mastering Memory and Allocators with std::vector -- Technical requirements -- Understanding capacity versus size -- Revisiting the basics -- What exactly is capacity? …”
    Libro electrónico
  9. 63069
    por Errol, D'Souza
    Publicado 2006
    Tabla de Contenidos: “…-- Keynesian Aggregate Supply -- Friedman on Mistaken Expectations -- Cyclical Unemployment and the Output Gap -- Unemployment and Wages in India -- The Static Phillips Curve -- The Dynamic Phillips Curve -- Summary -- Notes -- Test Youself -- Online Application -- The Mistaken Expectations Aggregate Supply Curve -- Separability Between Aggregate Demand and Supply -- The IS-LM Model -- Walras' Law -- Nominal Versus Real Rate of Interest -- The IS Curve -- Parametric Shifts of the IS Curve -- Slope of the IS Curve -- The LM Curve -- Impact of Varying the Money Supply -- Slope of the LM Curve -- IS and LM -Fiscal and Monetary Policy -- Interest Rate Targets and Monetary Policy -- Crowding Out -- Fiscalist and Monetarist Intervention -- Zero Interest Rates and Macro Policy in Japan -- IS-LM in India -- Ricardian Equivalence -- Summary -- Notes -- Test Yourself -- Online Application -- IS-LM in Japan -- Aggregate Demand and Aggregate Supply -- The Aggregate Demand Curve -- AD-AS Equilibrium in the Keynesian Case -- Fiscal Policy and Working Capital -- AD and the Mistaken Expectations Aggregate Supply -- Policy Lags -- Real Business Cycles -- Nominal Anchors and Intertemporal Policy Constraints -- Summray -- Notes -- Test Yourself -- Online Application -- The Aggregate Demand Curve -- More on Unemployment -- Shirking and Efficiency Wages -- The Long-Run and Staggered Wage Setting -- Staggered Wage Contracts…”
    Libro electrónico
  10. 63070
    por Cheng, François
    Publicado 2015
    Texto completo en Odilo
    Otros
  11. 63071
    Publicado 2014
    “…More than 300 and such epigrams preserved on stone, which are treated in the present third volume, are known from the project period 600 AD to 1500 AD In Byzanz wurde das Genre Epigramm besonders geschätzt. …”
    Libro electrónico
  12. 63072
    Publicado 2023
    Tabla de Contenidos: “…11.3.2 Understanding JWT claims -- 11.3.3 Producing JWTs -- 11.3.4 Inspecting JWTs -- 11.3.5 Validating JWTs -- 11.4 Adding authorization to the API server -- 11.4.1 Creating an authorization module -- 11.4.2 Creating an authorization middleware -- 11.4.3 Adding CORS middleware -- 11.5 Authorizing resource access -- 11.5.1 Updating the database to link users and orders -- 11.5.2 Restricting user access to their own resources -- Summary -- 12 Testing and validating APIs -- 12.1 Setting up the environment for API testing -- 12.2 Testing REST APIs with Dredd -- 12.2.1 What is Dredd? …”
    Libro electrónico
  13. 63073
    por Smyth, Neil
    Publicado 2020
    Tabla de Contenidos: “…An Introduction to Kotlin Inheritance and Subclassing -- 17.1 Inheritance, Classes and Subclasses -- 17.2 Subclassing Syntax -- 17.3 A Kotlin Inheritance Example -- 17.4 Extending the Functionality of a Subclass -- 17.5 Overriding Inherited Methods -- 17.6 Adding a Custom Secondary Constructor -- 17.7 Using the SavingsAccount Class -- 17.8 Summary -- 18. …”
    Libro electrónico
  14. 63074
    Publicado 2018
    Tabla de Contenidos: “…Chapter 10: Low impact development features: hydrological and environmental effects -- 10.1 Introduction -- 10.2 Low Impact Development (LID) -- 10.2.1 Principles and goals -- 10.2.2 Integrated management practices (IMPs) for LID -- 10.2.3 Sizing criteria of LID facility -- 10.2.3.1 Water quality volume (WQV) -- 10.2.3.2 Water quality flow (WQF) -- 10.2.3.3 Groundwater recharge volume (GRV) -- 10.2.4 Pretreatment and sediment control -- 10.2.4.1 Pretreatment considerations: -- 10.3 Hydrological and Environmental Effects -- 10.3.1 Changes of water quality and runoff flow after LID application -- 10.3.2 Effect on the volume reduction after LID application -- 10.3.3 Effect on the pollutant reduction after LID application -- 10.3.4 Ancillary effects and benefits of LID application -- 10.4 Conclusion -- References -- Chapter 11: The application of sustainable drainage technology: challenges and solutions -- 11.1 Introduction -- 11.2 Three European Case Studies -- 11.3 Engineering Considerations -- 11.3.1 J4M8 Distribution park, near Bathgate, West Lothian -- 11.3.1.1 Objectives and challenges -- 11.3.1.2 Added value and benefits -- 11.3.1.3 Solutions -- 11.3.2 Dunfermline east expansion site, Dunfermline, Scotland UK -- 11.3.2.1 Objectives and challenges -- 11.3.2.2 Added value and benefits -- 11.3.2.3 Solutions -- 11.3.3 Hoppegarten industrial estate, near Berlin, Germany -- 11.3.3.1 Objectives and challenges -- 11.3.3.2 Added value and benefits -- 11.3.3.3 Solutions -- 11.4 Discussion -- 11.4.1 Biodiversity or simply effective drainage -- 11.4.2 Keeping to a strategic plan -- 11.4.3 Risks of failures on early application of new ideas -- 11.4.4 Multiple benefits from the SUDS features -- 11.4.4.1 Innovation -- 11.5 Conclusions -- References -- Appendix: Photographs of the Three Case Study Sites…”
    Libro electrónico
  15. 63075
    Publicado 2019
    Tabla de Contenidos: “…-- 8.2 Using context to create and manage global state in a React application -- 8.3 Implementing Redux with a React Native app -- 8.4 Creating Redux reducers to hold Redux state -- 8.5 Adding the provider and creating the store -- 8.6 Accessing data using the connect function -- 8.7 Adding actions -- 8.8 Deleting items from a Redux store in a reducer -- Summary -- Part 3: API reference -- Chapter 9: Implementing cross-platform APIs -- 9.1 Using the Alert API to create cross-platform notifications -- 9.1.1 Use cases for alerts -- 9.1.2 Example of using alerts -- 9.2 Using the AppState API to detect the current application state…”
    Libro electrónico
  16. 63076
    Publicado 2022
    Tabla de Contenidos: “…-- 4 Mental Math Tricks -- Break It Down -- Multiples of Powers of 10 -- Multiplying by 5 -- Two‐Digit Number × 11 -- Divisibility Tests -- Self‐Test 5.3 -- Answers to Self‐Test 5.1 -- Answers to Self‐Test 5.2 -- Answers to Self‐Test 5.3 -- Chapter 6 Positive and Negative Numbers -- 1 What Are Negative Numbers? -- 2 Adding Positive and Negative Numbers -- 3 Subtracting Positive and Negative Numbers -- Self‐Test 6.1 -- 4 Multiplying Positive and Negative Numbers -- Self‐Test 6.2 -- 5 Division with Positive and Negative Numbers -- Self‐Test 6.3 -- Answers to Self‐Test 6.1 -- Answers to Self‐Test 6.2 -- Answers to Self‐Test 6.3 -- Chapter 7 Fractions -- 1 Changing the Look of Fractions -- Making a Whole Number Look Like a Fraction…”
    Libro electrónico
  17. 63077
    Publicado 2003
    Tabla de Contenidos:
    Libro electrónico
  18. 63078
    por Arbeloa, Víctor Manuel
    Publicado 2008
    Tabla de Contenidos: “…; La puesta en marcha de la Acción Católica; CAPÍTULO VII DEL MATRIMONIO CIVIL A LA SITUACIÓN ECONÓMICA; Las reflexiones de Manuel de Falla; La visita ad limina de los dos cardenales…”
    Libro electrónico
  19. 63079
    por Achon Brunen, Maria Jose
    Publicado 2007
    Tabla de Contenidos:
    Libro electrónico
  20. 63080
    por Calvo Carrillo. José Luis
    Publicado 2008
    Tabla de Contenidos: “…De las polémicas de los diaristas a los ataques ad hominen; Hacia un reformismo sostenible: la función instrumental de la fábula como vehículo de la utopía ilustrada; Las Fábulas literarias (1782) de Tomás de Iriarte…”
    Libro electrónico