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

  • Добавил: literator
  • Дата: 20-07-2021, 21:38
  • Комментариев: 0
Learn Git The Hard WayНазвание: Learn Git The Hard Way
Автор: Ian Miell
Издательство: Leanpub
Год: 2020-04-22
Страниц: 164
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 14.7 MB

Git is such a ubiquitous technology in software now that it’s easy to take for granted. It’s also very easy to ‘get by’ with a little knowledge of it. Every day I come across very smart people who ‘only use three commands’ in Git. Usually that’s fine, but the reason I’ve come across them is because something’s happened and they’re bewildered, and they don’t know where to turn. It’s my argument that the software community is woefully under-served when it comes to learning about Git, and that mastering it pays massive dividends, and not just when using Git! This book helps you to be comfortable with Git, a technology more often used than understood. Git need not be stressful.
  • Добавил: kotmatros255
  • Дата: 20-07-2021, 20:18
  • Комментариев: 0
Название: Borland JBuilder. Руководство разработчика
Автор: Майкл Ленди, Салим Сиддикви, Джефф Свишер и др.
Издательство: Вильямс
Год: 2004
ISBN: 5-8459-0540-4
Формат: djvu
Страниц: 859
Размер: 45,1 Мб
Язык: русский

Данная книга, несомненно, окажет большую помощь программистам, специализирующимся на создании приложений на языке Java. Она рассчитана на специалистов, имеющих опыт создания Java-программ. Авторы книги рассказывают читателям об основных принципах написания различных типов программ на языке Java.
  • Добавил: TRex
  • Дата: 20-07-2021, 19:09
  • Комментариев: 0
Название: Beginning Unity Editor Scripting: Create and Publish Your Game Tools
Автор: Benny Kok
Издательство: Apress
Год: 2021
Формат: PDF, ePUB
Страниц: 274
Размер: 20 Mb
Язык: English

Learn about editor scripting in Unity, including different possible methods of editor customization to fit your custom game workflow or even to create assets that could be published on the Asset Store to earn a passive income. The knowledge of editor scripting, although rarely covered in books, gives a game developer insight into how things work in Unity under the hood, which you can leverage to create custom tools that empower your unique game idea.
  • Добавил: literator
  • Дата: 20-07-2021, 15:15
  • Комментариев: 0
Quantum Algorithms for Cryptographically Significant Boolean Functions: An IBMQ ExperienceНазвание: Quantum Algorithms for Cryptographically Significant Boolean Functions: An IBMQ Experience
Автор: Tharrmashastha SAPV, Debajyoti Bera
Издательство: Springer
Серия: SpringerBriefs in Computer Science
Год: 2021
Страниц: 128
Язык: английский
Формат: pdf (true), epub
Размер: 33.2 MB

This book is a timely report of the state-of-the-art analytical techniques in the domain of quantum algorithms related to Boolean functions. It bridges the gap between recent developments in the area and the hands-on analysis of the spectral properties of Boolean functions from a cryptologic viewpoint. Topics covered in the book include Qubit, Deutsch–Jozsa and Walsh spectrum, Grover’s algorithm, Simon’s algorithm and autocorrelation spectrum. The book aims at encouraging readers to design and implement practical algorithms related to Boolean functions. Apart from combinatorial techniques, this book considers implementing related programs in a quantum computer. Researchers, practitioners and educators will find this book valuable. Our first motivation in this book is that a person with knowledge of basic programming and high-school mathematics should be able to connect to the machine and then start writing a program as soon as possible.
  • Добавил: TRex
  • Дата: 20-07-2021, 11:45
  • Комментариев: 0
Название: Artificial Intelligence: A Modern Approach, 4th Edition, Global Edition
Автор: Stuart J. Russell and Peter Norvig
Издательство: Pearson Education Limited
Год: 2022
Формат: True PDF
Страниц: 1167
Размер: 32,5 Mb
Язык: English

The most comprehensive, up-to-date introduction to the theory and practice of artificial intelligence
The long-anticipated revision of Artificial Intelligence: A Modern Approach explores the full breadth and depth of the field of artificial intelligence (AI).
The 4th Edition brings readers up to date on the latest technologies, presents concepts in a more unified manner, and offers new or expanded coverage of machine learning, deep learning, transfer learning, multiagent systems, robotics, natural language processing, causality, probabilistic programming, privacy, fairness, and safe AI.
  • Добавил: ekvator
  • Дата: 20-07-2021, 01:02
  • Комментариев: 0
