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

  • Добавил: admin
  • Дата: 7-03-2021, 12:00
  • Комментариев: 0
Write Great Code, Volume 3: Engineering SoftwareНазвание: Write Great Code, Volume 3: Engineering Software
Автор: Randall Hyde
Издательство: No Starch Press
Год: 2020
Страниц: 376
Язык: английский
Формат: epub
Размер: 10.1 MB

Re-engineer your approach to programming. This third volume in the Write Great Code series will help you create readable and maintainable code that will generate awe from fellow programmers.
  • Добавил: buratino
  • Дата: 7-03-2021, 11:14
  • Комментариев: 0
Название: Crypto Dictionary: 500 Tasty Tidbits for the Curious Cryptographer
Автор: Jean-Philippe Aumasson
Издательство: No Starch Press
Год: 2021
Формат: true pdf/epub/mobi
Страниц: 160
Размер: 10 Mb
Язык: English

Rigorous in its definitions yet easy to read, Crypto Dictionary covers the field of cryptography in an approachable, and sometimes humorous way.
Expand your mind and your crypto knowledge with the ultimate desktop dictionary for all things cryptography.
  • Добавил: buratino
  • Дата: 7-03-2021, 10:30
  • Комментариев: 0
Название: Racket Programming the Fun Way: From Strings to Turing Machines
Автор: James. W. Stelly
Издательство: No Starch Press
Год: 2021
Формат: true pdf/epub
Страниц: 360
Размер: 21.8 Mb
Язык: English

An introduction to the Racket functional programming language and DrRacket development environment to explore topics in mathematics (mostly recreational) and computer science.
  • Добавил: TRex
  • Дата: 7-03-2021, 10:24
  • Комментариев: 0
Название: Dive Into Algorithms: A Pythonic Adventure for the Intrepid Beginner
Автор: Bradford Tuckfield
Издательство: No Starch Press
Год: 2021
Формат: EPUB, True PDF
Страниц: 249
Размер: 10 Mb
Язык: English

Dive Into Algorithms is a broad introduction to algorithms using the Python Programming Language.
Dive Into Algorithms is a wide-ranging, Pythonic tour of many of the world's most interesting algorithms. With little more than a bit of computer programming experience and basic high-school math, you'll explore standard computer science algorithms for searching, sorting, and optimization; human-based algorithms that help us determine how to catch a baseball or eat the right amount at a buffet; and advanced algorithms like ones used in machine learning and artificial intelligence.
  • Добавил: buratino
  • Дата: 7-03-2021, 10:12
  • Комментариев: 0
Название: Network Programming with Go: Learn to Code Secure and Reliable Network Services from Scratch
Автор: Adam Woodbeck
Издательство: No Starch Press
Год: 2021
Формат: true pdf/epub/mobi
Страниц: 392
Размер: 10 Mb
Язык: English

Network Programming with Go teaches you how to write clean, secure network software with the programming language designed to make it seem easy.
Go combines the best parts of many other programming languages. It’s fast, scalable, and designed for high-performance networking and multiprocessing—in other words, it’s perfect for network programming.
Network Programming with Go is for developers ready to start leveraging Go’s ease of use for writing secure, readable, production-ready network code. Early chapters establish a foundation of networking and traffic-routing know-how upon which the rest of the book builds.
  • Добавил: buratino
  • Дата: 7-03-2021, 10:03
  • Комментариев: 0
Название: Cyberjutsu: Cybersecurity for the Modern Ninja (Early Access)
Автор: Ben McCarty
Издательство: No Starch Press
Год: 12/14/2020
Формат: true pdf/rtf
Страниц: 246
Размер: 10.9 Mb
Язык: English

Like Sun Tzu's Art of War for Modern Business, this book uses ancient ninja scrolls as the foundation for teaching readers about cyber-warfare, espionage and security.
  • Добавил: kotmatros255
  • Дата: 7-03-2021, 09:49
  • Комментариев: 0
Название: Теоретические основы информатики. Задачи и программы на языке Pascal
Автор: Майер Р.В.
Издательство: Глазов: ГГПИ
Год: 2011
Формат: pdf
Страниц: 74
Размер: 23 Мб
Язык: Русский

Учебное пособие включает в себя систему задач по следующим темам курса информатики: формула Шеннона, кодирование и декодирование, передача информации по каналу связи, автоматы и их модели, машина Поста, машина Тьюринга, алгоритмы Маркова, нейросети и персептроны, основы теории игр.
  • Добавил: buratino
  • Дата: 6-03-2021, 20:11
  • Комментариев: 0
Название: How Cybersecurity Really Works: A Hands-On Guide for Total Beginners (Early Access)
Автор: Sam Grubb
Издательство: No Starch Press
Год: 2/25/2021
Формат: true pdf/azw3
Размер: 10.5 Mb
Язык: English

Cybersecurity for Beginners is an engaging introduction to the field of cybersecurity. You'll learn how attackers operate, as well as how to defend yourself and organizations against online attacks.
  • Добавил: buratino
  • Дата: 6-03-2021, 18:09
  • Комментариев: 0
Название: Data Science Revealed: With Feature Engineering, Data Visualization, Pipeline Development and Hyperparameter Tuning
Автор: Tshepo Chris Nokeri
Издательство: Apress
Год: 2021
Формат: true pdf/epub
Страниц: 272
Размер: 14.6 Mb
Язык: English

Get insight into data science techniques such as data engineering and visualization, statistical modeling, machine learning, and deep learning. This book teaches you how to select variables, optimize hyper parameters, develop pipelines, and train, test, and validate machine and deep learning models.
  • Добавил: buratino
  • Дата: 6-03-2021, 16:39
  • Комментариев: 0
Название: Effective Kafka: A Hands-On Guide to Building Robust and Scalable Event-Driven Applications with Code Examples in Java
Автор: Emil Koutanov
Издательство: Leanpub
Год: 2021-01-05
Формат: True PDF
Страниц: 394
Размер: 12.8 Mb
Язык: English

The software architecture landscape has evolved dramatically over the past decade. Microservices have displaced monoliths. Data and applications are increasingly becoming distributed and decentralised. But composing disparate systems is a hard problem. More recently, software practitioners have been rapidly converging on event-driven architecture as a sustainable way of dealing with complexity — integrating systems without increasing their coupling.