A Complete Guide to Standard C++ Algorithms

Автор: literator от 21-10-2022, 03:27, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

A Complete Guide to Standard C++ AlgorithmsНазвание: A Complete Guide to Standard C++ Algorithms
Автор: Simon Toth
Издательство: Leanpub
Год: September 28, 2022 (version 0.3.0)
Страниц: 105
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

The standard algorithms offer a lot of functionality. Save yourself time and effort by having a good grasp on what functionality already exists in the standard library. This book is a complete guide to the C++ standard algorithms, demonstrating examples and pointing out notable, surprising, dangerous or interesting aspects of the different algorithms. This book is a guide, as opposed to a reference, meaning that instead of describing every detail, the book concentrates on examples and pointing out notable, surprising, dangerous or interesting aspects of the different algorithms. Furthermore, unlike a reference, it is supposed to be read, for the most part, like a book in sequential order. C++ already has one canonical reference, the C++ standard, and for quick lookup, the cppreference.com wiki is a great source. The ”complete” part of the statement refers to the width of coverage. The book covers all algorithms and relevant theory up to the C++20 standard (the C++23 standard is not finalized at the time of writing).
 

Ansible for DevOps: Server and configuration management for humans, 2nd Edition

Автор: literator от 21-10-2022, 03:09, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Ansible for DevOps: Server and configuration management for humans, 2nd EditionНазвание: Ansible for DevOps: Server and configuration management for humans, 2nd Edition
Автор: Jeff Geerling
Издательство: Leanpub
Год: 2022-04-15
Страниц: 469
Язык: английский
Формат: pdf (true), epub
Размер: 18.9 MB

Ansible is a simple, but powerful, server and configuration management tool. Learn to use Ansible effectively, whether you manage one server—or thousands. Ansible is a simple, but powerful, server and configuration management tool (with a few other tricks up its sleeve). This book helps those familiar with the command line and basic shell scripting start using Ansible to provision and manage anywhere from one to thousands of servers. The book begins with fundamentals, like installing Ansible, setting up a basic inventory file, and basic concepts, then guides you through Ansible's many uses, including ad-hoc commands, basic and advanced playbooks, application deployments, multiple-provider server provisioning, and even Docker orchestration!
 

Image Processing in Python : Processing raster images with the Pillow library

Автор: literator от 21-10-2022, 02:56, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Image Processing in Python : Processing raster images with the Pillow libraryНазвание: Image Processing in Python : Processing raster images with the Pillow library
Автор: Martin McBride
Издательство: Leanpub
Год: 2021-08-22
Страниц: 154
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

Pillow is the most popular Python image processing library. It provides many of the features found in imaging applications like Photoshop or GIMP, such as loading, saving, resizing, transforming images, as well as converting colours and applying filters, enhancements, and effects. This book will teach you how to use simple Python code to automate these functions using the Pillow library, so that your programs can incorporate advanced image processing. It provides a comprehensive guide to Pillow, in plain language and with lots of examples. This book is aimed at anyone wishing to learn about image processing in Python.
 

Rust Atomics and Locks: Low-Level Concurrency in Practice

Автор: TRex от 20-10-2022, 20:49, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Rust Atomics and Locks: Low-Level Concurrency in Practice
Автор: Mara Bos
Издательство: O’Reilly Media
Год: 2023
Формат: ePUB, MOBI
Страниц: 256
Размер: 10 Mb
Язык: English

In this practical book, Mara Bos, leader of the Rust library team, helps Rust programmers of all levels gain a clear understanding of low-level concurrency. You'll learn everything about atomics and memory ordering and how they're combined with basic operating system APIs to build common primitives like mutexes and condition variables. Once you're done, you'll have a firm grasp of how Rust's memory model, the processor, and the roles of the operating system all fit together.
 

AI at the Edge: Solving Real World Problems with Embedded Machine Learning

Автор: TRex от 20-10-2022, 20:35, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: AI at the Edge: Solving Real World Problems with Embedded Machine Learning
Автор: Daniel Situnayake and Jenny Plunkett
Издательство: O’Reilly Media
Год: 2023
Формат: ePUB
Страниц: 559
Размер: 243 Mb
Язык: English

