Fabric Manipulation: 150 Creative Sewing Techniques

Автор: sama_sha от 12-10-2024, 19:27, Коментариев: 0

Категория: КНИГИ » ХОББИ И ДОСУГ

Название: Fabric Manipulation: 150 Creative Sewing Techniques
Автор: Ruth Singer
Издательство: David & Charles
Год: 2013
Размер: 16 Мб
Формат: PDF
Страниц: 286
Язык: Английский

Откройте для себя и изучите 150 креативных техник шитья, включая плиссировку, складывание, сборку, обтачку, квилтинг, трапунто и аппликацию. Ruth Singer рассказывает о своих инновационных вариациях этих традиционных техник работы с тканями и предлагает вдохновляющие идеи для проектов, демонстрируя их практическое применение для создания аксессуаров и домашнего декора. Фотографии и иллюстрации сопровождают пошаговую инструкцию по каждой технике, и все эти техники могут быть выполнены вручную или на бытовой швейной машинке без использования специального оборудования.
 

Decorando Álbuns Scrapbooking №36 2021

Автор: sama_sha от 12-10-2024, 19:26, Коментариев: 0

Категория: ЖУРНАЛЫ » РУКОДЕЛИЕ

Название: Decorando Álbuns Scrapbooking
Издательство: OnLine Editora
Год: 2021
Номер: 36
Размер: 27 Мб
Формат: PDF
Страниц: 58
Язык: Português

Бразильский журнал по скрапбукингу. В издании вы столкнетесь с работами, созданными известными мастерами со всей страны, которые шаг за шагом научат вас, как производить изделия. Это ваша прекрасная возможность создать эксклюзивные работы.
 

Decorando Álbuns Scrapbooking №15 2021

Автор: sama_sha от 12-10-2024, 19:26, Коментариев: 0

Категория: ЖУРНАЛЫ » РУКОДЕЛИЕ

Название: Decorando Álbuns Scrapbooking
Издательство: OnLine Editora
Год: 2021
Номер: 15
Размер: 55 Мб
Формат: PDF
Страниц: 62
Язык: Português

Бразильский журнал по скрапбукингу. В издании вы столкнетесь с работами, созданными известными мастерами со всей страны, которые шаг за шагом научат вас, как производить изделия. Это ваша прекрасная возможность создать эксклюзивные работы.
 

CockroachDB: The Definitive Guide, 2nd Edition (Early Release)

Автор: literator от 12-10-2024, 18:58, Коментариев: 0

Категория: КНИГИ » ОС И БД

Название: CockroachDB: The Definitive Guide: Distributed Data at Scale, 2nd Edition (Early Release)
Автор: Guy Harrison, Jesse Seldess, Ben Darnell, Rob Reid
Издательство: O’Reilly Media, Inc.
Год: 2024-10-14
Язык: английский
Формат: pdf, epub (true)
Размер: 10.1 MB

CockroachDB is a distributed, transactional, relational, cloud native SQL database system. That’s quite a mouthful! But in short, CockroachDB leverages both the strengths of the previous generation of relational database systems—strong consistency, the power of SQL, and the relational data model—and the strengths of modern distributed cloud principles. The result is a database system that is broadly compatible with other SQL-based transactional databases but delivers much greater scalability and availability. In the second edition of this popular hands-on guide, software developers, architects, and DevOps/SRE teams will learn how to use CockroachDB to create applications that scale elastically and provide seamless delivery for end users while remaining indestructible. Data engineers and database administrators will also learn how to migrate existing applications to CockroachDB's performant, cloud native data architecture. If you're familiar with distributed systems, you'll quickly discover the benefits of strong data correctness and consistency guarantees, as well as optimizations for delivering ultra-low latencies to globally distributed end users.
 

Казнь короля Карла I. Жертва Великого мятежа: суд над монархом и его смерть. 1647–1649

Автор: tatanavip от 12-10-2024, 17:56, Коментариев: 0

Категория: КНИГИ » ИСТОРИЯ


Название: Казнь короля Карла I. Жертва Великого мятежа: суд над монархом и его смерть. 1647–1649
Автор: Сесили Веджвуд
Издательство: Центрполиграф
Год: 2024
Формат: pdf, epub
Размер: 10 Мб
Качество: Хорошее
Язык: Русский

Настоящая книга английского историка С.В. Веджвуд о завершении правления Карла I повествует о самых драматических событиях в истории Англии XVII века – о судебном процессе над королем и его казни, последовавшими в результате захвата власти пуританской армией под командованием Оливера Кромвеля. Автор показывает противостояние королевской и парламентской властей на суде, политическое столкновение монаршей фанатической убежденности в своей правоте и борьбы мятежников за английский народ, что для восстановления мира на Британских островах привело к единственному решению – отрубить Карлу голову.
 

Programming Ruby 3.3: The Pragmatic Programmers Guide

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

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

Название: Programming Ruby 3.3: The Pragmatic Programmers Guide
Автор: Noel Rappin
Издательство: The Pragmatic Programmers
Год: January 2024 (Version: P1.0)
Страниц: 694
Язык: английский
Формат: True PDF, True EPUB (Retail Copy)
Размер: 14.8 MB

