LitMy.ru - литература в один клик

  • Добавил: literator
  • Дата: 5-10-2021, 12:35
  • Комментариев: 0
Object-Oriented Software Engineering with UMLНазвание: Object-Oriented Software Engineering with UML
Автор: Roger Y. Lee, PhD
Издательство: Nova Science Pub Inc
Серия: Computer Science, Technology, and Applications
Год: 2019
Страниц: 397
Язык: английский
Формат: pdf (true)
Размер: 12.3 MB

The object-oriented paradigm supplements traditional software engineering by providing solutions to common problems such as modularity and reusability. Objects can be written for a specific purpose acting as an encapsulated black-box API that can work with other components by forming a complex system. This book provides a comprehensive overview of the many facets of the object-oriented paradigm and how it applies to software engineering. Starting with an in-depth look at objects, the book naturally progresses through the software engineering life cycle and shows how object-oriented concepts enhance each step. Furthermore, it is designed as a roadmap with each chapter, preparing the reader with the skills necessary to advance the project.


  • Добавил: literator
  • Дата: 4-10-2021, 19:35
  • Комментариев: 0
Javascript by Hanumanth LadwaНазвание: jаvascript
Автор: Hanumanth Ladwa
Издательство: Independently published
Год: 2021
Страниц: 236
Язык: английский
Формат: pdf, epub
Размер: 14.6 MB

jаvascript is a scripting language. What is scripting language? It is a list of commands that are embedded in a web page, interpreted and executed by a certain scripting engine. Scripts are written for various purposes such as automating the processes on a local-computer or to generate web pages on the web. The programming languages in which scripts are written are called scripting languages. Most of the common types of scripting languages are, jаvascript, VBScript, ASP (Active Server Pages), PHP (Hypertext Preprocessor), PERL (Practical Extraction and Reporting Language), JSP (Java Server Pages) etc.


  • Добавил: literator
  • Дата: 4-10-2021, 19:05
  • Комментариев: 0
Quantum Computing: How It Works and How It Could Change the WorldНазвание: Quantum Computing: How It Works and How It Could Change the World
Автор: Amit Katwala
Издательство: Random House Business
Год: 2021
Страниц: 160
Язык: английский
Формат: epub
Размер: 10.1 MB

Quantum computing has been hailed as a technological game-changer. But what precisely is it and what is its true potential? In this superbly insightful, one-stop guide WIRED author Amit Katwala tells you everything you need to know about the next computer revolution. He explains the highly complex science that lies behind it. He describes the competing efforts of the likes of Google, Microsoft and Chinese companies Tencent and Alibaba to create a viable quantum computer, and the different routes they have taken to meet the immense technical challenges involved. He considers the technology's potential application in spheres as diverse as medicine, cyber security and clean energy. And he addresses the fundamental question: how close are we to seeing quantum computers become a widespread reality.


  • Добавил: literator
  • Дата: 4-10-2021, 18:13
  • Комментариев: 0
Kubernetes Security and Observability (Third Early Release)Название: Kubernetes Security and Observability (Third Early Release)
Автор: Alex Pollitt, Manish Sampat
Издательство: O’Reilly Media, Inc.
Год: 2021
Страниц: 237
Язык: английский
Формат: pdf, epub
Размер: 13.0 MB

This practical book introduces new cloud native approaches for Kubernetes practitioners, like yourself, who care about the security and observability of mission-critical microservices. Through practical guidance and best practice recommendations, this book helps you understand why cloud native applications require a modern approach to security and observability practices and how to implement them.


  • Добавил: literator
  • Дата: 4-10-2021, 17:57
  • Комментариев: 0
Machine Learning for High-Risk Applications (Second Early Release)Название: Machine Learning for High-Risk Applications: Techniques for Responsible AI (Second Early Release)
Автор: Patrick Hall
Издательство: O’Reilly Media, Inc.
Год: 2021-08-19
Страниц: 112
Язык: английский
Формат: pdf, epub
Размер: 12.4 MB

