Добавить в закладки
Наш форум
Правила Litmy.ru
Мы в Вконтакте
Подписка на RSS
Для правообладателей
Поиск книг:
Разделы сайта
Авторизация
Регистрация



Реклама


Название: Jenkins 2: Up and Running: Evolve Your Deployment Pipeline for Next Generation Automation
Автор: Brent Laster
Издательство: O'Reilly
ISBN: 1491979593
Год: 2018
Страниц: 600
Язык: английский
Формат: epub, pdf (conv)
Размер: 37.9 MB

Over the past decade, Jenkins has served as the definitive tool for creating continuous delivery pipelines. Now, Jenkins 2 takes this open source automation server to a new level. This practical guide shows you how the latest features enable you to define pipelines-as-code, make pipelines restartable and recoverable, and add automatic processing for GitHub branches and organizations. You'll also learn Jenkins' improved support for containerization through Docker. If you're familiar with Jenkins, and want to take advantage of the new technologies to transform your legacy pipelines, this book covers recent advances in this hugely popular open-source tool. You'll also learn new Jenkins features on the way, including declarative pipelines and the Blue Ocean interface.
Разместил: LitMy 16-08-2019, 20:34 | Комментарии: 0 | Подробнее
Название: Introducing Markdown and Pandoc: Using Markup Language and Document Converter
Автор: Thomas Mailund
Издательство: Apress
Год: 2019
Страниц: 141
Язык: английский
Формат: pdf (true), rtf, epub
Размер: 17.0 MB

Discover how to write manuscripts in Markdown and translate them with Pandoc into different output formats. You’ll use Markdown to annotate text formatting information with a strong focus on semantic information: you can annotate your text with information about where chapters and sections start, but not how chapter and heading captions should be formatted.
Разместил: literator 16-08-2019, 19:31 | Комментарии: 0 | Подробнее
Название: Exploring Haskell: Core concepts
Автор: Marcello Seri
Издательство: Manning Publications
Год: 2019
Страниц: 101
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Software sits at the core of every financial transaction, manufacturing process, and mobile phone call. We depend on applications like these to run correctly and efficiently, be easy to scale and modify, and last for the long haul. Industry giants including Facebook, IBM, Twitter, and Bank of America trust Haskell, a powerful functional programming language, for mission-critical software. Haskell blends a rigorous mathematical precision with the tools and approachability of a modern programming language. With its combination of lazy evaluation, highly expressive static type system, and zero side effects, Haskell invites you to approach programming from a fresh perspective!
Разместил: literator 16-08-2019, 17:25 | Комментарии: 0 | Подробнее
Название: Centrality and Diversity in Search: Roles in A.I., Machine Learning, Social Networks, and Pattern Recognition
Автор: M.N. Murty, Anirban Biswas
Издательство: Springer
Год: 2019
Страниц: 100
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

Понятия центральности и разнообразия очень важны в алгоритмах поиска и играют центральную роль в приложениях искусственного интеллекта (ИИ), машинного обучения (МЛ), социальных сетей и распознавания образов. Эта работа исследует значение центральности и разнообразия в представлении, регрессии, ранжировании, кластеризации, оптимизации и классификации. Текст предназначен для широкого круга читателей. Требуя только базовых знаний в математике на уровне бакалавриата, работа подходит для старших студентов и аспирантов, а также исследователей, работающих в области машинного обучения, интеллектуального анализа данных, социальных сетей и распознавания образов.
Разместил: literator 16-08-2019, 15:29 | Комментарии: 0 | Подробнее
Название: Совершенные шифры
Автор: А. Ю. Зубов
Издательство: Гелиос АРВ
Год: 2003
Формат: pdf
Страниц: 160
Размер: 34.4 Мб
Язык: русский

Изложены свойства и конструкции безусловно стойких шифров, названных К.Шенноном совершенными по отношению к различным криптоатакам. Выделяются совершенные шифры с минимально возможным числом ключей, а также стойкие к попыткам обмана со стороны злоумышленника. Для научных работников, аспирантов, специализирующихся в области математических проблем криптографии, преподавателей и студентов, изучающих дисциплину `Криптографические методы защиты информации` по специальностям `Компьютерная безопасность`, `Комплексное обеспечение безопасности автоматизированных систем`, `Информационная безопасность телекоммуникационных систем`.
Разместил: NAtaschka 16-08-2019, 07:14 | Комментарии: 0 | Подробнее
Название: Java Performance: In-Depth Advice for Tuning and Programming Java 8, 11, and Beyond Second Edition (Early Release)
Автор: Scott Oaks
Издательство: O'Reilly Media
Год: 2019
Формат: pdf/mobi(conv.)
Размер: 10 Mb
Язык: English

