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

  • Добавил: fisher1978
  • Дата: 7-01-2022, 11:34
  • Комментариев: 0
Название: Искусство дизассемблирования
Автор: Крис Касперски, Ева Рокко
Издательство: БХВ-Петербург
Год выпуска: 2008
ISBN: 978-5-9775-0082-1
Страниц: 896
Формат: pdf
Размер: 138 Mб
Язык: Русский

Книга посвящена вопросам и методам дизассемблирования, знание которых позволит эффективно защитить свои программы и создать более оптимизированные программные коды. Объяснены способы идентификации конструкций языков высокого уровня таких, как C/C++ и Pascal, показаны различные подходы к реконструкции алгоритмов.
  • Добавил: literator
  • Дата: 7-01-2022, 07:58
  • Комментариев: 0
Название: Build Reactive Websites with RxJS: Master Observables and Wrangle Events
Автор: Randall Koutnik
Издательство: Pragmatic Bookshelf
Год: December 2018 (V. P1.0)
Страниц: 191
Язык: английский
Формат: pdf (true) + epub, azw3
Размер: 10.1 MB, 10.1 MB

Upgrade your skillset, succeed at work, and above all, avoid the many headaches that come with modern front-end development. Simplify your codebase with hands-on examples pulled from real-life applications. Master the mysteries of asynchronous state management, detangle puzzling race conditions, and send spaceships soaring through the cosmos. When you finish this book, you'll be able to tame the wild codebeasts before they ever get a chance to wreck your day. The front-end world can be fraught with complexity. The RxJS library offers a solution: Observables. Observables merge other jаvascript asynch mechanisms such as callbacks and promises into a new way of looking at data.
  • Добавил: Maurix
  • Дата: 7-01-2022, 06:03
  • Комментариев: 0
Название: Google BigQuery. Всё о хранилищах данных, аналитике и машинном обучении
Автор: Лакшманан В., Тайджани Д
Издательство: Питер
Год: 2021
Формат: PDF
Страниц: 496
Размер: 10 Mb
Язык: Русский

Вас пугает необходимость обрабатывать петабайтные наборы данных? Познакомьтесь с Google BigQuery, — системой хранения информации, которая может консолидировать данные по всему предприятию, облегчает интерактивный анализ и позволяет реализовать задачи машинного обучения. Теперь вы можете эффективно хранить, запрашивать, получать и изучать данные в одной удобной среде.
  • Добавил: literator
  • Дата: 6-01-2022, 23:02
  • Комментариев: 0
The Kubernetes Book (2021 Edition)Название: The Kubernetes Book (2021 Edition)
Автор: Nigel Poulton
Издательство: Leanpub
Год: 2021-04-21
Страниц: 243
Язык: английский
Формат: pdf (true), epub
Размер: 26.9 MB

Every page, and every example, updated to the latest versions of Kubernetes and the latest trends in the cloud-native ecosystem. Containers are here and resistance is futile! Now that people are getting their heads around Docker, they need an orchestration platform to help them manage their containerized apps. Kubernetes has emerged as one of the hottest and most important container orchestration platforms in the world. This book gets you up to speed fast! This is a book about Kubernetes - no prior knowledge required! It's designed to teach you the theory and the practical as fast as possible so that you can hit the ground running with your first Kubernetes deployment.
  • Добавил: natavip
  • Дата: 6-01-2022, 17:11
  • Комментариев: 0

Название: Python для детей и родителей. 2-е издание
Автор: Брайсон Пэйн
Издательство: Эксмо
Год: 2021
Формат: pdf
Размер: 10 Мб
Качество: Хорошее
Язык: Русский

Второе издание любимого многими родителями и детьми самоучителя. Программирование - одна из самых востребованных профессий в наше время, и она останется таковой в ближайшем будущем. Научите своих детей программировать уже сейчас с помощью этой книги! В книге представлен язык Python, один из самых популярных и простых. Вы найдете здесь много упражнений - полезных, интересных и забавных, поэтому ваш ребенок не заскучает. Материал написан доступно и просто, поэтому ему не составит труда освоить азы программирования.
  • Добавил: literator
  • Дата: 6-01-2022, 16:55
  • Комментариев: 0
Web Development with Clojure: Build Large, Maintainable Web Applications Interactively, 3rd Edition (July 2021)Название: Web Development with Clojure: Build Large, Maintainable Web Applications Interactively, 3rd Edition
Автор: Dmitri Sotnikov, Scot Brown
Издательство: Pragmatic Bookshelf
Год: July 2021 (V. P1.0)
Страниц: 462
Язык: английский
Формат: pdf (true)
Размер: 65.5 MB