The past decade has witnessed a wide adoption of artificial intelligence and machine learning (AI/ML) technologies. However, a lack of oversight into their widespread implementation has resulted in harmful outcomes that could have been avoided with proper oversight. Before we can realize AI/ML's true benefit, practitioners must understand how to mitigate its risks. This book describes responsible AI, a holistic approach for improving AI/ML technology, business processes, and cultural competencies that builds on best practices in risk management, cybersecurity, data privacy, and applied social science.


  • Добавил: literator
  • Дата: 4-10-2021, 17:40
  • Комментариев: 0
Creating GUI Applications with wxPythonНазвание: Creating GUI Applications with wxPython
Автор: Michael Driscoll
Издательство: Leanpub
Год: 2020-12-07
Страниц: 357
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 24.2 MB

Learn wxPython by creating simple applications. You will also learn how to add new features and distribute your applications to Windows and Mac OSCreating GUI Applications with wxPython is a book that will teach you how to use wxPython to create applications by actually creating several mini-programs. I have found that while learning how the various widgets work in wxPython is valuable, it is even better to learn by creating a simple application that does something useful.


  • Добавил: umkaS
  • Дата: 4-10-2021, 16:06
  • Комментариев: 0
Название: Турбо Паскаль 7.0: Полная версия
Автор: Алексеев Е.Р., Чеснокова О.В.
Издательство: М.: НТ Пресс
Год: 2006
Cтраниц: 320
Формат: djvu
Размер: 17 мб
Язык: русский

Книга адресована изучающим алгоритмизацию и программирование. Прочитав ее, вы научитесь составлять алгоритмы и программы. Книга посвящена языку программирования Турбо Паскаль версии 7.0. Приведено большое количество практических примеров программирования. Подробно описаны такие этапы программирования, как работа с подпрограммами, модулями, файлами, экраном дисплея в текстовом и графическом режимах.
  • Добавил: literator
  • Дата: 4-10-2021, 15:23
  • Комментариев: 0
Building your own authentication library with TrailblazerНазвание: Building your own authentication library with Trailblazer
Автор: Nick Sutterer
Издательство: Leanpub
Год: 2021-06-23
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.27 MB

Authentication - the art of creating and locking accounts, of verifying users and encrypting or forgetting passwords. Step-wise this beginner's guide explores software design and abstractions in Trailblazer by building an authentication library in Rails. After this book, you're ready to lock out people with your own code.A beginner's guide taking you by the hand and walking you through Trailblazer's beautiful operation layer. While building a Ruby authentication library similar to Devise you are going to learn organizing and structuring business code, how operations help concentrating on what needs to be done, not when, and how Trailblazer's components can be connected to build full-blown web applications within Rails.


  • Добавил: Maurix
  • Дата: 4-10-2021, 15:21
  • Комментариев: 0
Название: Работа с ядром Windows
Автор: Йосифович Павел
Издательство: Питер
Год: 2021
Формат: PDF
Страниц: 400
Размер: 10 Mb
Язык: Русский

Ядро Windows таит в себе большую силу. Но как заставить ее работать? Павел Йосифович поможет вам справиться с этой сложной задачей: пояснения и примеры кода превратят концепции и сложные сценарии в пошаговые инструкции, доступные даже начинающим.
  • Добавил: literator
  • Дата: 4-10-2021, 15:09
  • Комментариев: 0
Core ML Survival Guide: More than you ever wanted to know about mlmodel files and the Core ML and Vision APIsНазвание: Core ML Survival Guide: More than you ever wanted to know about mlmodel files and the Core ML and Vision APIs
Автор: Matthijs Hollemans
Издательство: Leanpub
Год: 2020-10-09
Страниц: 505
Язык: английский
Формат: pdf (true), mobi, epub +Code
Размер: 36.7 MB

Core ML is pretty easy to use — except when it doesn’t do what you want. The Core ML Survival Guide is packed with tips and tricks for solving the most common Core ML problems. Updated for iOS 14 and macOS 11. IMPORTANT: I will not be updating this book to the new features introduced with iOS 15 and macOS 12. Those new features are welcome improvements but they also make most of this book irrelevant. That being said, if you are targeting older versions of iOS or macOS, or you cannot use the new mlpackage format or the new ML Program models for some reason, the Core ML Survival Guide will still be useful. Thanks to all the readers for supporting this book over the years!