Coding and testing are often considered separate areas of expertise. In this comprehensive guide, author and Java expert Scott Oaks takes the approach that anyone who works with Java should be equally adept at understanding how code behaves in the JVM, as well as the tunings likely to help its performance.
You’ll gain in-depth knowledge of Java application performance, using the Java Virtual Machine (JVM) and the Java platform, including the language and API. Developers and performance engineers alike will learn a variety of features, tools, and processes for improving the way Java 7 and 8 applications perform.
Разместил: buratino 16-08-2019, 00:07 | Комментарии: 0 | Подробнее
Название: Distributed Tracing in Practice: Instrumenting, Analyzing, and Debugging Microservices (Early Release)
Автор: Austin Parker, Daniel Spoonhower, Jonathan Mace, Ben Sigelman
Издательство: O’Reilly Media, Inc.
Год: 2019
Страниц: 128
Язык: английский
Формат: epub, rtf, pdf (conv)
Размер: 12.4 MB

Most applications today are distributed in some fashion. Monitoring the health and performance of these distributed architectures requires a new approach. Enter distributed tracing, a method of profiling and monitoring applications—especially those that use microservice architectures. There’s just one problem: distributed tracing can be hard. But it doesn’t have to be. With this practical guide, you’ll learn what distributed tracing is and how to use it to understand the performance and operation of your software. Key players at LightStep walk you through instrumenting your code for tracing, collecting the data that your instrumentation produces, and turning it into useful, operational insights. If you want to start implementing distributed tracing, this book tells you what you need to know.
Разместил: literator 15-08-2019, 22:42 | Комментарии: 0 | Подробнее
Название: Managing the Unmanageable, 2nd Edition (Rough Cuts)
Автор: Mickey W. Mantle, Ron Lichty
Издательство: Addison-Wesley Professional
Год: 2019
Страниц: 544
Язык: английский
Формат: epub, pdf (conv)
Размер: 19.8 MB

Even today, many software projects still run catastrophically over schedule and budget; some organizations simply conclude that software development can’t be managed well. But it can – and it starts with people. In their eagerly awaited, extensively updated Managing the Unmanageable, Second Edition, Mickey W. Mantle and Ron Lichty show how software managers can hire and develop programmers and build teams that are truly, consistently manageable.
Разместил: literator 15-08-2019, 21:49 | Комментарии: 0 | Подробнее

Название: Professional Scala
Издательство:Wrox
Автор: Janek Bogucki (Author), Alessandro Lacava (Author), Aliaksandr Bedrytski (Author), Matthew de Detrich (Author), Benjamin Neil (Author)
Год: 2016
Количество страниц:240
Язык: English
Формат: pdf
Размер:5 Mb

A professional's guide to the robust language big data demands

As big data and cluster computing applications expand, so too does the need for experienced programmers equipped to handle ever-increasing data requirements. Scala bridges the gap between functional and object-oriented programming, and its Java compatibility has made it an increasingly in-demand language. This book provides experienced programmers with the guidance they need to quickly become productive with Scala in professional production applications. Without wasting time on programming fundamentals, the discussion launches directly into practical Scala topics with the most up-to-date coverage of this rapidly-expanding language. Designed for professionals, by professionals, this book demonstrates the real-world skills needed to work with Scala in production settings.
Разместил: buratino 15-08-2019, 13:29 | Комментарии: 0 | Подробнее
Название: Talk to Me: How Voice Computing Will Transform the Way We Live, Work, and Think
Автор: James Vlahos
Издательство: Eamon Dolan/Houghton Mifflin Harcourt
ISBN: 1328799301
Год: 2019
Страниц: 340
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

The next great technological disruption is coming.
The titans of Silicon Valley are racing to build the last, best computer that the world will ever need. They know that whoever successfully creates it will revolutionize our relationship with technology - and make billions of dollars in the process. They call it conversational Artificial Intelligence (AI). Computers that can speak and think like humans may seem like the stuff of science fiction, but they are rapidly moving toward reality.
Разместил: literator 15-08-2019, 12:10 | Комментарии: 0 | Подробнее



 Litmy.ru  ©2020-2023     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности