|
|
|
|
|
|
|
| |
|
Название: Multiplayer Game Programming: Architecting Networked Games Автор: Josh Glazer and Sanjay Madhav Издательство: Addison-Wesley Professional Год: 2015 Формат: EPUB Размер: 20 Мб Язык: английский / English
Networked multiplayer games are a multibillion dollar business: some games now attract tens of millions of players. In this practical, code-rich guide, Joshua Glazer and Sanjay Madhav guide you through every aspect of engineering them. Drawing on their immense experience as both game developers and instructors, the authors lead you through building a robust multiplayer architecture, and creating every engine-level system. You’ll learn through in-depth working code examples for two complete games: an action game and a real time strategy (RTS) game. |
Разместил: black 7-01-2019, 18:22 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: DevOps: Learn One of the Most Powerful Software Development Methodologies Автор: Derek Rangel Издательство: CreateSpace Independent Год: 2016 Формат: PDF, EPUB Размер: 17 Мб Язык: английский / English
This book is an exploration of DevOps (Developer Operations). It begins by explaining what DevOps is, how it is used, and why it was introduced. The next step is a guide on how one can set up TomEE from Puppet. The Puppet and Packer immutable servers are also explored, and thus you will know how to work with them after reading this book. The book will guide you on how to set up a modern web stack in Ubuntu, which is a distribution of the Linux operating system. With the advancement in technology, users now liketo use databases which are more advanced for their applications. Note that each of the web applications developed has a database. With DynamoDB, the administration overhead is greatly reduced. This book will guide you on how to shift your database from MongoDB to DynamoDB. |
Разместил: black 7-01-2019, 18:15 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Beginning ASP.NET 2.0 E-Commerce in C# 2005: From Novice To Professional Автор: Cristian Darie, Karli Watson Издательство: Apress Год: 2005 Формат: pdf Страниц: 705 Для сайта: Mirknig.su Размер: 20,63 МБ Язык: english
You will learn how to build a complete e-commerce web site, following the entire design and build process. The website will be constructed following industry best practices in a modular mannerandemdash;with a new module introduced and completed in each chapter. |
Разместил: vikCAT 7-01-2019, 16:32 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Inside the Message Passing Interface : Creating Fast Communication Libraries Автор: Alexander Supalov Издательство: De|G Press Год: 2018 Формат: EPUB Размер: 18 Мб Язык: английский / English
A hands-on guide to writing a Message Passing Interface, this book takes the reader on a tour across major MPI implementations, best optimization techniques, application relevant usage hints, and a historical retrospective of the MPI world, all based on a quarter of a century spent inside MPI. Readers will learn to write MPI implementations from scratch, and to design and optimize communication mechanisms using pragmatic subsetting as the guiding principle. Inside the Message Passing Interface also covers MPI quirks and tricks to achieve best performance. |
Разместил: black 6-01-2019, 22:50 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: The Reasoned Schemer (The MIT Press) Second Edition Автор: Daniel P. Friedman Издательство: The MIT Press Год: 2018 Страниц: 208 Формат: EPUB, MOBI Размер: 10 Mb Язык: English
A new edition of a book, written in a humorous question-and-answer style, that shows how to implement and use an elegant little programming language for logic programming. The goal of this book is to show the beauty and elegance of relational programming, which captures the essence of logic programming. The book shows how to implement a relational programming language in Scheme, or in any other functional language, and demonstrates the remarkable flexibility of the resulting relational programs. As in the first edition, the pedagogical method is a series of questions and answers, which proceed with the characteristic humor that marked The Little Schemer and The Seasoned Schemer. Familiarity with a functional language or with the first five chapters of The Little Schemer is assumed. |
Разместил: bhaer 6-01-2019, 22:15 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Core HTML5 2D Game Programming Автор: David Geary Издательство: Prentice Hall Год: 2014 Формат: EPUB Размер: 46 Мб Язык: английский / English
Game programming offers a wealth of creative and business opportunities, and it’s never been more accessible. In Core HTML5 2D Game Programming, best-selling author David Geary shows you how to use freely available browser tools and open source resources to create video games that run in desktop browsers and on mobile devices. Geary walks you step by step through every aspect of implementing a sophisticated arcade-style game entirely from scratch, without using proprietary game frameworks. Packed with code, this full-color tutorial gives you the in-depth understanding you need to design and build any kind of HTML5 2D game on your own, whether you use a framework or not. |
Разместил: black 6-01-2019, 21:49 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Automatic Operation of Browser using Selenium and Python Автор: Takahiro Kurose Издательство: Amazon Digital Services LLC ASIN: B07CLVJJ2J Год: 2018 Страниц: 187 Язык: английский Формат: epub Размер: 10.15 MB
As the size of program grows it becomes more difficult to understand the code. Therefore, it is also more likely to accidentally embed bugs when changing code. Ideally, it is desirable to test all existing functions each time we change source code, but it is not easy to test all existing functions frequently as testing takes time and cost. Therefore, it is necessary to consider automated testing. There are many advantages to test automation. Most are related to the repeatability of the tests and the speed at which the tests can be executed. There are a number of commercial and open source tools available for assisting with the development of test automation. One of test automation tools is Selenium. It is widely used around the world as a tool for automating test for web application. In this book we use Selenium WebDriver to perform automatic operation of the browser. |
Разместил: Ingvar16 6-01-2019, 18:39 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Automatic Operation of Browser using Selenium and C# Автор: Takahiro Kurose Издательство: Amazon Digital Services LLC ISBN: B07CL2PXQH Год: 2018 Страниц: 218 Язык: английский Формат: epub Размер: 10.2 MB
One of test automation tools is Selenium. It is widely used around the world as a tool for automating test for web application. In this book we use Selenium WebDriver to perform automatic operation of the browser. As for browser we use both Mozilla Firefox and Google Chrome. Selenium is a very useful tool but it is not an easy tool which lets us use it as soon as we learn it. Practice is necessary but it is not desirable to use the real website running in the internet for practice. Therefore, in this book we will prepare two sites, demo site and WordPress site for Selenium practice. Those sites are constructed on virtual machine on Windows PC and we perform automatic operation using Selenium WebDriver for those sites. Those are our own environment so we can practice Selenium as much as we want. |
Разместил: Ingvar16 6-01-2019, 18:17 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Learn javascript VISUALLY with Interactive Exercises: The Beautiful New Way to Learn a Programming Language Автор: Ivelin Demirov Издательство: CreateSpace Год: 2016 Страниц: 116 Формат: EPUB, AZW3 Размер: 10 Mb Язык: English
It's a beautifully illustrated full-color javascript book that teaches the basics through Metaphors, Analogies and Easy Interactive Exercises (Works on PC, Mac, iPad, other tablets) |
Разместил: bhaer 6-01-2019, 17:59 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Microservices Architecture Автор: Ajay Kumar Издательство: Amazon Digital Services LLC ASIN: B07CLJ2JRC Год: 2018 Страниц: 237 Язык: английский Формат: epub, azw3, pdf (conv) Размер: 10.1 MB
In this book you will learn how to architect complex software using microservices architecture, so that it's flexible, scalable, and a competitive piece of software. And after completing this book, you will automatically start to think differently about software design and your architectural skills will become even stronger with a core set of design principles that will aid you to architect better software. Microservices architecture is a better way of implementing a service oriented architecture. After years of varying interpretations of a service oriented architecture, microservices is the conclusive design which provides all the advantages of the service oriented architecture approach. This book introduces microservices, discusses design, lists technology considerations, and highlights how to move forwards with microservices. |
Разместил: Ingvar16 6-01-2019, 16:51 | Комментарии: 0 | Подробнее
| | | |
|
| |
br>
|