This book is aimed at readers of all levels. While having some basic proficiency with functional programming will be helpful, it’s by no means required to follow the material presented. If you’re not a Clojure user already, this book is a good starting point since it focuses on applying the language to solve concrete problems. This means we’ll focus on the small set of language features needed to build web applications. Clojure is a small language whose primary goals are simplicity and correctness. As a functional language, it emphasizes immutability and declarative programming. As you’ll see, these features make it easy and idiomatic to write clean and correct code. Clojure is likely the most popular Lisp dialect today for starting new development. It has proven itself in serious production systems, and the feedback from users has been overwhelmingly positive. Because web development is one of the major domains for using Clojure, several popular libraries and frameworks have sprouted and matured in this area. In this book we’ll primarily focus on the Luminus stack.
  • Добавил: literator
  • Дата: 6-01-2022, 08:53
  • Комментариев: 0
Python Brain Teasers: Exercise Your MindНазвание: Python Brain Teasers: Exercise Your Mind
Автор: Miki Tebeka
Издательство: Pragmatic Bookshelf
Год: September 2021 (V. P1.0)
Страниц: 118
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

We geeks love puzzles and solving them. The Python programming language is a simple one, but like all other languages it has quirks. This book uses those quirks as teaching opportunities via 30 simple Python programs that challenge your understanding of Python. The teasers will help you avoid mistakes, see gaps in your knowledge, and become better at what you do. Use these teasers to impress your co-workers or just to pass the time in those boring meetings. Teasers are fun! Miki Tebeka’s brain teasers are a delightful and challenging collection of puzzles that will amuse novice Python developers and challenge experienced developers to think carefully about their mental model of Python execution.
  • Добавил: literator
  • Дата: 6-01-2022, 08:07
  • Комментариев: 0
Pandas Brain Teasers: Exercise Your MindНазвание: Pandas Brain Teasers: Exercise Your Mind
Автор: Miki Tebeka
Издательство: Pragmatic Bookshelf
Год: September 2021 (V. P1.0)
Страниц: 112
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

This book contains 25 short programs that will challenge your understanding of Pandas. Like any big project, the Pandas developers had to make some design decisions that at times seem surprising. This book uses those quirks as a teaching opportunity. By understanding the gaps in your knowledge, you'll become better at what you do. Some of the teasers are from the author's experience shipping bugs to production, and some from others doing the same. Teasers and puzzles are fun, and learning how to solve them can teach you to avoid programming mistakes and maybe even impress your colleagues and future employers.
  • Добавил: literator
  • Дата: 6-01-2022, 06:29
  • Комментариев: 0
SignalR on .NET 6 - the Complete Guide: The easiest way to enable real-time two-way HTTP communication on .NET 6Название: SignalR on .NET 6 - the Complete Guide: The easiest way to enable real-time two-way HTTP communication on .NET 6
Автор: Fiodar Sazanavets
Издательство: Leanpub
Год: 2021-12-26
Страниц: 174
Язык: английский
Формат: pdf, mobi, epub
Размер: 10.2 MB

Learn everything there is to learn about SignalR and how to integrate it with the latest .NET 6 and C# 10 features. Learn how to connect any type of client to SignalR, including plain WebSocket client. Learn how to build interactive applications that can communicate with each other in real time without making excessive calls. Are you a web developer or do you write Internet of things (IoT) software? If so, you would know that many web and IoT development projects these days require the ability to establish a persistent connection between a client and a server without having to keep sending repeated requests from the client. As you may also know, such functionality may be hard to implement. However, if you can build your server-side application on ASP.NET Core, there is a way to make this whole process easy. There is a library called SignalR, which is included in ASP.NET Core.
  • Добавил: literator
  • Дата: 5-01-2022, 19:57
  • Комментариев: 0
Requirements Engineering for Safety-Critical SystemsНазвание: Requirements Engineering for Safety-Critical Systems
Автор: Luiz Eduardo G. Martins, Tony Gorschek
Издательство: River Publishers
Серия: River Publishers Series in Software Engineering
Год: 2022
Страниц: 230
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Safety-Critical Systems (SCS) are increasingly present in people's daily activities. In the means of transport, in medical treatments, in industrial processes, in the control of air, land, maritime traffic, and many other situations, we use and depend on SCS. The requirements engineering of any system is crucial for the proper development of the same, and it becomes even more relevant for the development of SCS. Requirements Engineering is a discipline that focuses on the development of techniques, methods, processes, and tools that assist in the design of software and systems, covering the activities of elicitation, analysis, modeling and specification, validation, and management of requirements. The complete specification of system requirements establishes the basis for its architectural design. It offers a description of the functional and quality aspects that should guide the implementation and system evolution. In this book, we discuss essential elements of requirements engineering applied to SCS, such as the relationship between safety/hazard analysis and requirements specification, a balance between conservative and Agile methodologies during SCS development, the role of requirements engineering in safety cases, and requirements engineering maturity model for SCS.