Mostrando 126,241 - 126,260 Resultados de 129,566 Para Buscar 'Jebús~', tiempo de consulta: 1.49s Limitar resultados
  1. 126241
    Publicado 2017
    Tabla de Contenidos: “…Other components and peripherals -- Memory -- Timers and watchdogs -- Communication interfaces: I2C, UART, and SPI -- Debug -- References -- 5 Power management -- Introduction -- ACPI Power States -- ACPI Global Power States -- ACPI Sleep States -- ACPI Device Power States -- Power Management in Sensors, Smartphones, and Tablets -- Android Wakelock Architecture -- Windows Connected Standby -- Benefits and value -- What does connected standby do? …”
    Libro electrónico
  2. 126242
    Publicado 2019
    Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- Icons Used in This Book -- Beyond the Book -- Where to Go from Here -- Part 1 Getting Started with Functional Programming -- Chapter 1 Introducing Functional Programming -- Defining Functional Programming -- Understanding its goals -- Using the pure approach -- Using the impure approach -- Considering Other Programming Paradigms -- Imperative -- Procedural -- Object-oriented -- Declarative -- Using Functional Programming to Perform Tasks -- Discovering Languages That Support Functional Programming -- Considering the pure languages -- Considering the impure languages -- Finding Functional Programming Online -- Chapter 2 Getting and Using Python -- Working with Python in This Book -- Creating better code -- Debugging functionality -- Defining why notebooks are useful -- Obtaining Your Copy of Anaconda -- Obtaining Analytics Anaconda -- Installing Anaconda on Linux -- Installing Anaconda on MacOS -- Installing Anaconda on Windows -- Understanding the Anaconda package -- Downloading the Datasets and Example Code -- Using Jupyter Notebook -- Defining the code repository -- Getting and using datasets -- Creating a Python Application -- Understanding cells -- Adding documentation cells -- Other cell content -- Running the Python Application -- Understanding the Use of Indentation -- Adding Comments -- Understanding comments -- Using comments to leave yourself reminders -- Using comments to keep code from executing -- Closing Jupyter Notebook -- Getting Help with the Python Language -- Chapter 3 Getting and Using Haskell -- Working with Haskell in This Book -- Obtaining and Installing Haskell -- Installing Haskell on a Linux system -- Installing Haskell on a Mac system -- Installing Haskell on a Windows system…”
    Libro electrónico
  3. 126243
    Publicado 2015
    Tabla de Contenidos: “…Developing a MapReduce Application -- The Configuration API -- Combining Resources -- Variable Expansion -- Setting Up the Development Environment -- Managing Configuration -- GenericOptionsParser, Tool, and ToolRunner -- Writing a Unit Test with MRUnit -- Mapper -- Reducer -- Running Locally on Test Data -- Running a Job in a Local Job Runner -- Testing the Driver -- Running on a Cluster -- Packaging a Job -- Launching a Job -- The MapReduce Web UI -- Retrieving the Results -- Debugging a Job -- Hadoop Logs -- Remote Debugging -- Tuning a Job -- Profiling Tasks -- MapReduce Workflows -- Decomposing a Problem into MapReduce Jobs -- JobControl -- Apache Oozie -- Chapter 7. …”
    Libro electrónico
  4. 126244
    Publicado 2018
    Tabla de Contenidos: “…Chapter 15: Distributed Models with TensorFlow Clusters -- Strategies for distributed execution -- TensorFlow clusters -- Defining cluster specification -- Create the server instances -- Define the parameter and operations across servers and devices -- Define and train the graph for asynchronous updates -- Define and train the graph for synchronous updates -- Summary -- Chapter 16: TensorFlow Models on Mobile and Embedded Platforms -- TensorFlow on mobile platforms -- TF Mobile in Android apps -- TF Mobile demo on Android -- TF Mobile in iOS apps -- TF Mobile demo on iOS -- TensorFlow Lite -- TF Lite Demo on Android -- TF Lite demo on iOS -- Summary -- Chapter 17: TensorFlow and Keras in R -- Installing TensorFlow and Keras packages in R -- TF core API in R -- TF estimator API in R -- Keras API in R -- TensorBoard in R -- The tfruns package in R -- Summary -- Chapter 18: Debugging TensorFlow Models -- Fetching tensor values with tf.Session.run() -- Printing tensor values with tf.Print() -- Asserting on conditions with tf.Assert() -- Debugging with the TensorFlow debugger (tfdbg) -- Summary -- Appendix: Tensor Processing Units -- Other Books You May Enjoy -- Index…”
    Libro electrónico
  5. 126245
    Publicado 2024
    Tabla de Contenidos: “…-- Security considerations -- Configuring your cluster for impersonation -- Testing Impersonation -- Using Impersonation for Debugging -- Configuring Impersonation without OpenUnison -- Impersonation RBAC policies -- Default groups -- Inbound Impersonation -- Privileged Access to Clusters -- Using a Privileged User Account -- Impersonating a Privileged User -- Temporarily Authorizing Privilege -- Authenticating from pipelines -- Using tokens -- Using certificates -- Using a pipeline's identity -- Avoiding anti-patterns -- Summary -- Questions -- Answers -- Chapter 7: RBAC Policies and Auditing -- Technical requirements…”
    Libro electrónico
  6. 126246
    Publicado 2014
    Tabla de Contenidos: “…. -- Test coverage -- Workflows with unit testing -- Unit testing and continuous integration -- Debugging your code with IPython -- How to do it... -- The post-mortem mode -- Step-by-step debugging -- There's more... -- GUI debuggers -- 3. …”
    Libro electrónico
  7. 126247
    Publicado 2017
    Tabla de Contenidos: “…. -- There's more... -- Debugging C# Azure Functions on a local staged environment using Visual Studio 2017 -- Getting ready -- How to do it... -- How it works... -- There's more... -- Connecting to the Azure Cloud storage from local Visual Studio environment -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Deploying the Azure Function app to Azure Cloud using Visual Studio -- How to do it... -- There's more... -- See also -- Debugging live C# Azure Function hosted on the Microsoft Azure Cloud environment using Visual Studio -- Getting ready…”
    Libro electrónico
  8. 126248
    Publicado 2024
    Tabla de Contenidos: “…Java Jzero code -- Running the Jzero scanner -- Regular expressions are not always enough -- Summary -- Questions -- Chapter 4: Parsing -- Technical requirements -- Syntax analysis -- Context-free grammars -- Writing context-free grammar rules -- Writing rules for programming constructs -- Using iyacc and BYACC/J -- Declaring symbols in the header section -- Advanced yacc declarations -- Putting together the yacc context-free grammar section -- Understanding yacc parsers -- Fixing conflicts in yacc parsers -- Syntax error recovery -- Putting together a toy example -- Writing a parser for Jzero -- The Jzero lex specification -- The Jzero yacc specification -- Unicon Jzero code -- Java Jzero parser code -- Running the Jzero parser -- Improving syntax error messages -- Adding detail to Unicon syntax error messages -- Adding detail to Java syntax error messages -- Using Merr to generate better syntax error messages -- Summary -- Questions -- Chapter 5: Syntax Trees -- Technical requirements -- Using GNU Make -- Learning about trees -- Defining a syntax tree type -- Parse trees versus syntax trees -- Creating leaves from terminal symbols -- Wrapping tokens in leaves -- Working with YACC's value stack -- Wrapping leaves for the parser's value stack -- Determining which leaves you need -- Building internal nodes from production rules -- Accessing tree nodes on the value stack -- Using the tree node factory method -- Forming syntax trees for the Jzero language -- Debugging and testing your syntax tree -- Avoiding common syntax tree bugs -- Printing your tree in a text format -- Printing your tree using dot -- Summary -- Questions -- Section 2: Syntax Tree Traversals -- Chapter 6: Symbol Tables -- Technical requirements -- Establishing the groundwork for symbol tables -- Declarations and scopes -- Assigning and dereferencing variables…”
    Libro electrónico
  9. 126249
    por Vanhove, Sander
    Publicado 2024
    Tabla de Contenidos: “…-- Scaling vectors -- Adding and subtracting vectors -- More vector operations -- Moving the player character -- Changing the current player node -- Applying forces to the player -- Process and physics process functions -- Mapping input -- Using the input -- Smoothing out the movement -- Debugging a running game -- Breakpoints -- Remote tree -- Additional exercises - Sharpening the axe -- Summary -- Quiz time -- Chapter 8: Splitting and Reusing Scenes -- Technical requirements -- Saving a branch as a new scene -- Creating a separate player scene -- The root node of a scene -- Using saved scenes -- Organizing scene files -- Additional exercises - Sharepening the axe -- Summary -- Quiz time -- Chapter 9: Cameras, Collisions, and Collectibles -- Technical requirements -- Making a camera that follows the player -- Setting up a basic camera -- Adding drag margins -- Making the camera look ahead -- Smoothing out the look ahead -- Collisions -- The different physics bodies -- The Area2D node…”
    Libro electrónico
  10. 126250
    Publicado 1575
    Tabla de Contenidos: “…Incipit Ortographia [sive Chronographia] iunioris Isidori (h . 1 v.-16 r.) . Inc.: Sex diebus rerum omnium creaturam Deus formavit.. . Primo die condidit lucem (h . 1 v.) . a) . …”
    Manuscrito
  11. 126251
    Publicado 1609
    Tabla de Contenidos: “…[Carta, 1707 mayo 10, al provincial de la Compañía de Jesús / cabildo de la Iglesia de Sevilla] (h . 228 r.) . …”
    Manuscrito
  12. 126252
    por Guillermo Fernández
    Publicado 2014
    Texto completo en Odilo
    Otros
  13. 126253
    por Javier Benegas de Tobaruela
    Publicado 2013
    “…Blanco en un trascendente libro, que, con un prólogo de Jesús Cacho, marca un hito en el análisis institucional de los graves fallos de diseño del Régimen Político Español. …”
    Texto completo en Odilo
    Otros
  14. 126254
    por Flaquer Badell, Teresa
    Publicado 2004
    Texto completo en Odilo
    Otros
  15. 126255
    por Berrocal Capdevila, Marta
    Publicado 2007
    Texto completo en Odilo
    Otros
  16. 126256
  17. 126257
  18. 126258
  19. 126259
    Publicado 2004
    Libro electrónico
  20. 126260