Vtome.ru - электронная библиотека

  • Добавил: literator
  • Дата: 20-09-2020, 13:16
  • Комментариев: 0
The Ghidra Book: The Definitive GuideНазвание: The Ghidra Book: The Definitive Guide
Автор: Chris Eagle, Kara Nance
Издательство: No Starch Press
Год: 2020
Страниц: 612
Язык: английский
Формат: pdf (true), epub
Размер: 17.6 MB, 28.7 MB

A guide to using the Ghidra software reverse engineering tool suite. The result of more than a decade of research and development within the NSA, the Ghidra platform was developed to address some of the agency's most challenging reverse-engineering problems. With the open-source release of this formerly restricted tool suite, one of the world's most capable disassemblers and intuitive decompilers is now in the hands of cybersecurity defenders everywhere -- and The Ghidra Book is the one and only guide you need to master it.
  • Добавил: buratino
  • Дата: 20-09-2020, 11:02
  • Комментариев: 0
Название: Machine Learning with TensorFlow, 2nd Edition (MEAP Version 7)
Автор: Chris A. Mattmann
Издательство: Manning Publications
Год: 2020
Формат: true pdf/epub
Страниц: 471
Размер: 32.1 Mb
Язык: English

This fully revised second edition of Machine Learning with TensorFlow teaches you the foundational concepts of machine learning, and how to utilize the TensorFlow library to rapidly build powerful ML models. You'll learn the basics of regression, classification, and clustering algorithms, applying them to solve real-world challenges such as call center volume prediction and sentiment analysis of movie reviews. Once you’ve mastered core ML concepts, you'll move on to the money chapters: exploring cutting-edge neural network techniques such as deep speech classifiers, facial identification, and auto-encoding with CIFAR-10. Plus, in all-new appendices you'll cover updating your code to TensorFlow 2.0, and much-needed techniques for running your code inside Docker containers.
  • Добавил: buratino
  • Дата: 20-09-2020, 10:53
  • Комментариев: 0
Название: Write Great Code, Volume 2, 2nd Edition: Thinking Low-Level, Writing High-Level
Автор: Randall Hyde
Издательство: No Starch Press
Год: 2020
Формат: true pdf/epub/azw3
Страниц: 658
Размер: 11.9 Mb
Язык: English

Explains how compilers translate high-level language source code (like code written in Python) into low-level machine code (code that the computer can understand) to help readers understand how to produce the best low-level, computer readable machine code.
In the beginning, most software was written in assembly, the CPU's low-level language, in order to achieve acceptable performance on relatively slow hardware. Early programmers were sparing in their use of high-level language code, knowing that a high-level language compiler would generate crummy, low-level machine code for their software. Today, however, many programmers write in high-level languages like Python, C/C++/C#, Java, Swift. The result is often sloppy, inefficient code.
  • Добавил: buratino
  • Дата: 20-09-2020, 10:48
  • Комментариев: 0
Название: Grokking Simplicity: Taming complex software with functional thinking (MEAP Version 8)
Автор: Eric Normand
Издательство: Manning Publications
Год: 2020
Формат: True PDF
Страниц: 281
Размер: 13.7 Mb
Язык: English

In Grokking Simplicity, you’ll learn techniques and, more importantly, a mindset that will help you tackle common problems that arise when software gets complex. Veteran functional programmer Eric Normand guides you to a crystal-clear understanding of why certain features of modern software are so prone to complexity and introduces you to the functional techniques you can use to simplify these systems so that they’re easier to read, test, and debug. Through hands-on examples, exercises, and numerous self-assessments, you’ll learn to organize your code for maximum reusability and internalize methods to keep unwanted complexity out of your codebase. Regardless of the language you’re using, the ways of thinking in this book will help recognize problematic code and tame even the most complex software.

  • Добавил: buratino
  • Дата: 20-09-2020, 10:29
  • Комментариев: 0
Название: Svelte and Sapper in Action
Автор: Mark Volkmann
Издательство: Manning Publications
Год: 2020
Формат: True PDF
Страниц: 456
Размер: 22.2 Mb
Язык: English

Svelte and Sapper in Action teaches you to design and build fast, elegant web applications. You’ll start immediately by creating an engaging Travel Packing app as you learn to create Svelte components and develop great UX. You’ll master Svelte’s unique state management model, use Sapper for simplified page routing, and take on modern best practices like code splitting, offline support, and server-rendered views.
  • Добавил: buratino
  • Дата: 20-09-2020, 10:17
  • Комментариев: 0
Название: Algorithmic Thinking: A Problem-Based Introduction (Early Access)
Автор: Daniel Zingaro
Издательство: No Starch Press
Год: 2020
Формат: true pdf/rtf/azw3
Страниц: 377
Размер: 10 Mb
Язык: English

A hands-on, problem-based introduction to building algorithms and data structures to solve problems with a computer.
Programming is about using a computer to solve problems, and algorithms and data structures are the building blocks of computer programs. For each problem that a programmer wants to solve, they employ an algorithm: a sequence of steps for solving the problem. Many books teach algorithms independently of specific problems, but this book uses careful explanations, examples, and arguments, rather than formal mathematics and proofs which make it difficult for you to connect what you are learning to what you can do with that learning.
  • Добавил: TRex
  • Дата: 20-09-2020, 10:14
  • Комментариев: 0
Название: AI as a Service: Serverless machine learning with AWS
Автор: Peter Elger, Eoin Shanaghy
Издательство: Manning Publications
Год: 2020
Формат: PDF, EPUB
Страниц: 328
Размер: 46,6 Mb
Язык: English

Companies everywhere are moving everyday business processes over to the cloud, and AI is increasingly being given the reins in these tasks. As this massive digital transformation continues, the combination of serverless computing and AI promises to become the de facto standard for business-to-consumer platform development—and developers who can design, develop, implement, and maintain these systems will be in high demand!
  • Добавил: buratino
  • Дата: 20-09-2020, 09:54
  • Комментариев: 0
Название: Real-World Python: A Hacker's Guide to Solving Problems with Code (Early Access)
Автор: Lee Vaughan
Издательство: No Starch Press
Год: 2020
Формат: True PDF
Страниц: 322
Размер: 50 Mb
Язык: English

A project-based approach to learning Python programming for beginners. Intriguing projects teach you how to tackle challenging problems with code.
You've mastered the basics. Now you're ready to explore some of Python's more powerful tools. Real-World Python will show you how.
  • Добавил: koticvvik
  • Дата: 20-09-2020, 09:06
  • Комментариев: 0

Название: Core Java for the Impatient
Автор: Cay S. Horstmann
Издательство: Addison-Wesley Professional
Год: 2015
Формат: PDF, EPUB
Страниц:1556
Размер: 25,2 Мб
Язык: English

The release of Java SE 8 introduced significant enhancements that impact the Core Java technologies and APIs at the heart of the Java platform. Many old Java idioms are no longer required and new features like lambda expressions will increase programmer productivity, but navigating these changes can be challenging.