Data Science для карьериста
Название: Data Science для карьериста
Автор: Нолис Жаклин, Робинсон Эмили
Издательство: Питер
Год: 2021
Формат: pdf
Страниц: 368
Размер: 7,7 Мб
Язык: русский

Все мы хотим построить успешную карьеру. Как найти ключ к долгосрочному успеху в Data Science? Для этого понадобятся не только технические ноу-хау, но и правильные «мягкие навыки». Лишь объединив оба этих компонента, можно стать востребованным специалистом. Узнайте, как получить первую работу в Data Science и превратиться в ценного сотрудника высокого уровня! Четкие и простые инструкции научат вас составлять потрясающие резюме и легко проходить самые сложные интервью. Data Science стремительно меняется, поэтому поддерживать стабильную работу проектов, адаптировать их к потребностям компании и работать со сложными стейкхолдерами не так уж и легко. Опытные дата-сайентисты делятся идеями, которые помогут реализовать ваши ожидания, справиться с неудачами и спланировать карьерный путь.
  • Добавил: literator
  • Дата: 19-07-2021, 19:04
  • Комментариев: 0
Название: Programming TypeScript: Making Your jаvascript Applications Scale
Автор: Boris Cherny
Издательство: O’Reilly Media
Год: 2019
Страниц: 324
Язык: английский
Формат: True PDF + PDF (conv), True EPUB
Размер: 10.1 MB, 10.1 MB

Any programmer working in a dynamically typed language will tell you how hard it is to scale that language to more lines of code and to more engineers. That’s why Facebook, Google, and Microsoft invented gradual static type layers for their dynamically typed jаvascript and Python code. TypeScript is one such type layer, and does something unique among them: it makes programming fun with its powerful, modern, static type system. With this book, programmers who understand jаvascript at an intermediate level will learn how to master the TypeScript language. You’ll understand how TypeScript can help you get rid of bugs in your code, scale your code across 10x more engineers, and make programming fun again.
  • Добавил: literator
  • Дата: 19-07-2021, 18:29
  • Комментариев: 0
Название: Head First Kotlin: A Brain-Friendly Guide
Автор: Dawn Griffiths
Издательство: O'Reilly Media
Год: 2019
Страниц: 482
Язык: английский
Формат: pdf (true), epub
Размер: 23.9 MB, 46.9 MB

Head First Kotlin is a complete introduction to coding in Kotlin. This hands-on book helps you learn the Kotlin language with a unique method that goes beyond syntax and how-to manuals and teaches you how to think like a great Kotlin developer. You’ll learn everything from language fundamentals to collections, generics, lambdas, and higher-order functions. Along the way, you’ll get to play with both object-oriented and functional programming. If you want to really understand Kotlin, this is the book for you.
  • Добавил: TRex
  • Дата: 19-07-2021, 17:46
  • Комментариев: 0
Название: Programming PHP: Creating Dynamic Web Pages, 4th Edition
Автор: Kevin Tatroe, Peter MacIntyre
Издательство: O'Reilly Media
Год: 2020
Формат: True PDF, EPUB
Страниц: 545
Размер: 10 Mb
Язык: English

Why is PHP the most widely used programming language on the web? This updated edition teaches everything you need to know to create effective web applications using the latest features in PHP 7.4. You’ll start with the big picture and then dive into language syntax, programming techniques, and other details, using examples that illustrate both correct usage and common idioms.
  • Добавил: ekvator
  • Дата: 19-07-2021, 17:11
  • Комментариев: 0
Python, например
Название: Python, например
Автор: Лейси Никола
Издательство: Питер
Год: 2021
Формат: pdf
Страниц: 192
Размер: 8,9 Мб
Язык: русский

Это Python, например! Познакомьтесь с самым быстрорастущим языком программирования на сегодняшний день. Легкое и увлекательное руководство поможет шаг за шагом прокачать навыки разработки. Никаких архитектур компьютера, теорий программирования и прочей абракадабры — больше практики! В книге 150 задач, которые плавно перенесут читателя от изучения основ языка к решению более сложных вещей. Руководство подойдет всем, у кого голова идет кругом от технического жаргона и пространных объяснений — автор уверен, что учить можно и без этого.