Edge artificial intelligence is transforming the way computers interact with the real world, allowing internet of things (IoT) devices to make decisions using the 99% of sensor data that was previously discarded due to cost, bandwidth, or power limitations. With techniques like embedded machine learning, developers can capture human intuition and deploy it to any target--from ultra-low power microcontrollers to flexible embedded Linux devices--for applications that reduce latency, protect privacy, and work without a network connection, greatly expanding the capabilities of the IoT.
 

Python for Geospatial Data Analysis: Theory, Tools, and Practice for Location Intelligence

Автор: TRex от 20-10-2022, 20:15, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Python for Geospatial Data Analysis: Theory, Tools, and Practice for Location Intelligence
Издательство: O’Reilly Media
Год: 2022
Формат: ePUB
Страниц: 351
Размер: 118 Mb
Язык: English

In spatial data science, things in closer proximity to one another likely have more in common than things that are farther apart. With this practical book, geospatial professionals, data scientists, business analysts, geographers, geologists, and others familiar with data analysis and visualization will learn the fundamentals of spatial data analysis to gain a deeper understanding of their data questions.
 

Python Mini Reference 2022: A Quick Guide to the Modern Python Programming Language for Busy Coders

Автор: literator от 20-10-2022, 14:39, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Python Mini Reference 2022: A Quick Guide to the Modern Python Programming Language for Busy CodersНазвание: Python Mini Reference 2022: A Quick Guide to the Modern Python Programming Language for Busy Coders
Автор: Harry Yoon
Издательство: Coding Books Press
Год: 2022
Страниц: 211
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.2 MB

Learn Python in a Weekend! This book is an (informal) language reference on the Python programming language. Python is one of the most widely used languages in many different application areas. We go through all essential features of the modern Python programming language, including the match statement (3.10) and exception groups (3.11). Although the book is written as a reference, you can read it more or less from beginning to end and you should be able to get the overall picture of the Python language if you have some prior experience with programming in Python. Python is a dynamic language. It means many different things. It means that the language is more flexible. It means that Python is an easier language to program with. You can quickly write a simple program without having to go through too much "rituals", compared to many other programming languages. Python scripts tend to require less boilerplate code. Python gives you more freedom.
 

Microservices with Laravel

Автор: TRex от 20-10-2022, 14:09, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Microservices with Laravel
Автор: Martin Jod
Издательство: Martin Jod
Год: 2022
Формат: True PDF
Страниц: 151
Размер: 16 Mb
Язык: English

The Complete Guide to Mastering microservices With Laravel. Get rid of the monster monolith! 151 pages of high-quality content that teaches you how to build microservices with Laravel
The Complete Guide to Mastering microservices With Laravel. Get rid of the monster monolith! 151 pages of high-quality content that teaches you how to build microservices with Laravel.
 

100 Go Mistakes and How to Avoid Them

Автор: TRex от 20-10-2022, 12:43, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: 100 Go Mistakes and How to Avoid Them
Автор: Teiva Harsanyi
Издательство: Manning Publications
Год: 2022
Формат: True PDF
Страниц: 385
Размер: 10,2 Mb
Язык: English

100 Go Mistakes and How to Avoid Them puts a spotlight on common errors in Go code you might not even know you’re making. You’ll explore key areas of the language such as concurrency, testing, data structures, and more—and learn how to avoid and fix mistakes in your own projects. As you go, you’ll navigate the tricky bits of handling JSON data and HTTP services, discover best practices for Go code organization, and learn how to use slices efficiently.
 

Deep Learning for Natural Language Processing (Final Release)

Автор: literator от 20-10-2022, 12:29, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Deep Learning for Natural Language Processing (Final Release)Название: Deep Learning for Natural Language Processing (Final Release)
Автор: Stephan Raaijmakers
Издательство: Manning Publications
Год: 2022
Страниц: 296
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

Humans do a great job of reading text, identifying key ideas, summarizing, making connections, and other tasks that require comprehension and context. Recent advances in deep learning make it possible for computer systems to achieve similar results. Deep Learning for Natural Language Processing teaches you to apply deep learning methods to natural language processing (NLP) to interpret and use text effectively. In this insightful book, NLP expert Stephan Raaijmakers distills his extensive knowledge of the latest state-of-the-art developments in this rapidly emerging field.