LitMy.ru - литература в один клик

  • Добавил: literator
  • Дата: 1-11-2022, 15:14
  • Комментариев: 0
Understanding Microsoft Intune: Deploying Applications Using PowerShellНазвание: Understanding Microsoft Intune: Deploying Applications Using PowerShell
Автор: Owen Heaume
Издательство: Apress
Год: 2022
Страниц: 194
Язык: английский
Формат: pdf (true), epub
Размер: 15.97 MB

Learn to deploy simple and complex applications that are beyond the scope of default Intune application deployment scenarios and limitations. This book will help you deploy applications using a PowerShell script. The book starts with PowerShell Cmdlets to get an understanding of deployment through PowerShell scripts. Next, you will learn how to work with msiexec where you will learn which properties of your MSI can be set and what values can be passed to them, even if you do not know what the properties and values initially are. Further, you will run the Setup.exe for installation and un-installation of parameters along with MSI extraction. You will then learn detection rules using PowerShell and gain an understanding of the location to run the script. Moving forward, you will go through installing a program by calling MSI or Setup.exe in Intune. Following this, you will go through a demonstration of deploying a script containing functions.
  • Добавил: literator
  • Дата: 1-11-2022, 14:49
  • Комментариев: 0
Embedded Software Design: A Practical Approach to Architecture, Processes, and Coding TechniquesНазвание: Embedded Software Design: A Practical Approach to Architecture, Processes, and Coding Techniques
Автор: Jacob Beningo
Издательство: Apress
Год: 2022
Страниц: 474
Язык: английский
Формат: pdf (true), epub
Размер: 41.6 MB

This book will teach you how to design higher-quality embedded software from concept through production. Embedded systems are typically designed using microcontrollers to build electronic systems with a dedicated function and real-time responses. Modern systems need to carefully balance a complex set of features, manage security, and even run machine learning inferences while maintaining reasonable costs, scalability, and robustness. Embedded System Design starts with a basic introduction to embedded software architecture and the considerations for a successful design. We then break down how to architect an RTOS-based application and explore common design patterns and building blocks. Next, we discuss embedded software design processes such as TDD, CI/CD, modeling, and simulation that can be used to accelerate development. Finally, we will discuss how to select a microcontroller, write configurable code, coding strategies, techniques, and tools developers can’t live without.
  • Добавил: literator
  • Дата: 1-11-2022, 04:03
  • Комментариев: 0
Swarm Intelligence and Deep Evolution: Evolutionary Approach to Artificial IntelligenceНазвание: Swarm Intelligence and Deep Evolution: Evolutionary Approach to Artificial Intelligence
Автор: Hitoshi Iba
Издательство: CRC Press
Год: 2022
Страниц: 288
Язык: английский
Формат: pdf (true)
Размер: 32.7 MB

The book provides theoretical and practical knowledge about Swarm Intelligence (SI) and evolutionary computation. It describes the emerging trends in Deep Learning (DL) that involve the integration of Swarm Intelligence and evolutionary computation with Deep Learning, i.e., deep neuroevolution and deep swarms. The study reviews the research on network structures and hyperparameters in Deep Learning, and attracting attention as a new trend in Artificial Intelligence (AI). A part of the coverage of the book is based on the results of practical examples as well as various real-world applications. The future of AI, based on the ideas of Swarm Intelligence and evolution is also covered. MindRender is an AI educational software that allows the readers to create and play with VR programs, and provides a variety of examples so that the readers will be able to create and understand AI.
  • Добавил: literator
  • Дата: 1-11-2022, 03:21
  • Комментариев: 0
Hands-On Mobile App Testing : A Guide For Software Testers And Anyone Involved In The Mobile App Business, 2nd EditionНазвание: Hands-On Mobile App Testing : A Guide For Software Testers And Anyone Involved In The Mobile App Business, 2nd Edition
Автор: Daniel Knott
Издательство: Leanpub
Год: 2022-06-02
Страниц: 268
Язык: английский
Формат: pdf (true), epub
Размер: 10.18 MB

Are you a mobile tester looking to learn something new? Are you a software tester, developer, product manager or completely new to mobile testing? Then you should read this book as it contains lots of insights about the challenging job of a mobile tester from a practical perspective. Are you a mobile tester looking to learn something new? Are you a software tester, developer, product manager or completely new to mobile testing? Then you should read this book as it contains lots of insights about the challenging job of a mobile tester from a practical and pragmatic perspective. Parts of the open-source Android operating system are written in C and C++. Android apps are written in Java or Kotlin. iOS is also written in C and C++ and is closed source. iOS apps are written in Objective-C or Swift.
  • Добавил: literator
  • Дата: 1-11-2022, 01:35
  • Комментариев: 0
Windows Kernel Programming, 2nd EditionНазвание: Windows Kernel Programming, 2nd Edition
Автор: Pavel Yosifovich
Издательство: Leanpub
Год: 2022-09-30
Страниц: 382
Язык: английский
Формат: pdf (true), epub
Размер: 12.96 MB

