Я маг огня! Зачем мне вода?

Автор: HERSON от 15-01-2023, 08:35, Коментариев: 0

Категория: КНИГИ » ФАНТАСТИКА И ФЭНТЕЗИ

Я маг огня! Зачем мне вода?Название: Я маг огня! Зачем мне вода?
Автор: Тиана Фаталь
Язык: русский
Издательство: Самиздат
Год: 2023
Страниц: 105
Формат: pdf
Размер: 15,7 Мб

У меня остался один год в этой, набитой напыщенными идиотами, академии. У меня есть друзья, новый парень все должно быть хорошо. Но у кого то другие планы на меня.
 

BDD in Action, Second Edition (MEAP V13)

Автор: literator от 15-01-2023, 08:01, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

BDD in Action, Second Edition (MEAP V13)Название: BDD in Action, Second Edition (MEAP V13)
Автор: John Ferguson Smart, Jan Molak
Издательство: Manning Publications
Год: 2022
Страниц: 624
Язык: английский
Формат: pdf, epub
Размер: 29.6 MB

Almost half of all software projects fail to deliver on key requirements. Behavior-Driven Development (BDD) reduces these costly failures by building a shared understanding of how an application should work. Behavior Driven Development in Action, Second Edition teaches communication skills, collaborative practices, and automation tools that ensure everyone from developers to non-technical stakeholders are in agreement on the goals of a project. Revised and expanded in a second edition, the book contains new techniques for incorporating BDD into large-scale development practices such as Agile and DevOps, as well as updating examples for the latest versions of Java. You can’t write good software if you don’t understand what it’s supposed to do. Behavior-Driven Development (BDD) encourages developers, quality teams, and non-technical stakeholders to collaborate, using conversation and concrete examples to make sure everyone agrees how an application should work and what features really matter. With a body of best practices and sophisticated tools for requirement analysis and test automation, BDD has become a mainstream practice for keeping projects on track and avoiding cancellation.
 

Спутниковая навигация. Методы и средства (2016)

Автор: umkaS от 15-01-2023, 07:56, Коментариев: 0

Категория: КНИГИ » АППАРАТУРА

Название: Спутниковая навигация. Методы и средства
Автор: Карлащук В.И.
Издательство: СОЛОН-Пресс
Год: 2016
Cтраниц: 283
Формат: pdf
Размер: 61 мб
Язык: русский

Книга посвящена описанию спутниковых радионавигационных систем GPS-NAVSTAR (США) и ГЛОНАСС (Россия) и их применению в различных системах определения координат.
 

C++ AMP. Построение массивно параллельных программ с помощью Microsoft Visual C++

Автор: umkaS от 15-01-2023, 07:52, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: C++ AMP. Построение массивно параллельных программ с помощью Microsoft Visual C++
Автор: Кейт Грегори, Эйд Миллер
Издательство: ДMK
Год: 2013
Страниц: 412
Формат: PDF
Размер: 10 Mb
Язык: Русский

С++ Accelerated Massive Parallelism (С++ AMP) – разработанная корпорацией Microsoft технология ускорения написанных на С++ приложений за счет исполнения кода на оборудовании с распараллеливанием по данным например, на графических процессорах. Модель программирования в С++ AMP основана на библиотеке, устроенной по образцу STL, и двух расширениях языка С++, интегрированных в компилятор Visual С++ 2012. Она в полной мере поддерживается инструментами Visual Studio, в том числе IntelliSense, отладчиком и профилировщиком.
 

Effective Go (MEAP v3)

Автор: literator от 15-01-2023, 07:51, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Effective Go (MEAP v3)Название: Effective Go (MEAP v3)
Автор: Inanc Gumus
Издательство: Manning Publications
Год: 2022
Страниц: 345
Язык: английский
Формат: pdf, epub
Размер: 10.2 MB

Unlock Go’s unique perspective on program design, and start writing simple, maintainable, and testable Go code. Effective Go is a practical guide to writing high-quality code that’s easy to test and maintain. The book is full of best practices to adopt and anti-patterns to dodge. It explores what makes Go so dramatically different from other languages and how you can still leverage your existing skills into writing excellent Go code. Aimed at Go beginners looking to graduate to serious Go development, this book will help you write and test command line applications, web API clients and servers, concurrent programs, and more. Writing well-designed Go code takes more than just porting across skills you’ve learned in other languages. You’ll need to understand Go’s unique way of working to ensure your programs don’t spiral out of control. This book is the perfect primer on Go’s hidden mechanics that will help you code more effective Go.
 

Экспедиционный корпус (Г. Лопатин)

Автор: martin от 15-01-2023, 07:40, Коментариев: 0

Категория: КНИГИ » ФАНТАСТИКА И ФЭНТЕЗИ

Название: Экспедиционный корпус
Автор: Георгий Лопатин
Издательство: Самиздат
Жанр: Попаданцы во времени, Альтернативная история, Боевая фантастика
Год: 2023
Язык: Русский
Формат: fb2
Размер файла: 11.2 Мб

