Автор: Cockshott Paul, Renfrew Kenneth Название: SIMD Programming Manual for Linux and Windows ISBN: 185233794X ISBN-13(EAN): 9781852337940 Издательство: Springer Рейтинг: Цена: 12379.00 р. 17684.00-30% Наличие на складе: Есть (1 шт.) Описание: The book is intended as a programmer’s introduction to the use of SIMD on PCs. It presents the underlying technology of SIMD processing on current PCs and looks at tools to exploit this including the Intel SIMD library and the Parallel Processing Language Vector Pascal. It explains how to cast algorithms in parallel to exploit the parallel processing capability of standard PCs obtaining large performance gains relative to conventional sequential compilers. It assumes a familiarity with imperative programming but not specifically with Pascal. It does not assume any prior familiarity with the SIMD programming model. The language translation system will be available either as a downloadable for Linux or Windows in association with the book. This book will be particularly useful for programmers in the rapidly growing area of games and multi-media entertainment, and it would also to academics interested in parallel programming techniques or array programming languages.
Описание: This book will teach you to migrate your organization`s business operations from local data centers to the Azure cloud platform and manage them to enhance overall efficiency.
Описание: Exploring Microsoft Identity Manager 2016 just got easier! This detailed handbook focuses on everything, from the basics of identity management to MIM service capabilities. The step-by-step guide even covers effective examples and scenarios to prepare you for real-world situations.
Автор: Bramwell Phil Название: Hands-On Penetration Testing on Windows ISBN: 1788295668 ISBN-13(EAN): 9781788295666 Издательство: Неизвестно Рейтинг: Цена: 9378.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Penetration testing is highly competitive, and it`s easy to get stuck in the same routine client after client. This book will provide hands-on experience with penetration testing while guiding you through behind-the-scenes action along the way.
Описание: This book follows a hands-on approach to using WSL effectively. You`ll learn Windows Subsystem for Linux, understand how to configure WSL and Windows Terminal to suit your preferences, and use Visual Studio Code for building robust apps with WSL.
Become an efficient command-line expert by harnessing the power of the new Microsoft Windows Terminal, and learn time-saving tricks for PowerShell, WSL2, and more
Key Features:
Customize and optimize your Windows Terminal and its shells
Work effectively on the command line with split panes, hotkeys, and automation
Use PowerShell and WSL2 efficiently to build, test, and deploy applications
Book Description:
Windows Terminal is a new and open-source command-line application for Windows 10, built for the Command Prompt, PowerShell, Windows Subsystem for Linux, and more. It's fast, modern, and configurable thanks to its GPU-accelerated rendering, excellent UTF-8 support, and JSON-based configurability, and this book can help you learn how to leverage these features.
You'll start by learning the benefits of Windows Terminal and its open-source development, as well as how to use the built-in tabs, panes, and key bindings to build your own efficient terminal workflows. After you've mastered Windows Terminal, this book shows how to use and configure PowerShell Core and the Windows Subsystem for Linux within Windows Terminal. You'll maximize your productivity using powerful tools such as PSReadLine for PowerShell and ZSH on Linux, and discover useful tips and tricks for common developer tools like Git and SSH. Finally, you'll see how Windows Terminal can be used in common development and DevOps tasks, such as developing frontend JavaScript applications and backend REST APIs, and managing cloud-based systems like Amazon Web Services (AWS), Microsoft Azure, and Google Cloud.
By the end of this book, you'll not only be well-versed with Windows Terminal, but also have learned how to effectively use shells like PowerShell Core and ZSH to become proficient at the command line.
What You Will Learn:
Install, update, and use Windows Terminal and its preview version
Customize your Windows Terminal to be both visually appealing and functional
Enable and effectively use the latest versions of PowerShell Core and Windows Subsystem for Linux
Install and configure time-saving tools for the command line
Work efficiently with common developer tools such as Git and SSH
Build, deploy, and manage apps in the cloud using Windows Terminal
Use Linux tools from Windows with ease
Who this book is for:
This book is for developers, DevOps engineers, and sysadmins who want to become advanced command-line power users. Whether you're new to the command line or you already use Windows PowerShell every day, this book will have something for you.
Автор: Halsey, Mike Название: Windows 10 accessibility handbook ISBN: 1484217322 ISBN-13(EAN): 9781484217320 Издательство: Springer Рейтинг: Цена: 2438.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Chapter 1: Introducing Accessibility in Windows 10.- Chapter 2: Identifying Your Needs.- Chapter 3: Using Windows 10 with a Visual Impairment.- Chapter 4: Using Windows 10 with a Hearing Impairment.- Chapter 5: Making the Keyboard and Mouse Easier to Use.- Chapter 6: Touch and Alternative Input Options.- Chapter 7: Windows 10 for Memory, Learning, or Other Cognitive Impairments.- Chapter 8: Managing Accessibility in Windows 10 Mobile.- Chapter 9: Windows 10 Usability Tips and Tricks.
Автор: Verma, Rishabh Название: Visual studio extensibility development ISBN: 1484258525 ISBN-13(EAN): 9781484258521 Издательство: Springer Рейтинг: Цена: 5487.00 р. Наличие на складе: Нет в наличии.
Описание: Chapter 1: Basics Primer
Chapter Goal: The objective of this chapter is to introduce the basic concepts to the reader that would be required through-out this book, so that he gets comfortable in this learning journey.
No of pages:50-60
Sub -Topics
1. What is a compiler?
2. What is an SDK (Software Development Kit)?
3. Recap of Tree Data structure
1. Tree traversal,
2. Abstract Syntax trees
4. MEF (Managed Extensibility Framework) Basics.
5. Visual Studio & its history
6. XML & JSON
7. Serialization & Deserialization.
8. Revisiting Visitor, Abstract Factory and Factory design patterns.
9. MSBuild basics
10. Async-await.
Chapter 2: Getting Started
Chapter Goal: With the fundamentals strongly in place, we are now good to get started with Visual Studio (VS) Extensibility model. We will do our setup in this chapter. This chapter would introduce the VS Extensibility, Roslyn to the reader. The reader would also learn to write and debug a VS extension.
No of pages: 40
Sub - Topics
1. Prerequisites and installation of VS
2. Anatomy of a VSIX
3. How Visual Studio discovers and loads extensions.
4. VSPackage
5. Async Loading
6. Writing your first simple templatized Visual Studio Extension.
7. Roslyn - .NET Compiler platform fundamentals
Chapter 3: Extending Visual Studio
Chapter Goal: This chapter would introduce the extensibility model and how various extensions can be plugged in VSas menus, commands, tool window, code window, solution explorer etc
No of pages: 40-50
Sub - Topics:
1. The Visual Studio Extensibility model
2. Tool Window extension
3. Menus & commands,
4. Code Window extension
5. Solution explorer item extension
Chapter 4: Developing real world extensions - I
Chapter Goal: This chapter dives into developing useful real-world VS Extensions and shows how they can be made configurable by customizing UI and options page.We would also learn how to write to output window and manipulate documents and projects in this chapter.
No of pages: 40-50
Sub - Topics:
1. VS Extension to search on MSDN/Bing/Google.
2. VS Extension to generate HTTP Client proxy class for HTTP Web API using T4 templates.
3. VS Extension to generate test data.
4. Customizing extension by developing Tools option page.
5. Customizing UI of extension.
Chapter 5: Developing real world extensions - II
Chapter Goal: This chapter is the continuation of last chapter and continues the development of useful real-world VS extensions but this time using the .NET Compiler platform - Roslyn.
No of pages: 40-50
Sub - Topics:
1. Rewrite VS Extension to generate HTTP Client proxy class for HTTP Web API using Roslyn.
2. Developing a custom code analysis Visual Studio Extension.
3. Developing a light bulb style code r
Автор: Chamberlain Nate Название: Microsoft Office 365 Administration Cookbook ISBN: 1838551239 ISBN-13(EAN): 9781838551230 Издательство: Неизвестно Рейтинг: Цена: 9562.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Organizations across the world have been shifting to Office 365 to boost the productivity levels of their staff. However, to maximize the investment in Office 365, you need to learn how to efficiently administer Office 365 solutions. Microsoft Office 365 Administration Cookbook is packed with recipes offering guidance for common and less ...
Автор: Johnson, Bruce Название: Essential visual studio 2019 ISBN: 1484257189 ISBN-13(EAN): 9781484257180 Издательство: Springer Рейтинг: Цена: 6707.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Intermediate-Advanced user level
Автор: Carter Nikkia Название: Office 365 User Guide ISBN: 1789809312 ISBN-13(EAN): 9781789809312 Издательство: Неизвестно Рейтинг: Цена: 6435.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Office 365 is one of the most secure and easy-to-use apps for email exchange. To help you understand the details about office365, this book will explain you different settings of Office 365, along with its extensions such as SFB, OneDrive, Sharepoint and Team.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru