Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 2,204
- Biblia 1,956
- Derecho canónico 1,758
- Teología 1,588
- Teología dogmática 1,503
- Iglesia Católica 1,202
- Crítica e interpretación 1,025
- Padres de la Iglesia 920
- Moral cristiana 842
- Església Catòlica 790
- Filosofía 735
- Development 673
- Bíblia 623
- Application software 614
- Liturgia 608
- Patrística 550
- Història 545
- Teología moral 526
- Tomás de Aquino 489
- Teologia 485
- Engineering & Applied Sciences 484
- Pontificia Università Lateranense (Vaticano) 480
- Computer programs 409
- Litúrgia 397
- -Historia 385
- Derecho 373
- Design 369
- Obras anteriores a 1800 366
- History 352
- Obres anteriors al 1800 342
-
59641Publicado 2018Tabla de Contenidos: “…Cover -- Copyright and Credits -- Dedication -- Packt Upsell -- Foreword -- Contributors -- Table of Contents -- Preface -- Chapter 1: Getting Started with Mobile TensorFlow -- Setting up TensorFlow -- Setting up TensorFlow on MacOS -- Setting up TensorFlow on GPU-powered Ubuntu -- Setting up Xcode -- Setting up Android Studio -- TensorFlow Mobile vs TensorFlow Lite -- Running sample TensorFlow iOS apps -- Running sample TensorFlow Android apps -- Summary -- Chapter 2: Classifying Images with Transfer Learning -- Transfer learning - what and why -- Retraining using the Inception v3 model -- Retraining using MobileNet models -- Using the retrained models in the sample iOS app -- Using the retrained models in the sample Android app -- Adding TensorFlow to your own iOS app -- Adding TensorFlow to your Objective-C iOS app -- Adding TensorFlow to your Swift iOS app -- Adding TensorFlow to your own Android app -- Summary -- Chapter 3: Detecting Objects and Their Locations -- Object detection-a quick overview -- Setting up the TensorFlow Object Detection API -- Quick installation and example -- Using pre-trained models -- Retraining SSD-MobileNet and Faster RCNN models -- Using object detection models in iOS -- Building TensorFlow iOS libraries manually -- Using TensorFlow iOS libraries in an app -- Adding an object detection feature to an iOS app -- Using YOLO2-another object-detection model -- Summary -- Chapter 4: Transforming Pictures with Amazing Art Styles -- Neural Style Transfer - a quick overview -- Training fast neural-style transfer models -- Using fast neural-style transfer models in iOS -- Adding and testing with fast neural transfer models -- Looking back at the iOS code using fast neural transfer models -- Using fast neural-style transfer models in Android -- Using the TensorFlow Magenta multi-style model in iOS…”
Libro electrónico -
59642Publicado 2024Tabla de Contenidos: “…Magnifying the Menu Display -- Adding Custom Folders -- Embedding Copyright Notices -- Chapter 12 Ten Features to Explore on a Rainy Day -- Trying Canon DPP 4 -- Adding Special Effects -- Using In-Camera Editing Tools -- Shooting a Time-Lapse Movie -- Adding Cleaning Instructions -- Trimming Movies -- Creating a Slide Show -- Shooting in Hybrid Auto Mode -- Viewing Photos and Movies on a TV -- Exploring an Obscure Printing Option -- Appendix Exploring Wireless Features -- Reviewing the Wireless Function Menus -- Connecting to a Computer via Wi-Fi -- Connecting to a Smartphone or Tablet -- Index -- EULA…”
Libro electrónico -
59643Publicado 2018Tabla de Contenidos: “…. -- Example Notebook with a user data collision -- Chapter 2: Adding an Engine -- Introduction -- Adding the Python 3 engine -- How to do it... -- Installing the Python 3 engine -- Running a Python 3 script -- Adding the R engine -- How to do it... -- Installing the R engine using Anaconda Navigator -- Installing the R engine via command line -- Running an R Script -- Adding the Julia engine -- How to do it... -- Installing the Julia engine -- Running a Julia script -- Adding the JavaScript engine -- How to do it... -- Installing the Node.JS engine -- Running a Node.JS script -- Adding the Scala engine -- How to do it... -- Installing the Scala engine -- Running a Scala script -- Adding the Spark engine -- How to do it... -- Installing the Spark engine -- Running a Spark script -- Chapter 3: Accessing and Retrieving Data -- Introduction -- Reading CSV files -- Getting ready -- How to do it... -- How it works... -- Reading JSON files -- Getting ready -- How to do it... -- How it works... -- Accessing a database -- Getting ready -- How to do it... -- How it works... -- Reading flat files -- Getting ready -- How to do it... -- How it works... -- Reading text files -- Getting ready -- How to do it... -- How it works... -- Chapter 4: Visualizing Your Analytics…”
Libro electrónico -
59644Publicado 2023Tabla de Contenidos: “…Use cases for soft delete and versioning in Blob Storage -- Using Azure AD for authorization -- Azure AD authorization benefits -- Data plane and data actions in role-based access control -- Examples of roles in Azure for Azure Storage -- Using Azure AD in Azure CLI -- Using managed identities -- Definition of managed identity -- Incorporating a managed identity into an application -- Considering various options for automation -- Automated cleanup of data -- SAS token handling -- Stored access policies -- Rotating access keys -- Using the Azure Import/Export service -- Azure Import/Export technical details -- Azure Import/Export requirements -- Preparing disks and configuring the job -- Summary -- Part 5: Governance and Monitoring -- Chapter 12: Using Azure Policy -- Technical requirements -- The basics of Azure Policy -- Azure Resource Manager and Azure Policy -- Deploying policies -- Deploying a policy using the Azure CLI -- Creating custom policies -- Understanding the syntax -- Building and deploying custom policy -- Simplifying the deployment of policies using initiatives -- The idea behind initiatives -- When to use initiatives -- Reviewing example policies -- Policy - secrets should not be active for longer than the specified number of days -- Policy - allowed virtual machine size SKUs -- Policy - assign a built-in user-assigned managed identity to Virtual Machine Scale Sets -- Summary -- Chapter 13: Azure Monitor and Alerts -- Technical requirements -- Chapter materials -- Getting started - an overview of Azure Monitor -- Monitoring scenarios -- Understanding logs in Azure Monitor -- Platform logs -- Understanding data types and events in Azure Monitor -- Using custom logs -- Querying activity logs -- Using the Azure CLI to query activity logs -- Using the Azure CLI to find correlated events…”
Libro electrónico -
59645Publicado 2017Tabla de Contenidos: “…-- Getting to Your Profile Page -- Activity #3 -- Meeting Your Profile -- Navigation Pane -- Intro Box -- Timeline -- Activity #4 -- Your Profile Picture and Cover Photo -- Changing Your Profile Picture -- Activity #5 -- Adding a Cover Photo -- Changing Your Cover Photo -- Your Biography -- Adding Biographical Information -- Activity #6 -- Editing and Changing the Privacy of Biographical Information -- Phew, We Did It! …”
Libro electrónico -
59646Publicado 2019Tabla de Contenidos: “…Making a maps client -- Maps example -- Getting started with map tiles -- Making an initial view model -- Calculating tiles based on zoom level -- Using the offset to move tiles -- Dragging the map -- The code so far -- Viewport and hiding tiles -- Loading map tiles -- Adding zoom-level controls -- Adding support for map coordinates -- Summary -- Appendix. …”
Libro electrónico -
59647por Green, DaleTabla de Contenidos: “…Undoing the debug changes -- Exercises -- Summary -- Chapter 10: Component-Based Architecture -- Understanding component-based architecture -- Problems with a traditional inheritance-based approach -- Convoluted inheritance structures -- Circular dependencies -- Benefits of component-based architecture -- Avoiding complex inheritance structures -- Code is broken into highly reusable chunks -- Highly maintainable and scalable -- The disadvantages of component-based architecture -- Code can become too fragmented -- Unnecessary overhead -- Complex to use -- An overview -- Designing the component system -- C++ templates -- Using templates -- Template declarations -- Using templates -- Template specialization -- Function overloading -- Creating a base component -- Component functions -- Attaching a component -- Retuning a component -- Creating a transform component -- Encapsulating transform behavior -- Adding a transform component to the player -- Using the transform component -- Updating the game code -- Creating a SpriteComponent -- Encapsulating sprite behaviour -- Adding a sprite component to the player class -- The updated drawing pipeline -- Updating the game code -- Creating an audio component -- Defining the behavior of an audio component -- Adding an audio component to the player class -- Using the audio component -- Exercises -- Summary -- Chapter 11 : Epilogue -- Project breakdown -- Procedurally populating environments -- Creating unique and random game objects -- Procedurally generating art -- Procedurally modifying audio -- Procedural behavior and mechanics -- Procedural dungeon generation -- Component-based architecture -- The pros and cons of procedural generation -- Pros -- Cons -- Summary -- Index…”
Publicado 2016
Libro electrónico -
59648por Wesselius, JaapTabla de Contenidos: “…Managing Workloads for Individual Users -- Summary -- Part II: Office 365 Integration -- Chapter 4: Azure AD Identities -- Cloud Identities -- Synchronized Identities -- Federated Identities -- Azure AD Connect -- AD Connect Deployment -- AD Connect Health -- Chapter 5: Exchange Online -- Exchange Hybrid Topologies -- Deploying Exchange Hybrid -- Hybrid Configuration Wizard -- PowerShell: Connecting to Office 365 -- Connecting to Exchange Online -- Connecting to Azure Active Directory -- OAuth -- Autodiscover in Exchange Hybrid -- Mailbox Migration -- Managing Remote Mailboxes -- Federation with Azure Active Directory -- Sharing of Information -- Organizational Relationships -- Sharing Policies -- Internet Calendar Publishing -- Mail Transport -- Inbound Mail -- Centralized Mail Transport -- Outbound Mail -- Enhanced Filtering -- Exchange Online Archiving -- Message Tracking -- Recipient Management Only -- Summary -- Part III: Security -- Chapter 6: Publishing Exchange Server -- Virtual Directories -- Namespaces -- Split DNS -- Certificates -- Requesting Certificates -- Exporting Certificates -- Importing Certificates -- Autodiscover -- Domain-Joined Clients -- Non-Domain-Joined Clients -- Autodiscover Redirect -- Autodiscover SRV Records -- Autodiscover V2 -- Client Connectivity -- Outlook -- MAPI over HTTP -- Web-Based Clients -- Offline Settings -- Outlook Apps -- Exchange Admin Center -- Exchange Web Services -- REST API -- Mobile Clients -- IMAP and POP -- High Availability -- Load Balancing -- Health Check Monitors -- SSL Offloading -- Load Balancer Transparency -- Up-Level and Down-Level Proxying -- Azure AD Application Proxy -- Azure Front Door -- Chapter 7: Email Authentication -- Sender Policy Framework -- Constructing the SPF Record -- Checking the SPF Record -- DKIM -- Exchange and DKIM -- DKIM and Exchange Online Protection -- DMARC…”
Publicado 2023
Libro electrónico -
59649Publicado 2014Tabla de Contenidos: “…-- Creating a New Sort -- Quick Sorting -- Refining a Sort -- Building a Group Sort -- Adding Another Sort -- Rearranging the Sort Order -- Why Not Sort in the Wizard? …”
Libro electrónico -
59650Publicado 2024Tabla de Contenidos: “…-- Summary -- Chapter 2: Organizing Media -- Understanding libraries and events -- When and why to log clips -- Favorites -- The rating as a favorite method -- The adding to favorites method -- How to use Favorites -- Understanding Keyword Collections -- Creating Keyword Collections -- Adding shortcuts to Keyword Collections -- Smart Collections -- What is a Smart Collection? …”
Libro electrónico -
59651Publicado 2023Tabla de Contenidos: “…-- JSX versus HTML -- How JSX abstracts JavaScript -- Event handling in React -- Displaying lists in React -- Using key and id in JSX -- Nesting lists in JSX -- Looping over objects in JSX -- Using Object.keys() -- Using Object.values() -- Using Object.entries() -- Example of looping with Object.keys -- Summary -- Chapter 6: Working with React Router and Forms -- Technical requirements -- Routing with React Router -- Routers -- Components -- Hooks -- Adding React Router in React -- Setting up the routing configuration -- Adding links -- Adding a nested route -- Handling dynamic routes -- Using useParams -- Using useNavigate -- Using forms in React -- Controlled and uncontrolled form components -- Controlled form -- Uncontrolled form -- Handling user input - Input, TextArea, and Select -- Input -- TextArea -- Select -- Validating and sanitizing users' data in React -- Implementing form validation -- Summary -- Chapter 7: React Unit Testing -- Technical requirements -- What is software testing? …”
Libro electrónico -
59652
-
59653
-
59654
-
59655
-
59656
-
59657
-
59658
-
59659
-
59660