|
|
|
|
|
|
|
| |
|
Название: Ошибки разработчиков видеоигр. От идеи до провала Автор: Слава Грис Издательство: АСТ Жанр: Программирование Год: 2023 Язык: Русский Формат: fb2, rtf Размер файла: 10.5 Мб
Как трезво оценивать свой проект? Что мешает грамотно планировать свою работу? Какие психологические особенности игроков стоит учитывать? Создание видеоигр – особое искусство. Инструмент разработчика – не компьютер, не игровые движки, а мозг. Книга «Ошибки разработчиков видеоигр. От идеи до провала» объяснит, как избежать самых распространенных ошибок, научит грамотно анализировать выбранное направление, четко оценивать свои силы и не опускать руки на пути к своей цели. Слава Грис – разработчик-одиночка, создатель Fearmonium, Catmaze и Reflection of Mine. Он прошел путь от фрилансера до организатора собственного видеоигрового издательства. Его первая книга «Сделай видеоигру один и не свихнись» стала очень популярна среди читателей. Будучи магистром психологии и куратором множества команд, делающих видеоигры, автор рассмотрит проблемы разработчиков с учетом особенностей человеческого мышления и расскажет о неочевидных способах воздействия на игрока. Эта книга будет полезна начинающим разработчикам, которые не хотят ничего упустить. |
Разместил: martin-games 22-10-2023, 10:47 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Python for Beginners - 16th Edition 2023 Автор: Papercut Limited Издательство: Papercut Limited Год: 2023 Язык: английский Формат: pdf Размер: 54.5 MB
В этом замечательном руководстве по программированию на языке Python рассматривается все, начиная с базового синтаксиса и заканчивая реализацией алгоритмов и структур данных. Оно научит вас программировать основные функции и выполнять алгоритмические задачи с помощью этого языка программирования. Примеры просты, но полны, и их можно использовать в качестве основы для более глубокого понимания языка. В книге не рассматриваются продвинутые методы, но обсуждаются интересные расширения функциональности Python, такие как модули. Как введение в язык программирования Python, книга охватывает все темы, необходимые для начала работы с Python, включая синтаксис, переменные, функции, модули и циклы. |
Разместил: Ingvar16 22-10-2023, 05:30 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: The Pocket Mentor for Video Game Testing Автор: Harun H. Ali Издательство: CRC Press Год: 2024 Страниц: 133 Язык: английский Формат: pdf (true) Размер: 10.1 MB
Want to work as a games tester in the video games industry? Then this is the book for you. This book provides all the essential information and guidance you need to understand the industry and get your foot in the door. This book covers everything, from the education you’ll need, how to look for and apply for job opportunities, and the studio interview process itself. It also includes advice for what to do once you’re in the role, with chapters covering how to write a bug report and creating test plans, as well as interviews with top tips from experts in the industry. This book will be of great interest for all beginner and aspiring games QA testers looking to build their career. |
Разместил: Ingvar16 21-10-2023, 21:57 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Accelerated Disassembly, Reconstruction and Reversing: Training Course Transcript and WinDbg Practice Exercises with Memory Cell Diagrams, Revised Edition Автор: Dmitry Vostokov, Software Diagnostics Services Издательство: OpenTask Год: 2022 Страниц: 253 Язык: английский Формат: pdf Размер: 10.1 MB
The book contains the full transcript of Software Diagnostics Services training. Learn disassembly, execution history reconstruction and binary reversing techniques for better software diagnostics, troubleshooting and debugging on x64 Windows platforms. The course uses a unique and innovative pattern-oriented analysis approach to speed up the learning curve. The training consists of practical step-by-step hands-on exercises using WinDbg and memory dumps. Covered more than 25 ADDR patterns, and many concepts are illustrated with Memory Cell Diagrams. The prerequisites for this training are working knowledge of C and C++ programming languages. Operating system internals and assembly language concepts are explained when necessary. The primary audience for this training is software technical support and escalation engineers who analyze memory dumps from complex software environments and need to go deeper in their analysis of abnormal software structure and behavior. |
Разместил: Ingvar16 21-10-2023, 19:36 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Запускаем Prometheus Автор: Пивотто Ж., Бразил Б. Издательство: Books.kz Год: 2023 Формат: pdf Страниц: 394 Размер: 13 mb Язык: Русский
Возьмите на вооружение Prometheus – систему мониторинга на основе метрик, используемую тысячами организаций. Эта книга расскажет о системе мониторинга на основе метрик Prometheus и познакомит с наиболее важными ее аспектами, включая создание дашбордов и оповещений, прямое инструментирование кода, а также извлечение метрик из сторонних систем с помощью экспортеров. |
Разместил: na5ballov 21-10-2023, 14:25 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Tidy First?: A Personal Exercise in Empirical Software Design (Final) Автор: Kent Beck Издательство: O’Reilly Media, Inc. Год: 2024 Страниц: 122 Язык: английский Формат: pdf, epub (true), mobi Размер: 10.2 MB
Tidying up messy software is a must. And that means breaking up the code to make it more readable, and using guard clauses and helping functions to make it understandable. In this practical guide, author Kent Beck, creator of Extreme Programming and pioneer of software patterns, suggests when and where you might apply tidyings in your code. Instead of trying to master tidying all at once, this book lets you try out a few examples that make sense for your problem. If you have a big function containing many lines of code, you'll learn how to logically divide it into smaller chunks. Along the way, you'll learn the theory behind software design: coupling, cohesion, discounted cash flows, and optionality. |
Разместил: Ingvar16 21-10-2023, 02:59 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Accelerators for Convolutional Neural Networks Автор: Arslan Munir, Joonho Kong, Mahmood Azhar Qureshi Издательство: Wiley-IEEE Press Год: 2024 Страниц: 307 Язык: английский Формат: pdf (true) Размер: 10.1 MB
Comprehensive and thorough resource exploring different types of convolutional neural networks and complementary accelerators. Accelerators for Convolutional Neural Networks provides basic deep learning knowledge and instructive content to build up convolutional neural network (CNN) accelerators for the Internet of things (IoT) and edge computing practitioners, elucidating compressive coding for CNNs, presenting a two-step lossless input feature maps compression method, discussing arithmetic coding -based lossless weights compression method and the design of an associated decoding method, describing contemporary sparse CNNs that consider sparsity in both weights and activation maps, and discussing hardware/software co-design and co-scheduling techniques that can lead to better optimization and utilization of the available hardware resources for CNN acceleration. The first part of the book provides an overview of CNNs along with the composition and parameters of different contemporary CNN models. |
Разместил: Ingvar16 21-10-2023, 02:17 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Operations Research for Social Good: A Practitioner’s Introduction Using SAS and Python Автор: Natalia Summerville, Rob Pratt Издательство: SAS Institute Inc. Год: 2023 Страниц: 156 Язык: английский Формат: pdf (true) Размер: 10.1 MB
Advance your knowledge of operations research and social good! This book’s purpose is to showcase Operations Research (OR) methodologies to applications targeted to make this world a better place. This book also provides skills and practical examples to model and solve OR problems with both SAS and Python. Each use case is a real-life application that has been implemented and proven successful. We solve use cases with both SAS and Python, driving students to learn both programming languages to solve OR problems and giving professors flexibility to choose which technology to focus on in their classes. This book does not cover operations research theory or optimization algorithms. Instead, it focuses on problem modeling and formulation. Recent technological developments allow data analytics practitioners to solve large problems better and faster with state-of-the-art Artificial Intelligence (AI) tools. |
Разместил: Ingvar16 20-10-2023, 17:22 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: My First Mobile App for Students: A comprehensive guide to Android app development for beginners Автор: Zaid Kamil Издательство: BPB Publications Год: 2024 Страниц: 360 Язык: английский Формат: epub (true) Размер: 18.2 MB
Learn the basics of Kotlin and build your first Android app. The book focuses on hands-on learning, taking you through the process of transforming your ideas into reality. Starting with the basics, you will learn how to set up Android Studio and master Kotlin fundamentals. You will then build on the Android Jetpack library to create a strong architectural foundation for your apps. Along the way, you will create six fully-functional apps, complete with UI and coding logic, all powered by Kotlin. We start at the beginning, covering the basics you need to know. We will guide you through setting up the tools you will use, like Android Studio, and teach you about Kotlin, the language used for creating Android apps. By the end, you will have a solid foundation to build upon. |
Разместил: Ingvar16 20-10-2023, 16:02 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: C++ & Python for Beginners - 16th Edition, 2023 Автор: Papercut Limited Издательство: Papercut Limited Год: 2023 Язык: английский Формат: pdf Размер: 34,1 MB
Начните изучать основы Python и C++ и расширяйте свои навыки программирования! Универсальный справочник с подробными учебными пособиями от команды экспертов. Изучите Python и применяйте его в своих программах. Изучите основы C++ и получите лучшие советы по работе с кодом. Python и C++ - два самых мощных и многофункциональных языка программирования. Понимание и освоение обоих языков позволит вам лучше понять современные технологии и то, как они взаимодействуют с нами и окружающим нас миром. |
Разместил: Ingvar16 20-10-2023, 14:22 | Комментарии: 0 | Подробнее
| | | |
|
| |
br>
|