Mostrando 7,341 - 7,360 Resultados de 127,985 Para Buscar 'Prowent~', tiempo de consulta: 3.63s Limitar resultados
  1. 7341
    Publicado 2014
    Tabla de Contenidos: “…3.2 - Research Validity and ReliabilityChapter 4-Exploratory Study: Uncovering Design for Evolvability Practices in Single-Funder Capital Project Environments; 4.1 - Introduction; 4.2 - Research Context; 4.3 - Front-End Strategizing; 4.4 - Using Options Logic in Capital Design for Evolvability; 4.5 - Assessing the Flexibility Built-In; 4.6 - Final Observations; Chapter 5-Design for Evolvability in Multi-Funder Environments: Insights from an Embedded Case Study at Network Rail; 5.2 - The NR Capital Project Context; 5.3 - Design for Evolvability in NR Capital Projects…”
    Libro electrónico
  2. 7342
    Publicado 2017
    Tabla de Contenidos: “…Connecting the camera module to the Raspberry Pi -- OpenCV -- Downloading and installing OpenCV on Windows -- Creating the Java project -- Adding the OpenCV library to your Java project -- Downloading and building OpenCV on Raspberry Pi -- Working with video -- Facial recognition -- Build and run -- Summary -- Index…”
    Libro electrónico
  3. 7343
    Publicado 2016
    “…Over 31 simple yet incredibly effective recipes for installing and managing System Center 2016 Endpoint Protection About This Book This is the most practical and up-to-date book covering important new features of System Center 2016 Endpoint protection Gain confidence in managing IT and protecting your server against malware and other threats Configure and automate reporting features and also prepare yourself for a simple and pain-free migration process Who This Book Is For If you are a System Administrator or Engineer using System Center 2016 Endpoint Protection, then this book is for you. …”
    Libro electrónico
  4. 7344
    por ITGP Governance Privacy Team
    Publicado 2016
    Materias: “…Data protection Law and legislation European Union countries…”
    Libro electrónico
  5. 7345
    Publicado 2017
    “…Optimize and boost your Linux-based system with Yocto Project and increase its reliability and robustness efficiently and cost-effectively. …”
    Libro electrónico
  6. 7346
    Publicado 2017
    Tabla de Contenidos: “…Attaching the MicroSD card on Raspberry Pi 3 -- Putting them all together -- Ethernet and Wi-Fi connection -- Installing Visual Studio -- Enabling the Developer Mode on Windows 10 Desktop -- Creating a first example -- Writing our first application -- Loading the project in Visual Studio -- Connecting the LED to your Windows IoT device -- Hardware pins -- Hardware connections -- Deploying the app -- Developing the code -- Timer code -- Starting GPIO pins -- Modify the state of a pin -- Running the application -- Applications for the&amp -- #160 -- Internet of Things -- Real-life examples of the Internet of Things -- Smart home devices -- Wireless bulbs -- Smart refrigerators -- Applications of the Raspberry Pi in the Internet of Things -- Media center using the Raspberry Pi 3 -- Cloud storage using Raspberry Pi 3 -- Tracker using Raspberry Pi 3 -- Web server using Raspberry Pi 3 -- Gateway for Bluetooth devices using Raspberry Pi 3 -- The architecture of the security system -- Materials required -- Hardware connections -- Initial setup -- Software required -- Software setup -- Software development -- Running the interface -- Integrating the system and putting it all together -- Future ideas -- Summary -- Index…”
    Libro electrónico
  7. 7347
    Publicado 2019
    Tabla de Contenidos: “…Front Cover -- ARM-Based microcontroller projects using MBED -- Copyright -- Contents -- About the Author -- Preface -- Acknowledgments -- Chapter 1: Introduction -- 1.1. …”
    Libro electrónico
  8. 7348
    por Rossberg, Joachim. author
    Publicado 2019
    Tabla de Contenidos: “…Chapter 1: Introduction to Application Lifecycle Management -- Chapter 2: An Overview of Azure DevOps -- Chapter 3: Introduction to Scrum and Agile Concepts -- Chapter 4: Work Items and Process Templates -- Chapter 5: Customizing the Process Template in Azure DevOps -- Chapter 6: Agile Practices in Azure DevOps and TFS -- Chapter 7: Metrics in Agile Projects -- Chapter 8: Agile Project Management in Azure DevOps and TFS…”
    Libro electrónico
  9. 7349
    por Robinson, Andrew
    Publicado 2014
    Tabla de Contenidos: “…; Kapitel 2: Ein erstes Programm: Der Beschimpfungsgenerator; 2.1 Das erste Python-Programm; 2.2 Das Programm speichern; 2.3 Beschimpfung generieren; 2.3.1 Variablen; 2.3.2 Strings; 2.3.3 Listen; 2.3.4 Funktionen; 2.4 Beschimpfung mit Anrede; 2.4.1 Bedingtes Verhalten; 2.5 Ein ganzer Schwall an Beschimpfungen; 2.5.1 Eigene Funktionen erstellen; 2.5.2 Schleifen; 2.6 Fazit; Teil II: Software-Projekte; Kapitel 3: Tic-Tac-Toe; 3.1 Fehler; 3.2 Zum Auftakt das Spielbrett; 3.2.1 Verbesserung der Spielbrettausgabe…”
    Libro electrónico
  10. 7350
    Publicado 2015
    “…This downloadable video explores exactly what redstone is, how we can use it, and the tools that are part of working with redstone. We’ll look at some projects, breaking them down step by step, so that you can see redstone in action. …”
    Video
  11. 7351
    Publicado 2015
    Materias:
    Libro electrónico
  12. 7352
    Publicado 2017
    Tabla de Contenidos: “…The internet as judge, jury, and executioner -- Preventing and addressing online problems -- Policies and tools for business -- Understand and manage online review sites -- Build your reputation with ongoing marketing activities -- The ever-changing world of ORM…”
    Libro electrónico
  13. 7353
    Publicado 2023
    “…In this edited volume, scholars from the Netherlands and abroad analyse the roles that animals play in Dutch travel literature from 1800 to the present. In this way, we aim to provide new insights into the relationships between man and animals, in textual expressions and real life, and to add the 'Dutch case' to the flourishing international field of travel writing studies…”
    Libro electrónico
  14. 7354
    Publicado 2023
    Tabla de Contenidos: “…Cover -- Title page -- Copyright and credits -- Contributors -- Table of Contents -- Preface -- Part 1: Introduction and Crash Course -- Chapter 1: Starting Your First Vue Project -- Technical requirements -- Understanding Vue as a framework -- Angular versus Vue -- React versus Vue -- Advantages of using Vue for your project -- Working with Vue -- Understanding the Vue instance -- Setting up a Vite-powered Vue application -- Vue's SFC architecture -- Exercise 1.01 - building your first component -- Exploring data properties as a local state -- Writing components with script setup -- Exercise 1.02 - interpolation with conditionals -- Understanding Vue directives -- Exercise 1.03 - exploring basic directives (v-text, v-once, v-html, v-bind, v-if, v-show) -- Enabling two-way binding using v-model -- Exercise 1.04 - experimenting with two-way binding using v-model -- Understanding data iteration with v-for -- Basic iteration using v-for -- Exercise 1.05 - using v-for to iterate through an array of strings -- Iterating through an array of objects -- Exercise 1.06 - using v-for to iterate through an array of objects and using their properties in v-if conditions -- Iterating through a keyed collection (Object) -- Exercise 1.07 - using v-for to loop through the properties of Object -- Exploring methods -- Exercise 1.08 - triggering methods -- Exercise 1.09 - returning data using Vue methods -- Understanding component lifecycle hooks -- Exercise 1.10 - using a Vue lifecycle to control data -- Styling components -- Exercise 1.11 - importing SCSS into a scoped component -- Setting up state-driven dynamic CSS in Vue 3 -- Understanding CSS modules -- Exercise 1.12 - styling Vue components using CSS modules -- Activity 1.01 - building a dynamic shopping list app using Vue -- Summary -- Chapter 2: Working with Data -- Technical requirements…”
    Libro electrónico
  15. 7355
  16. 7356
    Publicado 2021
    “…European Union as a global regulator for environmental protection : a legitimacy perspective…”
    Libro
  17. 7357
    Tabla de Contenidos: “…Études de cas entreprises pour le présent Manuel -- 2. S'inspirer des travaux antérieurs et de l'expérience acquise -- Encadré III.2. …”
    Libro electrónico
  18. 7358
    Publicado 2023
    Libro electrónico
  19. 7359
    Publicado 2021
    Libro electrónico
  20. 7360
    Publicado 2024
    Libro electrónico