Главный герой, получив повестку по частичной мобилизации из патриотов мгновенно перековывается обратно в либералы с их воплем-девизом: «надо валить» и валит в Турцию через Грузию. Вот только эта попытка сбежать от войны после некоторых неожиданных и неприятных событий приводит его на другую, еще более страшную и бессмысленную… на которой пули ловят голой грудью.
 

Java Persistence with Spring Data and Hibernate (MEAP V13)

Автор: literator от 15-01-2023, 07:39, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Java Persistence with Spring Data and Hibernate (MEAP V13)Название: Java Persistence with Spring Data and Hibernate (MEAP V13)
Автор: Catalin Tudose
Издательство: Manning Publications
Год: 2022
Страниц: 683
Язык: английский
Формат: pdf, epub
Размер: 16.9 MB

Master Java persistence using the industry-leading tools Spring Data and Hibernate. Java Persistence with Spring Data and Hibernate teaches you the ins-and-outs of Java persistence with hands-on examples using Spring Data, JPA and Hibernate. The book carefully analyzes the capabilities of the major Java persistence tools, and guides you through the most common use cases. You’ll learn how to make and utilize mapping strategies, and efficiently test Java persistence applications. The practical techniques are demonstrated with both relational and non-relational databases. Persistence enables an application’s data to exist for the long term, even after a program is stopped or terminated. Whether you’re saving state from session to session or maintaining long-term records, Java persistence tools like Spring Data, JPA, and Hibernate help deliver the object relational mapping that connects code’s objects with your database.
 

Герои и Злодеи. Ники

Автор: HERSON от 15-01-2023, 07:36, Коментариев: 0

Категория: КНИГИ » ФАНТАСТИКА И ФЭНТЕЗИ

Герои и Злодеи. НикиНазвание: Герои и Злодеи. Ники
Автор: Ольга Смышляева
Язык: русский
Издательство: Самиздат
Год: 2020
Страниц: 194
Формат: pdf
Размер: 11,2 Мб

Лишившись работы и жениха в свой двадцать шестой день рождения, Ники в тот же вечер откликается на сомнительную вакансию ассистента-биофизика и даже не подозревает, что будет работать на бывшего злодея на испытательном сроке — Электрика, гения с основательно прожаренными собственной силой мозгами, а так же его пугающего приспешника. Отныне жизнь её изменится самым невероятным и весьма опасным образом как раз в тот момент, когда другой злодей — Технодоктор — вышел на тропу мести!
 

Mastering Unlabeled Data (MEAP v5)

Автор: literator от 15-01-2023, 07:26, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Mastering Unlabeled Data (MEAP v5)Название: Mastering Unlabeled Data (MEAP v5)
Автор: Vaibhav Verdhan
Издательство: Manning Publications
Год: 2022
Страниц: 315
Язык: английский
Формат: pdf, epub
Размер: 16.2 MB

Discover all-practical implementations of the key algorithms and models for handling unlabeled data. Full of case studies demonstrating how to apply each technique to real-world problems. Mastering Unlabeled Data introduces mathematical techniques, key algorithms, and Python implementations that will help you build Machine Learning models for unannotated data. You’ll discover hands-off and unsupervised machine learning approaches that can still untangle raw, real-world datasets and support sound strategic decisions for your business. Don’t get bogged down in theory—the book bridges the gap between complex math and practical Python implementations, covering end-to-end model development all the way through to production deployment. Unsupervised Learning and Machine Learning algorithms draw inferences from unannotated data sets. The self-organizing approach to machine learning is great for spotting patterns a human might miss.
 

Metaverse For Dummies

Автор: literator от 15-01-2023, 07:14, Коментариев: 0

Категория: КНИГИ » СЕТЕВЫЕ ТЕХНОЛОГИИ

Metaverse For DummiesНазвание: Metaverse For Dummies
Автор: Ian Khan
Издательство: For Dummies
Год: 2023
Страниц: 307
Язык: английский
Формат: pdf (true)
Размер: 13.3 MB

Your first step to understanding what the metaverse is all about. You've probably heard that the metaverse―a word that seemingly went from nonexistent to everywhere ― is the next big thing in technology. The term metaverse refers to a general category of 3D worlds, mostly accessible with virtual reality (VR) headsets, that you visit and interact with in real time. When you browse the Internet, you look for websites that suit what you want to accomplish. Today the Internet is a place the majority of us visit to connect with friends, buy or sell goods or services, listen to music or watch a movie. You could be using the Internet to learn something new, attend classes, or book flights for your next vacation. Depending on what you need, you probably visit a host of different websites that get you where you want to go or help you accomplish your goals. The metaverse is new and yet similar to the Internet. As with the Internet, when you “browse the metaverse,” you choose the metaverse world that best suits the activity, or experience, you want to immerse yourself in. You may want to meet friends in your hobby group, learn something new, or enjoy a live concert by your favorite artist. The metaverse offers a wide range of activities and yet not all metaverse worlds are the same or identical.