LitMy.ru - литература в один клик

  • Добавил: literator
  • Дата: 23-10-2023, 05:16
  • Комментариев: 0
Название: Automated Sound Design
Автор: Eric Lyon
Издательство: A-R Editions, Inc.
Год: 2023
Страниц: 426
Язык: английский
Формат: pdf (true)
Размер: 11.0 MB

Sound design is a ubiquitous subject for electronic musicians working across a staggering array of contemporary musical styles and practices. There is an extensive literature covering the creation of Foley effects, and another body of literature addressing domain-specific applications of sound design technique, e.g., how to make bass sounds for Dubstep or how to produce drum sounds for Trap. There is also a computer music literature that focuses on the mathematics of digital signal processing as it pertains to implementing classic digital synthesis and processing techniques. Automated Sound Design addresses the topic from a different perspective, demonstrating the power of sound design when enhanced by automated structures implemented with computer programming. Through the techniques and projects developed in this book, the reader will learn how to create sound design scenarios that generate classes of sounds with controlled unpredictability and unlimited variety of output. This adventure will reveal new ways to work with additive synthesis, frequency modulation, analysis-transformation synthesis, drum machines, Black MIDI, and spatialization for binaural listening. jаvascript in Max is so wonderful that every serious Max user should know how to use it.
  • Добавил: literator
  • Дата: 22-10-2023, 20:19
  • Комментариев: 0
Название: Consuming APIs in Laravel
Автор: Ashley Allen
Издательство: Independently published
Год: 2023
Страниц: 455
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.1 MB

Learn how to confidently integrate third-party APIs in your Laravel projects using maintainable, testable and extensible code.The world of APIs has finally been made simple! You've built a great app, but now your users want more power. Maybe they want their monthly reports to be sent to their accounting software. Perhaps they need to automatically create new tasks in their project management tool, or they want contact form submissions to be automatically sent to their CRM. There’s no doubt that integrating with third-party APIs and adding these features to your app is a great way to add value for your users , but it can also be super daunting to get started…
  • Добавил: literator
  • Дата: 22-10-2023, 19:24
  • Комментариев: 0
Название: Battle Ready Laravel
Автор: Ashley Allen
Издательство: Independently published
Год: 2023
Страниц: 228
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.2 MB

The ultimate guide to auditing, testing, fixing and improving your Laravel applications so you can build better apps faster and with more confidence. Aside from being a natural perfectionist and always wanting to produce the best possible end product, I soon understood short-cut solutions and poor quality code almost always came at a cost to everyone involved. I’m talking about apps being shipped with frustrating bugs, or annoying issues that seriously slowed down the progress of the whole team. I know I’m preaching to the converted here, but a clean codebase and overall well-engineered solution will always be better in the long run. It might take a bit more time upfront, but it’s well worth it.
  • Добавил: literator
  • Дата: 22-10-2023, 05:40
  • Комментариев: 0
Название: Python for Beginners - 16th Edition 2023
Автор: Papercut Limited
Издательство: Papercut Limited
Год: 2023
Язык: английский
Формат: pdf
Размер: 54.5 MB

В этом замечательном руководстве по программированию на языке Python рассматривается все, начиная с базового синтаксиса и заканчивая реализацией алгоритмов и структур данных. Оно научит вас программировать основные функции и выполнять алгоритмические задачи с помощью этого языка программирования. Примеры просты, но полны, и их можно использовать в качестве основы для более глубокого понимания языка. В книге не рассматриваются продвинутые методы, но обсуждаются интересные расширения функциональности Python, такие как модули. Как введение в язык программирования Python, книга охватывает все темы, необходимые для начала работы с Python, включая синтаксис, переменные, функции, модули и циклы.
  • Добавил: literator
  • Дата: 21-10-2023, 22:05
  • Комментариев: 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.
  • Добавил: literator
  • Дата: 21-10-2023, 19:45
  • Комментариев: 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.
  • Добавил: literator
  • Дата: 21-10-2023, 03:09
  • Комментариев: 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.
  • Добавил: literator
  • Дата: 21-10-2023, 02:35
  • Комментариев: 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.
  • Добавил: literator
  • Дата: 20-10-2023, 17:45
  • Комментариев: 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.
  • Добавил: literator
  • Дата: 20-10-2023, 16:09
  • Комментариев: 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.