Mostrando 4,421 - 4,440 Resultados de 6,504 Para Buscar '"The Set Up"', tiempo de consulta: 0.21s Limitar resultados
  1. 4421
    por Hochstein, Lorin
    Publicado 2015
    Tabla de Contenidos: “…-- What Isn't Covered -- Installing Ansible -- Setting Up a Server for Testing -- Using Vagrant to Set Up a Test Server -- Telling Ansible About Your Test Server -- Simplifying with the ansible.cfg File -- Moving Forward -- Chapter 2. …”
    Libro electrónico
  2. 4422
    Publicado 2023
    Tabla de Contenidos: “…Using functions for various purposes -- Summary -- Questions -- Chapter 8: Managing PostgreSQL Security -- Managing network security -- Understanding bind addresses and connections -- Managing the pg_hba.conf file -- Handling instance-level security -- Defining database-level security -- Adjusting schema-level permissions -- Working with tables -- Handling column-level security -- Configuring default privileges -- Digging into row-level security -- Inspecting permissions -- Reassigning objects and dropping users -- Summary -- Questions -- Chapter 9: Handling Backup and Recovery -- Performing simple dumps -- Running pg_dump -- Passing passwords and connection information -- Extracting subsets of data -- Handling various formats -- Replaying backups -- Handling global data -- Summary -- Questions -- Chapter 10: Making Sense of Backups and Replication -- Understanding the transaction log -- Looking at the transaction log -- Understanding checkpoints -- Optimizing the transaction log -- Transaction log archiving and recovery -- Configuring for archiving -- Using archiving libraries -- Configuring the pg_hba.conf file -- Creating base backups -- Replaying the transaction log -- Cleaning up the transaction log archive -- Setting up asynchronous replication -- Performing a basic setup -- Halting and resuming replication -- Checking replication to ensure availability -- Performing failovers and understanding timelines -- Managing conflicts -- Making replication more reliable -- Upgrading to synchronous replication -- Adjusting durability -- Making use of replication slots -- Handling physical replication slots -- Handling logical replication slots -- Making use of the CREATE PUBLICATION and CREATE SUBSCRIPTION commands -- Setting up an HA cluster using Patroni -- Understand how Patroni operates -- Installing Patroni -- Creating Patroni templates -- Summary…”
    Libro electrónico
  3. 4423
    Publicado 2010
    Tabla de Contenidos: “…Intro -- Title Page -- Copyright -- Dedication -- About the Author -- About the Technical Editor -- About the Instructional Designer -- Credits -- Introduction -- Who Should Read This Book -- How This Book Is Organized -- Minimum Requirements -- Further Information -- Part I: Laying the Groundwork in Dreamweaver -- Chapter 1: Introducing Dreamweaver CS5 -- The Dynamic World of Dreamweaver -- The Dreamweaver Interface -- Up-to-Date Code Standards -- Next-Generation Features -- Program Extensibility -- Automation Enhancements -- Site Management Tools -- Summary -- Chapter 2: Touring Dreamweaver -- Choosing a Workspace Layout -- Viewing the Document Window -- Accessing the Toolbars -- Selecting from the Insert Panel -- Getting the Most Out of the Property Inspector -- Customizing Your Workspace with Dockable Panels -- Accessing the Menus -- Connecting to Adobe Services -- Summary -- Chapter 3: Setting Your Preferences -- Customizing Your Environment -- Adjusting Advanced Features -- Making Online Connections -- Customizing Your Code -- Summary -- Chapter 4: Setting Up Sites and Servers -- Planning Your Site -- Mapping Dynamic Pages for Web Applications -- Defining a Site -- Cloaking Site Folders -- Managing Site Info -- Creating and Saving New Pages -- Creating New Documents -- Previewing Your Web Pages -- Putting Your Pages Online -- Summary -- Part II: Designing and Crafting Basic Pages -- Chapter 5: Accessing the Code Directly -- The Structure of a Web Page -- Expanding into XHTML -- doctype and doctype Switching -- Defining &lt -- head&gt -- Elements -- Adding to the &lt -- body&gt -- -- Working with Code View and the Code Inspector -- Integrating Live View, Related Files, and Code Navigator Features -- Using the Coding Toolbar -- Enhancing Code Authoring Productivity -- Adding Code Through the Snippets Panel -- Using the Reference Panel…”
    Libro electrónico
  4. 4424
    Publicado 2018
    Tabla de Contenidos: “…. -- Chapter 12: Git Providers, Integrations, and Clients -- Introduction -- Setting up an organization at GitHub -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Creating a repository at GitHub -- Getting ready -- How to do it... -- How it works... -- There's more... -- Adding templates for issues and pull requests -- Getting ready -- How to do it... -- How it works... -- Creating a GitHub API key -- Getting ready -- How to do it... -- How it works... -- See also -- Using GitHub to authenticate at Jenkins -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Triggering Jenkins builds -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using Jenkinsfiles -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Other Books You May Enjoy -- Index…”
    Libro electrónico
  5. 4425
    Publicado 2018
    Tabla de Contenidos: “…. -- Chapter 8: Anko Commons and Extension Function -- Introduction -- Setting up Anko with Gradle -- Getting ready -- How to do it... -- Extending Android framework using extension function -- Getting ready…”
    Libro electrónico
  6. 4426
    Publicado 2018
    Tabla de Contenidos: “…Passcodes, Touch ID, and Face ID -- Code Signing -- Sandboxing -- Encryption -- Data protection -- Address Space Layout Randomization -- Privilege separation -- Stack-smashing protection -- Data execution prevention -- Data wipe -- Activation Lock -- The App Store -- Jailbreaking -- Summary -- Chapter 3: Data Acquisition from iOS Devices -- Operating modes of iOS devices -- The normal mode -- The recovery mode -- DFU mode -- Setting up the forensic environment -- Password protection and potential bypasses -- Logical acquisition -- Practical logical acquisition with libimobiledevice -- Practical logical acquisition with Belkasoft Acquisition Tool -- Practical logical acquisition with Magnet ACQUIRE -- Filesystem acquisition -- Practical jailbreaking -- Practical filesystem acquisition with Elcomsoft iOS Forensic Toolkit -- Physical acquisition -- Practical physical acquisition with Elcomsoft iOS Forensic Toolkit -- Summary -- Chapter 4: Data Acquisition from iOS Backups -- iTunes backup -- Creating backups with iTunes -- Understanding the backup structure -- info.plist -- manifest.plist -- status.plist -- manifest.db -- Extracting unencrypted backups -- iBackup Viewer -- iExplorer -- BlackLight -- Encrypted backup -- Elcomsoft Phone Breaker -- Working with iCloud backups -- Extracting iCloud backups -- Summary -- Chapter 5: iOS Data Analysis and Recovery -- Timestamps -- Unix timestamps -- Mac absolute time -- WebKit/Chrome time -- SQLite databases -- Connecting to a database -- SQLite special commands -- Standard SQL queries -- Accessing a database using commercial tools -- Key artifacts - important iOS database files -- Address book contacts -- Address book images -- Call history -- SMS messages -- Calendar events -- Notes -- Safari bookmarks and cache -- Photo metadata -- Consolidated GPS cache -- Voicemail -- Property lists…”
    Libro electrónico
  7. 4427
    por Ayyadevara, V. Kishore
    Publicado 2023
    Tabla de Contenidos: “…Imbalanced data -- The size of the object within an image -- The difference between training and validation data -- The number of nodes in the flatten layer -- Image size -- OpenCV utilities -- Summary -- Questions -- Chapter 7: Basics of Object Detection -- Introducing object detection -- Creating a bounding-box ground truth for training -- Understanding region proposals -- Leveraging SelectiveSearch to generate region proposals -- Implementing SelectiveSearch to generate region proposals -- Understanding IoU -- Non-max suppression -- Mean average precision -- Training R-CNN-based custom object detectors -- Working details of R-CNN -- Implementing R-CNN for object detection on a custom dataset -- Downloading the dataset -- Preparing the dataset -- Fetching region proposals and the ground truth of offset -- Creating the training data -- R-CNN network architecture -- Predicting on a new image -- Training Fast R-CNN-based custom object detectors -- Working details of Fast R-CNN -- Implementing Fast R-CNN for object detection on a custom dataset -- Summary -- Questions -- Chapter 8: Advanced Object Detection -- Components of modern object detection algorithms -- Anchor boxes -- Region proposal network -- Classification and regression -- Training Faster R-CNN on a custom dataset -- Working details of YOLO -- Training YOLO on a custom dataset -- Installing Darknet -- Setting up the dataset format -- Configuring the architecture -- Training and testing the model -- Working details of SSD -- Components in SSD code -- SSD300 -- MultiBoxLoss -- Training SSD on a custom dataset -- Summary -- Questions -- Chapter 9: Image Segmentation -- Exploring the U-Net architecture -- Performing upscaling -- Implementing semantic segmentation using U-Net -- Exploring the Mask R-CNN architecture -- RoI Align -- Mask head…”
    Libro electrónico
  8. 4428
    Publicado 2014
    Tabla de Contenidos: “…. -- How it works... -- See also -- Setting up Apache Karaf for high availability -- Getting ready -- How to do it... -- How it works... -- There's more... -- 2. …”
    Libro electrónico
  9. 4429
    Publicado 2018
    Tabla de Contenidos: “…-- Avoiding nested aura:if in aura:iteration -- A.createComponent() for lazy loading -- Using plain old JavaScript to gain maximum performance -- Events strategy for performance and ease of code maintenance -- Event anti-patters that can cause a performance bottleneck -- &lt -- aura:iteration&gt -- - multiple items set -- Optimizing JavaScript in Lightning Components -- Unbound expression bindings -- Using the Lightning data service -- Leveraging Lightning base components -- Creating a record form, using Lightning:recordForm -- Optimizing Apex code -- Limiting data rows for lists -- Reducing server response time, using the platform cache -- Avoiding sending responses from Apex as wrapper objects -- Disabling Debug Mode for production -- Summary -- Chapter 10: Taking Lightning Components out of Salesforce Using Lightning Out -- Lightning Out in Visualforce -- Creating a Lightning dependency application -- Adding Lightning Components for the Visualforce JavaScript library -- Adding JavaScript to create a component on a Visualforce page -- Lightning Out in a Node.js application -- Creating a connected application -- Setting up a Node.js application -- Creating a Lightning Out application -- Deploying Node.js application on Heroku -- Lightning Out for unauthenticated users -- Lightning Out limitations and considerations -- Summary…”
    Libro electrónico
  10. 4430
    Publicado 2010
    Tabla de Contenidos: “…Cover -- Contents -- Introduction -- 1 Getting Started with InDesign CS5 -- Installing InDesign -- Getting Started -- Viewing the InDesign Window -- Showing and Hiding Panels -- Working with Panels -- Using the Tools and Control Panel -- Opening a Document -- Opening a Document with Adobe Bridge -- Inserting Images or Text in a Document -- Using the Status Bar -- Working with Document Windows -- Checking for Updates Online -- Getting Help While You Work -- Saving a Document -- Finishing Up -- 2 Creating and Viewing a Document -- Creating a New Document -- Creating a New Document from a Template -- Creating a New Document Using Presets -- Setting Up a Document -- Changing the Display View -- Changing the View with the Zoom Tool -- Viewing and Using Rulers -- Using Guides -- Changing Guides &amp -- Pasteboard Options -- Using Smart Guides -- Using the Grid -- Moving Around with the Hand Tool -- Working with the Info Panel -- Creating and Displaying Workspaces -- Using Undo and Redo -- 3 Managing Pages and Books -- Using the Pages Panel -- Inserting Pages -- Changing the Page Size -- Navigating Pages -- Adding Color Labels to Pages -- Deleting Pages -- Moving Pages -- Working with Page Spreads -- Rotating Page Spreads -- Creating Master Pages -- Working with Master Pages -- Working with Page Numbers and Sections -- Working with Chapter Numbers -- Creating and Using Text Variables -- Creating a Book -- Managing Books -- Creating a Table of Contents -- Starting an Index -- Creating an Index Entry -- Creating an Index -- Managing an Index -- Adjusting Layouts -- 4 Working with Text -- Using Type Tools -- Creating Type in a Text Frame -- Creating Type Using Frame Tools -- Creating Path Type -- Importing Text -- Flowing Imported Text -- Working with Overflow Text -- Using Smart Text Reflow -- Typing and Selecting Text -- Editing Text with Autocorrect…”
    Libro electrónico
  11. 4431
    Publicado 2011
    Tabla de Contenidos: “…-- Exploring Silverlight 4 Demos -- Deep Zooming the Matterhorn -- Getting Involved Socially with Sobees -- Navigating with Bing Maps Streetside and PhotoSynth -- Visualizing Information with the Pivot Viewer -- Drawing on the Web with Fantasia -- How Can You Get Involved? -- Summary -- 2 Setting Up and Discovering Your Environment -- Installing Visual Studio -- Visual Studio 2010 -- Visual Web Developer Express -- Installing the Silverlight Tools for Visual Studio -- Verifying the Installation -- Inspecting the Application -- Unpacking an XAP File -- Using the Visual Studio Designer -- Implementing Hello Silverlight -- Checking the Properties Editor -- Adding Some Text -- Using Design Time Width and Height -- Saving the Application -- Installing Expression Blend -- Creating a New Silverlight Application -- Opening Hello Silverlight -- Adding an Effect -- Creating a Pulse Animation -- Triggering the Storyboard -- Testing the Application -- Summary -- 3 Extending Your Application with Controls -- Extending XAML -- Mapping a Prefix to a CLR Namespace -- Why Is a Prefix Not Always Needed? …”
    Libro electrónico
  12. 4432
    Publicado 2004
    Tabla de Contenidos: “…OS/400 operations -- 3.1 Index of OS/400 operations -- 3.2 Overview -- 3.3 Setting up your operational interface -- 3.3.1 Getting started with iSeries Navigator -- 3.3.2 Customizing the iSeries Navigator interface -- 3.3.3 Getting started with OS/400 command line…”
    Libro electrónico
  13. 4433
    Publicado 2022
    Tabla de Contenidos: “…. -- How it works... -- Setting up a connection pool -- Getting ready -- How to do it... -- How it works... -- There's more... -- Accessing multiple servers using the same host and port -- Getting ready -- How to do it... -- There's more... -- Chapter 5: Tables and Data -- Choosing good names for database objects -- Getting ready -- How to do it... -- There's more... -- Handling objects with quoted names -- Getting ready -- How to do it... -- How it works... -- There's more... -- Enforcing the same name and definition for columns -- Getting ready -- How to do it... -- How it works... -- There's more... -- Identifying and removing duplicates -- Getting ready -- How to do it... -- How it works... -- There's more... -- Preventing duplicate rows -- Getting ready -- How to do it... -- How it works... -- There's more... -- Finding a unique key for a set of data -- Getting ready -- How to do it... -- How it works... -- Generating test data…”
    Libro electrónico
  14. 4434
    Publicado 2022
    Tabla de Contenidos: “…-- How Elements is designed to work -- A typical workflow example -- How I like to edit images -- The five faces of Adobe Photoshop Elements 2023 -- The Home screen -- The Organizer -- The Catalog -- Photo Editor: Quick Edit mode -- Photo Editor: Guided Edit mode -- Photo Editor: Expert Edit mode -- Working with panels and the Panel Bin -- Panel Functions -- The Create and Share menus -- The Enhance Menu -- Working with video and Premiere Elements -- Create menu features -- Summary -- Chapter 2: Setting Up Photoshop Elements from Scratch -- Setting up a photo editing computer -- Importing media into the Elements Organizer -- Reviewing the media -- Media backup -- Organizing your work: Star rating photos -- Organizing your work: Picture search using Metadata -- Organizing your work: Keyword Tagging -- Organizing your work: Places -- Organizing your work: Events -- Organizing your work: People -- Understanding JPEG and RAW file formats -- Saving Files -- Saving Version Sets -- Managing catalogs -- Digitizing Photos with a Scanner -- Digitizing Photos with a Camera -- Color management: Understanding color spaces -- Color management: Color settings -- Color Management: Screen and printer calibration -- Organizer keyboard shortcuts -- Summary -- Chapter 3: The Basics of Image Editing -- The editing workflow and best practices -- Overview: editing RAW files -- Editing Raw files: the Basic tab -- Editing RAW files: the Detail (sharpening) tab -- Editing Raw files: Noise Reduction -- Editing Raw files: Other Features -- 10 ways to open a photo for editing -- Understanding picture resolution -- Cropping for better composition -- The Straighten tool…”
    Libro electrónico
  15. 4435
    por Barrett, Joan
    Publicado 2005
    Tabla de Contenidos:
    Libro electrónico
  16. 4436
    por Jordan, Ted
    Publicado 2023
    Tabla de Contenidos: “…-- Configuring the Shell -- The Life of a Process -- Managing Variables -- Configuring Aliases -- Setting Up the Local Environment -- Locale Settings -- Character Encoding -- An ASCII Primer -- A Unicode Primer -- Setting Time -- The date Command -- The /usr/share/zoneinfo/ and /etc/localtime Files -- The hwclock Command -- The timedatectl Command -- Bash Configuration Files -- Login Script Order -- The source Command -- Exercise 3-1: Working with Variables, Parameters, and Aliases -- Redirection -- File Descriptors -- Redirect stdin with &lt -- -- Redirect stdout with &gt -- and &gt -- &gt -- -- Redirect stderr with 2&gt -- -- Combining stdout and stderr -- Send Data to a Command Using a Pipe…”
    Libro electrónico
  17. 4437
    Publicado 2024
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Part 1: Introduction to PrimeNG -- Chapter 1: Introducing Angular and PrimeNG: A Powerful Combination -- Technical requirements -- Introducing Angular -- Introducing PrimeNG -- Exploring key features of PrimeNG -- Using Angular and PrimeNG together -- Summary -- Chapter 2: Setting Up Your Development Environment -- Technical requirements -- Setting up the Angular CLI -- Installing Node.js v18 (using NVM) -- Installing the Angular CLI -- Creating a new Angular project -- Understanding the project structure -- Discovering useful VS Code extensions -- Angular Language Service -- Editor Config -- Angular Schematics -- Auto Rename Tag -- Nx Console -- Summary -- Chapter 3: Utilizing Angular's Features and Improvements -- Technical requirements -- Introducing modern Angular -- Learning about the core features and improvements in Angular -- Angular data binding -- Angular components -- Dependency injection -- Angular services -- Angular directives -- Angular pipes -- Angular signals -- Angular control flow -- Organizing an Angular project -- Summary -- Chapter 4: Integrating PrimeNG into Your Angular Project -- Technical requirements -- Adding PrimeNG components to your Angular project -- Installing PrimeNG -- Importing PrimeNG styles into your Angular application -- Working with PrimeNG icons -- Adding PrimeNG methods -- Using PrimeNG components in your templates -- Working with PrimeNG component APIs and directives -- Configuring PrimeNG modules and dependencies -- Global configuration -- Angular animation configuration -- Customizing component styles and themes -- Overriding styles at the component level -- Overriding styles globally -- Troubleshooting common integration issues -- Conflict or compatibility issues -- Missing or incorrect imports…”
    Libro electrónico
  18. 4438
    Publicado 2023
    Tabla de Contenidos:
    Libro electrónico
  19. 4439
    Publicado 2023
    Tabla de Contenidos: “…-- Other languages or versions -- Understanding the Archicad UI -- Getting to know the main UI components -- Toolbars and palettes -- Understanding work environments -- Understanding Archicad onscreen feedback -- Setting up your first Archicad project -- Project Info -- Building stories -- Origin and display grid -- Saving a project file -- Summary -- Chapter 3: Building a Basic Residential Model: Modeling the Construction Elements -- Technical requirements -- Navigating in 2D/3D and learning the basics of modeling -- Opening your first model -- Navigating in 2D -- Configuring mouse behavior -- Navigating in 3D -- Modeling tools in general -- Core construction - walls and slabs -- Modeling the basic shape of the ground floor -- Grouping -- Looking at the many settings of a wall -- Adding a slab -- Trace &amp -- Reference -- Using the Pet Palette during modeling -- Materials and composite structures (basics) -- Using drawing aids in Archicad -- Using Snap Guides and Guide References -- Using Guide Lines…”
    Libro electrónico
  20. 4440
    por Jay, Rabi
    Publicado 2024
    Tabla de Contenidos: “…The Google AI/ML Services Stack -- For Data Scientists -- For Developers -- The Microsoft AI/ ML Services Stack -- Azure Applied AI Services -- Azure Cognitive Services -- Azure Machine Learning -- Other Enterprise Cloud AI Platforms -- Dataiku -- DataRobot -- KNIME -- IBM Watson -- Salesforce Einstein AI -- Oracle Cloud AI -- Workbook Template: AI/ML Platform Evaluation Sheet -- Summary -- Review Questions -- Answer Key -- Chapter 10 Launching Your Pilot Project -- Launching Your Pilot -- Planning for Launch -- Recap of the Envision Phase -- Planning for the Machine Learning Project -- Following the Machine Learning Lifecycle -- Business Goal Identification -- Machine Learning Problem Framing -- Data Processing -- Model Development -- Model Deployment -- Model Monitoring -- Workbook Template: AI/ML Pilot Launch Checklist -- Summary -- Review Questions -- Answer Key -- Part IV Building and Governing Your Team -- Chapter 11 Empowering Your People Through Org Change Management -- Succeeding Through a People-centric Approach -- Evolve Your Culture for AI Adoption, Innovation, and Change -- Redesign Your Organization for Agility and Innovation with AI -- Aligning Your Organization Around AI Adoption to Achieve Business Outcomes -- Workbook Template: Org Change Management Plan -- Summary -- Review Questions -- Answer Key -- Note -- Chapter 12 Building Your Team -- Understanding the Roles and Responsibilities in an ML Project -- Build a Cross-Functional Team for AI Transformation -- Adopt Cloud and AI to Transform Current Roles -- Customize Roles to Suit Your Business Goals and Needs -- Workbook Template: Team Building Matrix -- Summary -- Review Questions -- Answer Key -- Part V Setting Up Infrastructure and Managing Operations -- Chapter 13 Setting Up an Enterprise AI Cloud Platform Infrastructure -- Reference Architecture Patterns for Typical Use Cases…”
    Libro electrónico