Mostrando 26,301 - 26,320 Resultados de 26,559 Para Buscar '"performances"', tiempo de consulta: 0.11s Limitar resultados
  1. 26301
    Publicado 2016
    “…It will show you how to gear up the performance of your e-commerce website. We begin by introducing Magento 2 and its features along with implementing a local development Magento environment. …”
    Libro electrónico
  2. 26302
    Publicado 2018
    “…A special topic covers how to perform a security audit in order to improve poor passwords quickly. …”
    Libro electrónico
  3. 26303
    “…What You’ll Learn: Understand the basics of the most popular open source tools—Vagrant, Packer, Terraform, and Ansible—and how to use them in the context of deploying and scaling a SharePoint farm Use Vagrant to build SharePoint development environments in less than an hour, and add automated testing Use Packer to create a “golden image” with preconfigured settings, and then use it as the base image in your Terraform configuration for both AWS and Azure farms Use Terraform to scale your SharePoint farm topology Use Red Hat’s Ansible Playbooks to perform configuration management on your farm Use Terraform to deploy immutable infrastructure environments using IaC (Infrastructure as Code) Use InSpec 2.0 to stay in compliance by testing your cloud infrastructure Use Ansible to apply Microsoft updates and patches This book is for IT pros and developers who are looking to expand their knowledge and take a modern approach by using open source technologies to work with Microsoft products. …”
    Libro electrónico
  4. 26304
    Publicado 2016
    “…As a consultant, he specializes in Linux high availability solutions and performance optimization. More information about Sander is on his website at www.sandervanvugt.com. …”
    Video
  5. 26305
    por Silva, Vladimir. author
    Publicado 2018
    “…You will: Use the Q Experience Composer, the first-of-its-kind web console to create visual programs/experiments and submit them to a quantum simulator or real device on the cloud Run programs remotely using the Q Experience REST API Write algorithms that provide superior performance over their classical counterparts Build a Node.js REST client for authenticating, listing remote devices, querying information about quantum processors, and listing or running experiments remotely in the cloud Create a quantum number generator: The quintessential coin flip with a quantum twist Discover quantum teleportation: This algorithm demonstrates how the exact state of a qubit (quantum information) can be transmitted from one location to another, with the help of classical communication and quantum entanglement between the sender and receiver Peek into single qubit operations with the classic game of Battleships with a quantum twist Handle the counterfeit coin problem: a classic puzzle that consists of finding a counterfeit coin in a beam balance among eight coins in only two turns…”
    Libro electrónico
  6. 26306
    Publicado 2019
    “…What exactly is Slackbot, and why is it talking to me? How do I perform advanced searches to find what I need? How do I find and insta..…”
    Libro electrónico
  7. 26307
    por Etaati, Leila. author
    Publicado 2019
    “…What You'll Learn: Choose the right Microsoft product for your machine learning solution Create and manage Microsoft’s tool environments for development, testing, and production of a machine learning project Implement and deploy supervised and unsupervised learning in Microsoft products Set up Microsoft Power BI, Azure Data Lake, SQL Server, Stream Analytics, Azure Databricks, and HD Insight to perform machine learning Set up a data science virtual machine and test-drive installed tools, such as Azure ML Workbench, Azure ML Server Developer, Anaconda Python, Jupyter Notebook, Power BI Desktop, Cognitive Services, machine learning and data analytics tools, and more Architect a machine learning solution factoring in all aspects of self service, enterprise, deployment, and sharing This book is for data scientists, data analysts, developers, architects, and managers who want to leverage machine learning in their products, organization, and services, and make educated, cost-saving decisions about their ML architecture and tool set. …”
    Libro electrónico
  8. 26308
    Publicado 2018
    “…A special topic covers how to perform a security audit in order to improve poor passwords quickly. …”
    Libro electrónico
  9. 26309
    Publicado 2012
    “…Propriétés électriques des deux composants majeurs d'une installation photovoltaïque : les modules photovoltaïques et les onduleurs. Niveaux de performance des installations photovoltaïques raccordées au réseau en basse tension et moyens d'optimiser le rendement. …”
    Libro electrónico
  10. 26310
    Publicado 2015
    “…What You Will Learn Create and configure a libGDX project to get started with making games Get to grips with a simple game loop that will drive your games Manage game assets to reduce code duplication and speed up development Pack game assets together into single assets to increase your game's performance Display textures on the screen and manipulate them with play input Play various types of sounds that a game can generate Design and modify a game user interface with libGDX's built-in tools Develop a game that will run across various platforms In Detail LibGDX is a cross-platform game development framework in Java that makes game programming easier and fun to do. …”
    Libro electrónico
  11. 26311
    Publicado 2015
    “…Gain deep multiplayer Minecraft knowledge for running your server well Configure your computer to reliably host Minecraft Control your server through the Minecraft Server console Connect users, communicate with them, and set rules they must follow Master basic networking skills for improving server uptime and performance Safeguard your server and users, and prevent griefing Simplify complicated mods with integrated modpacks and launchers Run on the Realms public cloud—let Minecraft worry about maintenance and security Evaluate and choose a third-party hosting provider Customize your spawn “lobby” to help new users find their way Support multiple worlds and teleportation Earn cash with ads, sponsorships, cosmetic upgrades, or VIP access Minecraft is a trademark of Mojang Synergies / Notch Development AB. …”
    Libro electrónico
  12. 26312
    por Rao, Siddhartha
    Publicado 2012
    “…Master the fundamentals of C++ and object-oriented programming Understand how C++11 features help you write compact and efficient code using concepts such as lambda expressions, move constructors, and assignment operators Learn the Standard Template Library, including containers and algorithms used in most real-world C++ applications Test your knowledge and expertise using exercises at the end of every lesson Learn on your own time, at your own pace: No previous programming experience required Learn C++11, object-oriented programming, and analysis Write fast and powerful C++ programs, compile the source code with a gcc compiler, and create executable files Use the Standard Template Library’s (STL) algorithms and containers to write feature-rich yet stable C++ applications Develop sophisticated programming techniques using lambda expressions, smart pointers, and move constructors Learn to expand your program’s power with inheritance and polymorphism Master the features of C++ by learning from programming experts Learn C++11 features that allow you to program compact and high-performance C++ applications TABLE OF CONTENTS PART I: THE BASICS LESSON 1: Getting Started with C++11 LESSON 2: The Anatomy of a C++ Program LESSON 3: Using Variables, Declaring Constants LESSON 4: Managing Arrays and Strings LESSON 5: Working with Expressions, Statements, and Operators LESSON 6: Controlling Program Flow LESSON 7: Organizing Code with Functions LESSON 8: Pointers and References Explained PART II: FUNDAMENTALS OF OBJECT-ORIENTED C++ PROGRAMMING LESSON 9: Classes and Objects LESSON 10: Implementing Inheritance LESSON 11: Polymorphism LESSON 12: Operator Types and Operator Overloading LESSON 13: Casting Operators LESSON 14: An Introduction to Macros and Templates PART III: LEARNING THE STANDARD TEMPLATE LIBRARY (STL) LESSON 15: An Introduction to the Standard Template Library LESSON 16: The STL String Class LESSON 17: STL Dynamic Array Classes LESSON 18: STL list and forward_list LESSON 19: STL Set Classes LESSON 20: STL Map Classes PART IV: MORE STL LESSON 21: Understanding Function Objects LESSON 22: C++11 Lambda Expressions LESSON 23: STL Algorithms LESSON 24: Adaptive Containers: Stack and..…”
    Libro electrónico
  13. 26313
    Publicado 2015
    “…Skill Level Beginner Intermediate What You Will Learn How to choose and perform the right Windows Server 2012 R2 installation or upgrade for your environment How to configure Windows Server after installation and use the new Server Manager How to work with Windows Server roles, features, and permissions How to install and manage Active Directory Domain Services, including user accounts, groups, computer accounts, and OUs How to set up and manage DNS, DHCP, and print services How to manage local storage, including storage spaces How to implement Hyper-V, administer virtual machine storage, and manage virtual networks Who Should Take This Course Everyone who wants to manage Windows Server 2012 R2 in production environments, especially those preparing for Microsoft's MCSA 70-411 Administering Windows Server 2012 certification exam Course Requirements Basic experience with Windows Server system administration About LiveLessons Video Training LiveLessons Video Training series publishes hundreds of hands-on, expert-led video tutorials ..…”
    Video
  14. 26314
    Publicado 2014
    “…Skill Level All Levels What You Will Learn How to get started fast with Office Online, explore its tools, and switch among apps What you can (and can't) do with the free Office apps How to perform essential tasks with the Word, Excel, and PowerPoint apps How to create and share collaborative notebooks in OneNote How to stay in touch with Outlook.com's email and messaging tools How to manage your contacts and organize your time within Office Online How to use the Office Apps together to do even more How to store your files in the cloud with OneDrive Who Should Take This Course Everyone who wants to make the most of Microsoft's free Office Online productivity tools, which are now available to everyone with a free Microsoft Account. …”
    Video
  15. 26315
    Publicado 2014
    “…Skill Level Beginner Intermediate What You Will Learn How to install and update Windows Server, and establish server roles How to manage Windows Server hardware, services, and storage How to efficiently monitor and troubleshoot Windows Server How to ensure maximum server performance and prepare for business continuity How to provide efficient file, print, and remote access services How to set up Active Directory users, groups, OUs, and Group Policy How to take advantage of Windows Server's powerful virtualization capabilities The best ways to prepare for your MTA 98-365 certification exam Who Should Take This Course Everyone who wants to use or manage Windows Server, especially those preparing for Microsoft's MTA 98-365 Windows Server Administration Fundamentals certification exam Course Requirements Basic experience with any version of Windows Table of Contents Course Intro 0.1. …”
    Video
  16. 26316
    Publicado 2015
    “…She has expertise in Java high-performance systems, and is passionate about enabling developer productivity. …”
    Video
  17. 26317
    Publicado 2014
    “…How You Can Trade Like a Pro provides expert coverage on: Understanding the risks and rewards of the market Avoiding the emotional pitfalls of trading Creating your own trading plan and watch lists Also includes: A simple tracking system to optimize trading performance Proven trading strategies explained step-by-step A variety of expert tools for accurately identifying market trends If you want to be a trader or just want to take back control of your fi nances, this guide shows you how to empower yourself with the trading routine that best fits you. …”
    Libro electrónico
  18. 26318
    Publicado 2015
    “…• Create, customize, and change pivot tables • Transform huge data sets into clear summary reports • Analyze data faster with Excel 2016’s new recommended pivot tables • Instantly highlight your most profitable customers, products, or regions • Quickly import, clean, and shape data with Power Query vBuild geographical pivot tables with Power Map • Use Power View dynamic dashboards to see where your business stands • Revamp analyses on the fly by dragging and dropping fields • Build dynamic self-service reporting systems • Combine multiple data sources into one pivot table • Use Auto grouping to build date/time-based pivot tables faster vCreate data mashups with Power Pivot • Automate pivot tables with macros and VBA About MrExcel Library Every book in the MrExcel Library pinpoints a specific set of crucial Excel tasks and presents focused skills and examples for performing them rapidly and effectively. Selected by Bill Jelen, Microsoft Excel MVP and mastermind behind the leading Excel solutions website MrExcel.com, these books will • Dramatically increase your productivity—saving you 50 hours a year or more • Present proven, creative strategies for solving real-world problems • Show you how to get great results, no matter how much data you have • Help you avoid critical mistakes that even experienced users make Bill Jelen is MrExcel, the world’s #1 spreadsheet wizard. …”
    Libro electrónico
  19. 26319
    Publicado 2015
    “…Skill Level All Levels What You Will Learn How to use Google Docs to create any type of document How to use Google Sheets to manage budgets and perform other spreadsheet-based activities How to use Google Slides to create effective presentations How to share files and collaborate with colleagues using Google's online apps How to use Google Drive to store and manage all your files online Who Should Take This Course For every consumer, professional, employee, student, and teacher who is using (or planning to use) any ..…”
    Video
  20. 26320
    Publicado 2015
    “…The assessment engine also tracks your performance and provides feedback on a chapter-by-chapter basis, laying out a complete assessment of your knowledge to help you focus your study where it is needed most. …”
    Libro electrónico