Перед вами не руководство по нарушению правил и мошенничеству в компьютерных играх. Эта книга рассказывает о подходах к автоматизации игрового процесса. В ней мы рассмотрим программы (известные как боты), выполняющие различные задачи в играх. Мы разберёмся в большинстве инструментов и технологий, которые используют разработчики ботов и систем защиты от них.
Эта книга будет полезна всем, кто интересуется автоматизацией задач, реверс-инжинирингом, шифрованием и сетевыми приложениями. В современных ботах применяются все эти технологии.
Перед вами не руководство по нарушению правил и мошенничеству в компьютерных играх. Эта книга рассказывает о подходах к автоматизации игрового процесса. В ней мы рассмотрим…
How do I manage a large state in production? Why do I need store enhancers? How do I test middleware?
Get the answers to all these questions and many more using simple terms and sample code. Learn everything you need to use Redux to build complex and production-ready web applications.
How do I manage a large state in production? Why do I need store enhancers? How do I test middleware?
Get the answers to all these questions and many more using simple terms…
Inside the Python Virtual Machine provides a guided tour under the covers of the Python interpreter for the curious pythonista. It attempts to show the user what happens from the moment the user executes a piece of Python code to the point when the interpreter returns the result of executing the piece of code.
This book will provide the readers with an understanding of the various processes that go into compiling and executing a python program removing most of the mystery surrounding how the python interpreter executes source code. The books starts out with a description of the compilation phase with emphasis on the less generic parts of the compilation phase. It then proceeds to discuss python objects and their implementation in CPython. This is followed by a discussion of various objects types that are central to the interpreter such as frame objects and code objects. The process of evaluating code objects by the interpreter loop is also discussed as well as how to extend the Python programming language with your own constructs.
Inside the Python Virtual Machine provides a guided tour under the covers of the Python interpreter for the curious pythonista. It attempts to show the user what happens from the…
This book describes, simply and in general terms, the process of analyzing data. The authors have extensive experience both managing data analysts and conducting their own data analyses, and have carefully observed what produces coherent results and what fails to produce useful insights into data. This book is a distillation of their experience in a format that is applicable to both practitioners and managers in data science.
This book describes, simply and in general terms, the process of analyzing data. The authors have extensive experience both managing data analysts and conducting their own data…
"If you've read my blog for the last few years, you've probably read everything here already (although without some much needed editing). This is a collection of blog posts from my blog - rearranged, edited and polished (a bit) and put into an ebook.
I just wanted to gather my thoughts on test automation in one place and share somewhere - and leanpub has been a fantastic tool in this trip.
I'll update the book as needed (including edits, as well as expansion on ideas if/when requested)".
Alan Page
"If you've read my blog for the last few years, you've probably read everything here already (although without some much needed editing). This is a collection of blog posts from…
As you apply these incremental refactorings in order, each one building on the last, you will steadily transform your legacy PHP application from a spaghetti mess to an organized, modern, testable application, free of globals and mixed concerns.
As you apply these incremental refactorings in order, each one building on the last, you will steadily transform your legacy PHP application from a spaghetti mess to an…
In this book we demonstrate low-ceremony techniques to scale large, monolithic Rails applications.
Instead of introducing new patterns or service-oriented architecture, we will show how to use
discipline, consistency and code organization to make your code grow more gently. Instead of using
new gems we will use the tools built into Rails to accomplish our goal. The tools you already know
and love.
In this book we demonstrate low-ceremony techniques to scale large, monolithic Rails applications.
Instead of introducing new patterns or service-oriented architecture, we will…