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



Реклама


Название: Kubernetes Patterns: Reusable Elements for Designing Cloud-Native Applications
Автор: Bilgin Ibryam, Roland Hub
Издательство: O’Reilly Media, Inc.
ISBN: 1492050288
Год: 2019
Страниц: 266
Язык: английский
Формат: pdf (true), djvu
Размер: 10.14 MB

The way developers design, build, and run software has changed significantly with the evolution of microservices and containers. These modern architectures use new primitives that require a different set of practices than most developers, tech leads, and architects are accustomed to. With this focused guide, Bilgin Ibryam and Roland Hu? from Red Hat provide common reusable elements, patterns, principles, and practices for designing and implementing cloud-native applications on Kubernetes.
Разместил: literator 25-08-2019, 16:34 | Комментарии: 0 | Подробнее

Автор: Батчер М., Фарина М.
Название: Go на практике
Издательство: ДМК Пресс
Год: 2017
Формат: pdf
Размер: 3.2 Мб

Go – превосходный системный язык. Создан­ный для удобной разработки современных при­ложений с параллельной обработкой, язык Go предоставляет встроенный набор инструментов для быстрого создания облачных, системных и веб-приложений. Знакомые с такими языками как Java или C#, быстро освоят Go – достаточно лишь немного попрактиковаться, чтобы научить­ся писать профессиональный код. Книга «Go на практике» содержит решения десят­ков типовых задач в ключевых областях. Следуя стилю сборника рецептов – проблема/решение/обсуждение – это практическое руководство опи­рается на основополагающие концепции языка Go и знакомит с конкретными приемами исполь­зования языка Go в облаке, тестировании и отлад­ке, маршрутизации, а также для создания веб-служб, сетевых и многих других приложений. Эта книга подготовит вас к разработке сложных облачных Go-приложений.
Разместил: ekvator 25-08-2019, 10:13 | Комментарии: 0 | Подробнее
Название: Programming Raspberry Pi 3 & 4 For Beginners: A Step by Step Guide to Write Raspberry Pi Programs and Set up Projects on Raspberry Pi 3 and 4
Автор: Charles Smith
Издательство: Independently published
Год: 2019
Формат: PDF
Страниц: 226
Размер: 14.5 Mb
Язык: English

Programming Raspberry Pi 3 and the New Raspberry Pi 4 for Beginners
This book is beginners guide to setting up a Raspberry Pi from scratch, write codes for your Raspberry Pi, build circuits to connect your Raspberry Pi to the outside world and carrying out complex tasks like automation and interacting with the Internet of Things (IoT). The book covered diverse range of necessary skills like computing, electronics, and programming to set up your Raspberry Pi 3 Model B+ and the New Raspberry pi 4.
Разместил: buratino 25-08-2019, 01:25 | Комментарии: 0 | Подробнее
Название: Разработка элементов управления Microsoft .NET на Microsoft Visual Basic .NET
Автор: Джон Коннэлл
Издательство: Русская Редакция
Год: 2004
ISBN: 5-7502-0057-4
Формат: pdf
Страниц: 448
Размер: 50,1 Mb
Язык: Русский

В книге описаны методы создания и применения элементов управления для приложений Microsoft .NET. Наряду с вопросами наследования и расширения функциональности стандартных элементов управления - от обработки событий до построения специализированных дизайнеров и интеграции нескольких стандартных элементов в один пользовательский, здесь подробно рассматривается разработка собственных элементов управления "с нуля". Описаны технологии шифрования, изолированных хранилищ и сериализации, методы построения пользовательских редакторов, конвертеров и дизайнеров типов, способы применения GDI+ для создания динамических изображений в приложениях Windows Forms и страницах ASP.NET.
Разместил: fisher1978 24-08-2019, 18:44 | Комментарии: 0 | Подробнее
Название: Data Science From Scratch: From Data Visualization To Manipulation. It Is The Easy Way! All You Need For Business Using The Basic Principles Of Python And Beyond
Автор: William Gray
Издательство: Amazon Digital Services LLC
Год: 2019
Страниц: 148
Язык: английский
Формат: epub, pdf (conv)
Размер: 20.9 MB