Ruby is one of the most important programming languages in use for web development. It powers the Rails framework, which is the backing of some of the most important sites on the web. The Pickaxe Book, named for the tool on the cover, is the definitive reference on Ruby, a highly-regarded, fully object-oriented programming language. This updated edition is a comprehensive reference on the language itself, with a tutorial on the most important features of Ruby - including pattern matching and Ractors - and describes the language through Ruby 3.3. Would you like to go from first idea to working code much, much faster? Do you currently spend more time satisfying the compiler instead of your clients or end users? Are you frustrated with demanding languages that seem to get in your way instead of helping you get the work done? Are you using Rails and want to dig deeper into the underlying Ruby language? If so, then we've got a language and book for you! This comprehensive reference manual for Ruby includes a description of the most important standard library modules, built-in classes, and modules. It also includes all the new and changed syntax and semantics introduced through Ruby 3.2, including pattern matching and Ractors, and describes the language through Ruby 3.3.
 

История России: учебник для студентов неисторических специальностей. Направление подготовки Транспорт

Автор: Igor1977 от 12-10-2024, 16:01, Коментариев: 0

Категория: КНИГИ » ИСТОРИЯ


Название: История России: учебник для студентов неисторических специальностей. Направление подготовки Транспорт
Автор: Петров Ю.А. (ред.)
Издательство: Москва: Наука
Год: 2024
Формат: pdf
Страниц: 594
Размер: 11 mb
Язык: Русский

Учебник подготовлен в соответствии с Концепцией преподавания истории России для неисторических специальностей и направлений подготовки, реализуемых в образовательных организациях высшего образования. Он создан с учетом современных подходов к истории нашей страны научными сотрудниками Института российской истории Российской академии наук и ведущих отраслевых вузов. В нем рассматриваются основные этапы истории России с древности по сегодняшний день, а также вопросы истории развития транспорта.
 

Testing the Creditcoin Blockchain: A Daily Account from a Test Engineer's Perspective

Автор: literator от 12-10-2024, 15:55, Коментариев: 0

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

Название: Testing the Creditcoin Blockchain: A Daily Account from a Test Engineer's Perspective
Автор: Alexander Todorov
Издательство: Apress
Год: 2024
Страниц: 258
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

Follow the quality engineering journey of the Creditcoin blockchain across four distinct implementation versions and a myriad of technologies. Through the eyes of a test engineer, this book discusses testing implementations with the Hyperledger Sawtooth and Substrate frameworks, testing switch from proof-of-work to proof-of-stake consensus algorithm, and testing an Ethereum Virtual Machine compatibility layer. You’ll traverse several years of fast-paced multiple blockchain implementations and technological changes including an explanation of all major components involved, and the approach taken. You’ll also look at examples of test automation approaches and tools, interesting bugs, and testing challenges. Most everything discussed in Testing the Creditcoin Blockchain is open source, ensuring easy access, and multiple references to source code and GitHub are included throughout. The programming languages discussed in this book are a colorful mix between Python, C++, and C# .NET during the Creditcoin 1.x timeframe and later primarily Rust and TypeScript for version 2.0 and later. Rust is a general-purpose programming language that emphasizes performance, type safety, and concurrency. It enforces memory safety without a garbage collector. Rust is a statically typed and strongly typed functional language and is a popular language for systems programming, including distributed systems like blockchain and also the Linux kernel. For software testers and quality engineers with limited experience working on a blockchain implementation.
 

Историческая география Дагестана первой половины XIX в

Автор: Igor1977 от 12-10-2024, 15:48, Коментариев: 0

Категория: КНИГИ » ИСТОРИЯ


Название: Историческая география Дагестана первой половины XIX в
Автор: Алиев Б.Г.
Издательство: Махачкала: ИИАЭ ДФИЦ РАН, АЛЕФ
Год: 2021
Формат: pdf
Страниц: 574
Размер: 11 mb
Язык: Русский

Монография является продолжением исследований автора в об-ласти исторической географии Дагестана. Ранее были изданы три работы Б.Г. Алиева (совместно с М.-С.К. Умахановым), охватывающие период с XV по начало XIX в. Данная монография посвящена исторической географии Дагестана первой половины XIX в. и до присоединения края к России.
Как и в предыдущих изданиях, в исследовании приводятся сведения о природно-климатических условиях, территории, границах, гео-графическом разделении Дагестана, расселении, этническом составе и численности его населения, исторической экономической географии, исторической политической географии, географии политических структур и их административно-политическом устройстве.
 

Engineering Resilient Systems on AWS

Автор: literator от 12-10-2024, 15:13, Коментариев: 0

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

Название: Engineering Resilient Systems on AWS: Design, Build, and Test for Resilience
Автор: Kevin Schwarz, Jennifer Moran, Nate Bachmeier
Издательство: O’Reilly Media, Inc.
Год: 2025
Страниц: 394
Язык: английский
Формат: epub
Размер: 10.1 MB

To ensure that applications are reliable and always available, more businesses today are moving applications to AWS. But many companies still struggle to design and build these cloud applications effectively, thinking that because the cloud is resilient, their applications will be too. With this practical guide, software, DevOps, and cloud engineers will learn how to implement resilient designs and configurations in the cloud using hands-on independent labs. Authors Kevin Schwarz, Jennifer Moran, and Dr. Nate Bachmeier from AWS teach you how to build cloud applications that demonstrate resilience with patterns like back off and retry, multi-Region failover, data protection, and circuit breaker with common configuration, tooling, and deployment scenarios. Labs are organized into categories based on complexity and topic, making it easy for you to focus on the most relevant parts of your business. Python has a useful feature called a “virtual environment,” which helps you avoid compatibility issues when loading dependencies for a project. We suggest using a Python virtual environment with the projects for this book to avoid “dependency collisions” where other Python projects you may be working on require different dependency versions. If you plan to run the microservice resilience lessons in this book, you’ll need several other third-party software frameworks. Those include Python packages, which will be installed in your virtual environment so that they will not affect other projects you may be running. Additionally, you’ll need a few other command-line tools to run the lessons from your terminal.