Mostrando 3,181 - 3,200 Resultados de 3,311 Para Buscar 'Albiasu~', tiempo de consulta: 1.41s Limitar resultados
  1. 3181
    Tabla de Contenidos: “…-- Data Dependences -- Data Aliasing -- Array Notations -- Vectorization Directives -- ivdep -- vector -- simd -- Understanding AVX: Intrinsic Programming -- What Are Intrinsics?…”
    Libro electrónico
  2. 3182
    Publicado 2018
    Tabla de Contenidos: “…-- Example 1 - rock, paper, scissors -- Example 2 - state aliased grid-world -- Policy objective functions -- Policy Gradient Theorem -- Temporal difference rule -- TD(1) rule -- TD(0) rule -- TD() rule -- Policy gradients -- The Monte Carlo policy gradient -- Actor-critic algorithms -- Using a baseline to reduce variance -- Vanilla policy gradient -- Agent learning pong using policy gradients -- Summary -- Chapter 5: Q-Learning and Deep Q-Networks -- Why reinforcement learning? …”
    Libro electrónico
  3. 3183
    Publicado 2019
    Tabla de Contenidos: “…-- Adding New UFS storage -- 12 THE Z FILE SYSTEM -- Datasets -- ZFS Pools -- Virtual Devices -- Managing Pools -- Copy-On-Write -- Snapshots -- Compression -- Pool Integrity and Repair -- Boot Environments -- 13 FOREIGN FILESYSTEMS -- FreeBSD Mount Commands -- Using Removable Media -- Memory Filesystems -- devfs -- Miscellaneous Filesystems -- The Network File System -- The Common Internet File System -- Serving CIFS Shares -- 14 EXPLORING /ETC -- /etc Across Unix Species -- /etc/adduser.conf -- /etc/aliases -- /etc/amd.map -- /etc/auto_master -- /etc/blacklistd.conf -- /etc/bluetooth, /etc/bluetooth.device.conf, and /etc/defaults/bluetooth.device.conf -- /etc/casper -- /etc/crontab and /etc/cron.d -- /etc/csh.* -- /etc/ddb.conf -- /etc/devd.conf -- /etc/devfs.conf, /etc/devfs.rules, and /etc/defaults/devfs.rules -- /etc/dhclient.conf…”
    Libro electrónico
  4. 3184
    Publicado 2023
    Tabla de Contenidos: “…Intro -- Preface -- Part 1: Introduction -- Chapter 1: Introducing React -- Technical requirements -- Understanding the benefits of React -- Understanding JSX -- Creating a component -- Creating a CodeSandbox project -- Understanding the React entry point -- Understanding the React component tree -- Creating a basic alert component -- Understanding imports and exports -- Understanding the importance of modules -- Using export statements -- Using import statements -- Adding Alert to the App component -- Using props -- Understanding props -- Adding props to the alert component -- Using state -- Understanding state -- Implementing a visible state in the alert component -- Adding a close button to Alert -- Using events -- Understanding events -- Implementing a close button click handler in the alert -- Implementing an alert close event -- Summary -- Questions -- Answers -- Chapter 2: Introducing TypeScript -- Technical requirements -- Understanding the benefits of TypeScript -- Understanding TypeScript -- Catching type errors early -- Improving developer experience and productivity with IntelliSense -- Understanding JavaScript types -- Using basic TypeScript types -- Using type annotations -- Using type inference -- Using the Date type -- Using the any type -- Using the unknown type -- Using the void type -- Using the never type -- Using arrays -- Creating TypeScript types -- Using object types -- Creating type aliases -- Creating interfaces -- Creating classes -- Creating enumerations -- Creating union types -- Using the TypeScript compiler -- Summary -- Questions -- Answers -- Chapter 3: Setting Up React and TypeScript -- Technical requirements -- Creating a project with webpack -- Introducing webpack -- Creating the folder structure -- Creating package.json -- Adding a web page -- Adding TypeScript -- Adding React -- Adding Babel…”
    Libro electrónico
  5. 3185
    Publicado 2017
    Tabla de Contenidos: “…. -- There's more... -- Key aliases -- Secret reader role -- Secret writer role -- The put-file command -- Versioning -- See also -- Chapter 9: Estimating Costs -- Introduction -- Calculating costs -- Getting ready -- How to do it... -- How it works... -- See also -- Estimating CloudFormation template costs -- Getting ready -- How to do it... -- How it works... -- See also -- Purchasing reserved instances -- Getting ready -- How to do it... -- How it works... -- There's more... -- Estimating total cost of ownership -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Index…”
    Libro electrónico
  6. 3186
  7. 3187
    Publicado 2009
    Tabla de Contenidos: “…Data Type Conversion -- The CAST Function -- CAST Versus Oracle's Conversion Functions -- Formatting Data -- Lab 5.5 Exercises -- Lab 5.5 Exercise Answers -- Lab 5.5 Quiz -- Workshop -- CHAPTER 6 Aggregate Functions, GROUP BY, and HAVING Clauses -- LAB 6.1 Aggregate Functions -- The COUNT Function -- The SUM Function -- The AVG Function -- The MIN and MAX Functions -- MIN and MAX with Different Data Types -- Aggregate Functions and Nulls -- Aggregate Functions and CASE -- Aggregate Function Syntax -- Lab 6.1 Exercises -- Lab 6.1 Exercise Answers -- Lab 6.1 Quiz -- LAB 6.2 The GROUP BY and HAVING Clauses -- The GROUP BY Clause -- The HAVING Clause -- Nesting Aggregate Functions -- Taking Aggregate Functions and Groups to the Next Level -- Lab 6.2 Exercises -- Lab 6.2 Exercise Answers -- Lab 6.2 Quiz -- Workshop -- CHAPTER 7 Equijoins -- LAB 7.1 The Two-Table Join -- Steps to Formulate the SQL Statement -- Table Aliases -- Narrowing Down Your Result Set -- Nulls and Joins -- ANSI Join Syntax -- The Cartesian Product -- Lab 7.1 Exercises -- Lab 7.1 Exercise Answers -- Lab 7.1 Quiz -- LAB 7.2 Joining Three or More Tables -- Joining Three or More Tables -- ANSI Join Syntax for Joining Three or More Tables -- Multicolumn Joins -- Joining Across Many Tables -- The ANSI Join Versus the Traditional Join Syntax -- Using SQL Developer's Query Builder -- Different Types of Joins -- Lab 7.2 Exercises -- Lab 7.2 Exercise Answers -- Lab 7.2 Quiz -- Workshop -- CHAPTER 8 Subqueries -- LAB 8.1 Simple Subqueries -- Scalar Subqueries -- Subqueries That Return Multiple Rows -- Nesting Multiple Subqueries -- Subqueries and Joins -- Subqueries That Return Multiple Columns -- Subqueries and Nulls -- ORDER BY Clause in Subqueries -- Lab 8.1 Exercises -- Lab 8.1 Exercise Answers -- Lab 8.1 Quiz -- LAB 8.2 Correlated Subqueries -- Reviewing Rows with Correlated Subqueries…”
    Libro electrónico
  8. 3188
    Publicado 2018
    Tabla de Contenidos: “…. -- Wrapping complex type declarations with type aliases -- Getting ready -- How to do it... -- How it works... -- Expressive try...catch declarations -- Getting ready -- How to do it... -- How it works... -- There's more... -- Safe type-casting -- How to do it... -- How it works... -- Other Books You May Enjoy -- Index…”
    Libro electrónico
  9. 3189
    Publicado 2018
    Tabla de Contenidos: “…Working with APIs -- Creating a REST endpoint -- Create -- Read -- Update -- Delete -- Interacting with a RESTful API -- Working with events -- Object events -- WMI events -- Engine events -- Remote events -- Custom formatting -- Custom type extensions -- Summary -- Questions -- Further reading -- Chapter 5: Writing Reusable Code -- Best practice guidelines -- Code layout -- Brace placement -- Naming conventions -- Aliases and parameter names -- Readability -- Function design -- Output -- Cmdlet output -- Conveying messages -- Compatibility -- Comments -- Header or disclaimer -- Functions -- Script blocks -- Function declaration -- The parameter attribute -- Parameter sets -- Pipeline input -- Cmdlet binding attribute -- Scopes -- Dot-sourcing code -- Help files -- Help-driven development -- Code signing -- Possible solutions -- Digital certificates -- Public key Infrastructure -- Self-signed certificates for testing -- Preventing changes and execution -- Proving that changes were made -- Modules -- Module architecture -- Combining multiple functions -- The module manifest -- Managing complexity -- Deployment and upgrade -- Version control -- Changelog -- Recovery -- Revert -- Checkout -- Reset -- Branching -- Merging -- Possible solutions -- TFS -- Git -- SVN -- PSScriptAnalyzer -- Summary -- Questions -- Further reading -- Chapter 6: Working with Data -- Registry -- Files -- CSV -- XML -- CLIXML -- JSON -- Classes -- Summary -- Questions -- Further reading -- Chapter 7: Understanding PowerShell Security -- Current situation around PowerShell -- Is PowerShell a vulnerability? …”
    Libro electrónico
  10. 3190
    Publicado 2017
    Tabla de Contenidos: “…. -- See also -- Command aliases -- How to do it... -- How it works... -- See also -- Setting up a PowerShell profile -- How to do it... -- How it works... -- There's more... -- See also -- Understanding the pipeline -- How to do it... -- How it works... -- There's more... -- See also -- Working with variables and objects -- How to do it... -- How it works... -- There's more... -- Variable expansion in strings -- Strongly typed variables -- Working with arrays and hash tables -- How to do it... -- How it works... -- There's more... -- See also -- Looping through items -- How to do it... -- How it works... -- There's more... -- See also -- Creating custom objects -- How to do it... -- How it works... -- There's more... -- See also -- Using debugger functions -- How to do it... -- How it works... -- There's more... -- See also -- Understanding the new execution policy -- How to do it... -- How it works... -- There's more... -- See also -- Using the Save-Help function -- How to do it... -- How it works... -- See also -- Working with script repositories -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 2: Exchange Management Shell Common Tasks -- Introduction -- Performing some basic steps -- Manually configuring remote PowerShell connections -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also…”
    Libro electrónico
  11. 3191
    Publicado 2017
    Tabla de Contenidos: “…Integers -- Specifying integer literals -- Using bitset to show bit patterns -- Determining integer byte order -- Floating point types -- Specifying floating point literals -- Characters and strings -- Character types -- Using character macros -- Specifying character literals -- Specifying string literals -- Unicode literals -- Raw strings -- String byte order -- Boolean -- void -- Initializers -- Default values -- Declarations without a type -- Storage classes -- Using type aliases -- Aggregating data in record types -- Structures -- Initializing -- Structure fields -- Using structure names -- Determining alignment -- Storing data in the same memory with unions -- Accessing runtime type information -- Determining type limits -- Converting between types -- Type conversions -- Promoting conversions -- Narrowing conversions -- Narrowing to bool -- Converting signed types -- Casting -- Casting away const-ness -- Casting without runtime checks -- Casting pointers without runtime checks -- Casting with runtime checks -- Casting with list initializer -- Using C casts -- Using C++ types -- Summary -- Chapter 4: Working with Memory, Arrays, and Pointers -- Using memory in C++ -- Using C++ pointer syntax -- Using null pointers -- Types of memory -- Pointer arithmetic -- Using arrays -- Function parameters -- Multidimensional arrays -- Passing multidimensional arrays to functions -- Using arrays of characters -- Comparing strings -- Preventing buffer overruns -- Using pointers in C++ -- Accessing out of bounds -- Pointers to deallocated memory -- Converting pointers -- Constant pointers -- Changing the type pointed to -- Allocating memory in code -- Allocating individual objects -- Allocating arrays of objects -- Handling failed allocations -- Using other versions of the new operator -- Memory lifetime -- The Windows SDK and pointers…”
    Libro electrónico
  12. 3192
    por Sobell, Mark G.
    Publicado 2005
    Tabla de Contenidos: “…Builtins -- Chapter Summary -- Exercises -- Advanced Exercises -- PART II: THE EDITORS -- CHAPTER 6: THE VIM EDITOR -- History -- Tutorial: Creating and Editing a File with vim -- The compatible Parameter -- Introduction to vim Features -- Command Mode: Moving the Cursor -- Input Mode -- Command Mode: Deleting and Changing Text -- Searching and Substituting -- Miscellaneous Commands -- Yank, Put, and Delete Commands -- Reading and Writing Files -- Setting Parameters -- Advanced Editing Techniques -- Units of Measure -- Chapter Summary -- Exercises -- Advanced Exercises -- CHAPTER 7: THE emacs EDITOR -- History -- Tutorial: Getting Started with emacs -- Basic Editing Commands -- Online Help -- Advanced Editing -- Language-Sensitive Editing -- Customizing emacs -- More Information -- Chapter Summary -- Exercises -- Advanced Exercises -- PART III: THE SHELLS -- CHAPTER 8: THE BOURNE AGAIN SHELL -- Background -- Shell Basics -- Parameters and Variables -- Processes -- History -- Aliases -- Functions -- Controlling bash Features and Options -- Processing the Command Line -- Chapter Summary -- Exercises -- Advanced Exercises -- CHAPTER 9: THE TC SHELL -- Shell Scripts -- Entering and Leaving the TC Shell -- Features Common to the Bourne Again and TC Shells -- Redirecting Standard Error -- Working with the Command Line -- Variables -- Control Structures -- Builtins -- Chapter Summary -- Exercises -- Advanced Exercises -- PART IV: PROGRAMMING TOOLS -- CHAPTER 10: PROGRAMMING TOOLS -- Programming in C -- Using Shared Libraries -- make: Keeps a Set of Programs Current -- Debugging C Programs -- Threads -- System Calls -- Source Code Management -- Chapter Summary -- Exercises -- Advanced Exercises -- CHAPTER 11: PROGRAMMING THE BOURNE AGAIN SHELL -- Control Structures -- File Descriptors -- Parameters and Variables -- Builtin Commands -- Expressions…”
    Libro electrónico
  13. 3193
    por Reddy, Martin
    Publicado 2024
    Tabla de Contenidos: “…An example functional API -- Advantages of functional APIs -- Disadvantages of functional APIs -- Data-driven APIs -- Advantages of data-driven APIs -- Disadvantages of data-driven APIs -- Supporting variant argument lists -- Case study: FMOD data-driven API -- Data-driven Web services -- Idempotency -- 6 - C++ usage -- Namespaces -- Constructors and assignment -- Defining constructors and assignment -- The explicit keyword -- Const correctness -- Method const correctness -- Parameter const correctness -- Return value const correctness -- Templates -- Template terminology -- Implicit instantiation API design -- Explicit instantiation API design -- Operator overloading -- Overloadable operators -- Free operators versus member operators -- Adding operators to a class -- Operator syntax -- Conversion operators -- Function parameters -- Pointer versus reference parameters -- Default arguments -- Avoid #define for constants -- Avoid using friends -- Exporting symbols -- Coding conventions -- 7 - C++ revisions -- Which C++ revision to use -- C++11 API features -- Move constructors and the Rule of Five -- Default and deleted functions -- Object construction -- Initializer list constructors -- Smart pointers -- Enum classes -- Override and final specifiers -- The noexcept specifier -- Inline namespaces -- Type aliases with using -- User-defined literals -- Alternate function style -- Tuples -- Constant expressions -- The nullptr keyword -- Variadic templates -- Migrating to C++11 -- C++14 API features -- The auto return type -- The deprecated attribute -- Variable templates -- Const expression improvements -- Binary literals and digit separators -- Migrating to C++14 -- C++17 API features -- Inline variables -- String views -- Optional -- Any -- Variant -- Nested namespaces -- Fold expressions -- Checking for header availability -- Byte type…”
    Libro electrónico
  14. 3194
    Publicado 2024
    Tabla de Contenidos: “…Cover -- FM -- Copyright -- Contributors -- Table of Contents -- Preface -- Chapter 1: Connecting to Data -- Introduction to Data -- Making the Most Out of This Book - Your Certification and Beyond -- Connecting to Sources -- Data Structure -- Choosing an Appropriate Data Source Type -- Content and Quality -- Level of detail: Dimensions and Measures -- Data Quality -- Technical Requirements -- Performance: Data Size and Structure -- Microsoft Excel (.xlsx) and Comma-Separated Values (.csv) Types -- Relational Databases -- Initial Data Connections -- Connecting to Tableau Server or Tableau Cloud -- Connecting to a File -- CSV and Excel Files -- .hyper or .tde Files -- JSON -- PDF -- Spatial Files -- Statistical Files -- Connecting to Databases and Cloud Services -- Default Server Connectors -- Custom SQL Queries -- Introduction to SQL and Custom Queries in Tableau -- Live versus Extract Connections -- Live Connections -- Data Extracts -- Other Factors Affecting Performance -- Connection Management: the Datasource Pane and Data Tab -- The Datasource Window -- The Data Tab -- Making New Connections in Existing Workbooks -- Replacing Data Sources -- Notes, Caveats, and Unsupported Data Sources -- Web-Based Data Access: Drivers and APIs -- Multidimensional Systems -- Summary -- Exam Readiness Drill - Chapter Review Questions -- Chapter 2: Transforming Data -- Introduction -- Types of Fields in Tableau -- Data Types -- Data Type Conversion -- Dimensions and Measures -- Dimensions and Measure Field Conversion -- Discrete and Continuous -- Dimension, Measure, Discrete, and Continuous Combinations -- Discrete and Continuous Color Legends -- Cleaning Data -- Assessing Data Quality -- Cleaning data on Tableau Desktop -- Duplicating and Renaming a Field Updating the Aliases -- Updating the Default Properties of Fields -- Data Interpreter…”
    Libro electrónico
  15. 3195
    Publicado 2008
    “…Después del desembarco de Normandía, junio de 1944, parecía que los aliasos iban a baqrrer a los ejércitos alemanes hasta más allá de sus fronteras. …”
    Video
  16. 3196
    por Benet XIV, papa, 1675-1758
    Publicado 1760
    Libro
  17. 3197
    por Lakner, Gary
    Publicado 2004
    Libro electrónico
  18. 3198
    por Albisser, Matthias
    Publicado 2021
    “…In diesem Open-Access-Buch schlägt Matthias Albisser eine Konzeptualisierung von Brand Content als Botschaften der Unternehmenskommunikation vor, die gleichberechtigt eine Unternehmensperspektive (Imageaufbau) und eine Userperspektive (Mehrwert für User) einnehmen. …”
    Libro electrónico
  19. 3199
    por Hochstein, Lorin
    Publicado 2015
    Tabla de Contenidos: “…Inventory: Describing Your Servers -- The Inventory File -- Preliminaries: Multiple Vagrant Machines -- Behavioral Inventory Parameters -- ansible_connection -- ansible_shell_type -- ansible_python_interpreter -- ansible_*_interpreter -- Changing Behavioral Parameter Defaults -- Groups and Groups and Groups -- Example: Deploying a Django App -- Aliases and Ports -- Groups of Groups -- Numbered Hosts (Pets versus Cattle)…”
    Libro electrónico
  20. 3200
    Publicado 2022
    Tabla de Contenidos: “…The Sampling Theorem -- 2.2.1.1. Aliasing -- 2.2.2. Quantization Error -- 2.3. Linear Time Invariant Systems -- 2.4. …”
    Libro electrónico