Windows kernel programming is considered by many a dark art, available to select few that manage to somehow unlock the mysteries of the Windows kernel. Kernel development, however, is no different than user-mode development, at least in general terms. In both cases, a good understanding of the platform is essential for producing high quality code. The book is a guide to programming within the Windows kernel, using the well-known Visual Studio integrated development environment (IDE). This environment is familiar to many developers in the Microsoft space, so that the learning curve is restricted to kernel understanding, coding and debugging, with less friction from the development tools.
  • Добавил: literator
  • Дата: 1-11-2022, 01:04
  • Комментариев: 0
GoLang: The Ultimate GuideНазвание: GoLang: The Ultimate Guide
Автор: Sufyan bin Uzayr
Издательство: CRC Press
Год: 2023
Страниц: 366
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Go, also known as GoLang, is a Google-developed open-source, compiled, and statically typed computer language. Go is a general purpose programming language with a straightforward syntax and a large standard library. The building of highly accessible and scalable web apps is one of the primary areas where GoLang is widely used. It may also be used to develop command-line programs, desktop applications, and even mobile apps. Go was designed from the ground up for networking and infrastructure-related applications. It was developed as a replacement for popular server-side languages like Java and C++. The Go programming language aims to combine the efficiency and safety of a statically typed, compiled language with the simplicity of programming of an interpreted, dynamically typed language. It also aspires to be cutting edge, with networked and multicore computer capabilities.
  • Добавил: literator
  • Дата: 1-11-2022, 00:58
  • Комментариев: 0
Kotlin: The Ultimate GuideНазвание: Kotlin: The Ultimate Guide
Автор: Sufyan bin Uzayr
Издательство: CRC Press
Год: 2023
Страниц: 398
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

Kotlin is a free and open-source general purpose programming language that is mostly used to create Android apps. Kotlin was developed by JetBrains initially and later picked up by Google as the language of choice for its Android platform. Over the past few years, Kotlin has become one of the most popular alternatives to Java language and is used by more than 80 percent of Android app developers. Kotlin is a statically typed, advanced programming language that compiles Kotlin code into Java byte-code and runs on a Java Virtual Machine (JVM). It can also be compiled to native executables and jаvascript source code. It is an object-oriented programming language that includes data types, operators, I/O comments, control statements, functions, classes, object expressions, and constructors, among other features. It is not a standalone programming language; rather, it is an innovative manner of coding that runs on Java.
  • Добавил: literator
  • Дата: 31-10-2022, 22:29
  • Комментариев: 0
Interpretable Machine Learning (Second Edition) : A Guide for Making Black Box Models ExplainableНазвание: Interpretable Machine Learning (Second Edition) : A Guide for Making Black Box Models Explainable
Автор: Christoph Molnar
Издательство: Leanpub
Год: 2022-03-04
Страниц: 329
Язык: английский
Формат: pdf (true), epub
Размер: 25.0 MB

This book teaches you how to make Machine Learning models more interpretable. Machine learning has great potential for improving products, processes and research. But computers usually do not explain their predictions which is a barrier to the adoption of Machine Learning. This book is about making Machine Learning models and their decisions interpretable. After exploring the concepts of interpretability, you will learn about simple, interpretable models such as decision trees, decision rules and linear regression. The focus of the book is on model-agnostic methods for interpreting black box models such as feature importance and accumulated local effects, and explaining individual predictions with Shapley values and LIME. In addition, the book presents methods specific to deep neural networks.
  • Добавил: literator
  • Дата: 31-10-2022, 22:13
  • Комментариев: 0
Modern IT Automation with PowerShellНазвание: Modern IT Automation with PowerShell
Автор: Michael Zanatta, The DevOps Collective, Inc.
Издательство: Leanpub
Год: 2022-09-20
Страниц: 561
Язык: английский
Формат: pdf (true), epub
Размер: 15.5 MB

A PowerShell Textbook written by the community for the community! Learning about PowerShell Automation Tools and Techniques just got easier! Influenced by past PowerShell Conference Books, Modern IT Automation with PowerShell aims to provide you with a more academic format, worthy of use as a teaching tool. The book is divided into five domains; each section contains contributions from subject experts within the PowerShell Community. Whether you are a student, just getting started in IT, or a seasoned professional that casually uses PowerShell, you will benefit from reading this book. For most administrators, PowerShell is a simple tool used to perform simple tasks quickly. However, when used correctly, PowerShell is a powerful automation tool that can solve complex problems with efficiency. This section will cover advanced PowerShell concepts in code design and refactoring, progressive conditions, logging, and Infrastructure as Code (IaC). It features deep-dive topics such as interpolation, data management, bitwise operators, and operator precedence.
  • Добавил: literator
  • Дата: 31-10-2022, 20:34
  • Комментариев: 0
Software Architecture for Developers: Technical leadership and the balance with agilityНазвание: Software Architecture for Developers: Technical leadership and the balance with agility
Автор: Simon Brown
Издательство: Leanpub
Год: 2022-05-28
Страниц: 106
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

A developer-friendly, practical and pragmatic guide to lightweight software architecture, technical leadership and the balance with agility. This book is a practical, pragmatic and lightweight guide to software architecture, specifically aimed at developers, and focussed around the software architecture role and process. Application architecture is what we as software developers are probably the most familiar with. In this context, I’m going to define an application as being a single deployable unit, written in a single technology; such as a single-page jаvascript/Angular application, an iOS or Android mobile app, a Java server-side Spring MVC web application, a .NET desktop application, etc.