You Are About To Build Your Knowledge Of Data Science To Perhaps Build A Career Out Of It Even If You Are A Complete Beginner!
The most valuable resource is no longer oil and gold; data reigns supreme these days!
Would you want to understand the inner workings of key concepts of data science, including high performance computing, big data analysis, data infrastructure issues, machine learning, data mining, deep learning and more? This book has a comprehensive introduction to the field of data science to help you to have an above average understanding of data science to get you started.
Разместил: literator 24-08-2019, 14:18 | Комментарии: 0 | Подробнее
Название: An Illustrative Introduction to Algorithms
Автор: Dino Cajic
Издательство: Amazon Digital Services LLC
Год: 2019
Страниц: 387
Язык: английский
Формат: epub
Размер: 65.5 MB

This book was written to fill the gap that exists when Computer Science students, and programmers, attempt to learn and analyze the different algorithms that currently exist. I took a course on Algorithms and was disappointed in the type of material that’s currently available. This book is designed for undergraduate upper-class students and programmers that want to expand their horizon. It can be used as a supplementary book alongside the complex book. Readers will gain the knowledge necessary to solve those mathematically intensive algorithmic problems that were presented in the complex book.
Разместил: literator 24-08-2019, 13:41 | Комментарии: 0 | Подробнее
Название: Applied Reinforcement Learning with Python: With OpenAI Gym, Tensorflow, and Keras
Автор: Taweh Beysolow II
Издательство: Apress
Год: 2019
Страниц: 177
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

Delve into the world of reinforcement learning algorithms and apply them to different use-cases via Python. This book covers important topics such as policy gradients and Q learning, and utilizes frameworks such as Tensorflow, Keras, and OpenAI Gym.
Applied Reinforcement Learning with Python introduces you to the theory behind reinforcement learning (RL) algorithms and the code that will be used to implement them. You will take a guided tour through features of OpenAI Gym, from utilizing standard libraries to creating your own environments, then discover how to frame reinforcement learning problems so you can research, develop, and deploy RL-based solutions.
Разместил: literator 24-08-2019, 03:20 | Комментарии: 0 | Подробнее
Название: Deep Learning with Python: The ultimate beginners guide to Learn Deep Learning with Python Step by Step
Автор: Ethan Williams
Издательство: Amazon Digital Services LLC
Год: 2019
Страниц: 126
Язык: английский
Формат: epub, pdf (conv)
Размер: 20.8 MB

You have made a perfect choice to consider learning Python and most importantly to develop your skills in the programming world. A good choice comes with good tidings since you have you are looking at a highly comprehensive beginners’ guidebook that will provide you with all the necessary steps and tips to get started. Deep Learning with Python - The ultimate beginners guide to Learn Deep Learning with Python Step by Step is packed with basic beginners’ concepts, detailed examples and extra reminder exercises. Newbies are totally welcome to dive in! You do not need any experience with programming whatsoever. Just have a notepad ready because taking short notes helps and get ready to play around with the samples and do a whole lot of coding!
Разместил: literator 24-08-2019, 02:21 | Комментарии: 0 | Подробнее
Название: Introduction to Artificial Intelligence, 3rd Edition
Автор: Philip C. Jackson
Издательство: Dover Publications
Год: 2019
Страниц: 544
Язык: английский
Формат: epub
Размер: 16.2 MB

Can computers think? Can they use reason to develop their own concepts, solve complex problems, understand our languages? This updated edition of a comprehensive survey includes extensive new text on "Artificial Intelligence in the 21st Century," introducing deep neural networks, conceptual graphs, languages of thought, mental models, metacognition, economic prospects, and research toward human-level Artificial Intelligence (AI).
Разместил: literator 24-08-2019, 01:38 | Комментарии: 0 | Подробнее

Автор: Варфоломей Собейкис
Название: Азбука хакера 3. Компьютерная вирусология
Издательство: Майор
Год: 2006
Язык: Русский
Формат: djvu
Размер: 10 Мб



Вниманию читателя предлагается книга о весьма популярном виде современного народного творчества — компьютерной вирусологии. В наши дни весь компьютерный мир делится на 3 категории: а) тех, кто пишет вирус (вирусы трояны, программы вирусы); б) тех, кто от них страдает и в) тех, кто с ними борется. Всем трем категориям пользователей и адресована настоящая книга.
Разместил: Bookingolz 23-08-2019, 20:09 | Комментарии: 0 | Подробнее



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