Vtome.ru - электронная библиотека

  • Добавил: bhaer
  • Дата: 20-12-2016, 12:52
  • Комментариев: 0

Название: Practical GameMaker: Studio: Language Projects
Автор: Ben Tyers
Издательство: Apress
Год: 2017
Страниц: 313
Формат: PDF
Размер: 10 Mb
Язык: English

Gain the skills required to create fun and compelling games using GameMaker: Studio, and its GML programming language. In this full-color book you’ll learn 24 practical programming elements that are important when creating any game. Each section includes an introduction to a new programming element, some examples, a worksheet, and mini projects to allow you to test your new knowledge. After completing all elements, you will put into action what you have learned in a classic arcade style game.
In Practical GameMaker: Studio, you will create a fully featured game, with guidance and in color. After each section you’ll see how you’ll apply what you’ve learned to the final game, and discover additional projects to try. These mini projects include a separate scoring guide, and a working example for each, which is useful if you’re using this book in an educational environment. Similarly, the book also contains a number of assignments, which you may include as part of any associated coursework in your classes.
  • Добавил: bhaer
  • Дата: 20-12-2016, 12:42
  • Комментариев: 0

Название: Raspberry Pi GPU Audio Video Programming
Автор: Jan Newmarch
Издательство: Apress
Год: 2017
Страниц: 439
Формат: PDF
Размер: 11 Mb
Язык: English

Delve into the Broadcom VideoCore GPU used on the Raspberry Pi and master topics such as OpenGL ES and OpenMAX. Along the way, you’ll also learn some Dispmanx, OpenVG, and GPGPU programming.
The author, Jan Newmarch bumped into a need to do this kind of programming while trying to turn the RPi into a karaoke machine: with the CPU busting its gut rendering MIDI files, there was nothing left for showing images such as karaoke lyrics except for the GPU, and nothing really to tell him how to do it.
Raspberry Pi GPU Audio Video Programming scratches his itch and since he had to learn a lot about RPi GPU programming, he might as well share it with you. What started as a side issue turned into a full-blown project of its own; and this stuff is hard.
  • Добавил: bhaer
  • Дата: 20-12-2016, 12:41
  • Комментариев: 0

Название: PHP Persistence: Concepts, Techniques and Practical Solutions with Doctrine
Автор: Michael Romer
Издательство: Apress
Год: 2017
Страниц: 107
Формат: PDF
Размер: 11 Mb
Язык: English

Take the pain out of dealing with relational databases in an object-oriented programming world. With this short book, you can save time and money by simply coding less while accomplishing more with the Doctrine persistence framework, a leading persistence solution for PHP programmers and web developers. PHP Persistence teaches you about PHP persistence and how to use it effectively for your database-driven applications.
Bestselling author Michael Romer leverages his own vast experience to show you what you need to know about Doctrine 2 and how to use it in your own projects. Along the way you’ll learn about powerful persistence techniques, such as object-relational mapping (ORM) in PHP.
  • Добавил: bhaer
  • Дата: 20-12-2016, 12:39
  • Комментариев: 0

Название: Deploying Rails with Docker, Kubernetes and ECS
Автор: Pablo Acuna
Издательство: Apress
Год: 2017
Страниц: 127
Формат: PDF
Размер: 11 Mb
Язык: English

This concise teaches you how to use the power of Docker and Kubernetes to deploy your Rails applications easily and efficiently. Docker and Kubernetes are increasing in popularity every day, but what if you want to leverage their benefits for your Rails application? This is the book you need.
Deploying Rails with Docker, Kubernetes and ECS shows you how to set up the project, push it to DockerHub, manage services and set up an efficient continuous integration environment. Every concept is clearly explained alongside a full Ruby on Rails application deployment. You’ll also learn how to deploy via Docker using Amazon EC2 Container Service.
  • Добавил: Шифтер
  • Дата: 20-12-2016, 12:33
  • Комментариев: 0

Название: Командная разработка с использованием Visual Studio Team Foundation Server
Автор: Мейер Дж.Д, Тейлор Джейсон, Макман Алекс, Бансод Прашант , Джонс Кевин
Издательство: Русская редакция
Год: 2007
Страниц: 598
Формат: pdf
Размер: 60 Мб
Язык: русский

Курс посвящен развертыванию Team Foundation Server и его эффективному использованию для управления исходным кодом, автоматизации сборок, управления рабочими элементами и процессами.
Цель создания этого курса - предоставить ресурсы, рекомендации и советы по созданию эффективной среды для командной разработки ПО всем, кто так или иначе вовлечен в эту деятельность.
  • Добавил: bhaer
  • Дата: 20-12-2016, 12:18
  • Комментариев: 0

Название: Swift 3 for Absolute Beginners, 3rd Edition
Автор: Gary Bennett (Author), Brad Lees
Издательство: Apress
Год: 2017
Страниц: 322
Формат: PDF
Размер: 17 Mb
Язык: English

This book is perfect for those with no programming background, those with some programming experience but no object-oriented experience, or those that have a great idea for an app but haven’t programmed since school, and it is now updated for Swift 3.
Gary Bennett and Brad Lees are full-time professional iOS developers and have developed a broad spectrum of apps for Fortune 500 companies. The authors have taken their combined 12 years of writing apps, teaching online iOS courses, the experience from their first three iOS books, along with their online instruction and free online forum at XcelMe.com to create an excellent training book.
Many people have a difficult time believing they can learn to write iOS apps or just staying motivated through learning the process. This book, along with the free, live online training sessions, will help readers stay motivated and overcome obstacles while they learn to be great iOS developers.
  • Добавил: bhaer
  • Дата: 20-12-2016, 12:16
  • Комментариев: 0

Название: PHP Objects, Patterns, and Practice, 5th Edition
Автор: MATT ZANDSTRA
Издательство: Apress
Год: 2017
Страниц: 576
Формат: PDF
Размер: 15 Mb
Язык: English

The 5th edition of this popular book has been fully updated for PHP 7, including replacing the PEAR package manager with Composer, and new material on Vagrant and PHP standards. It provides a solid grounding in PHP's support for objects, it builds on this foundation to instill core principles of software design and then covers the tools and practices needed to develop, test and deploy robust code.
PHP Objects, Patterns, and Practice begins by covering PHP's object-oriented features. It introduces key topics including class declaration, inheritance, reflection and much more.
The next section is devoted to design patterns. It explains the principles that make patterns powerful. The book covers many of the classic design patterns and includes chapters on enterprise and database patterns.
The last segment of the book covers the tools and practices that can help turn great code into a successful project. The section shows how to manage multiple developers and releases with git, how to manage builds and dependencies with Composer. It also explores strategies for automated testing and continuous integration.
  • Добавил: bhaer
  • Дата: 19-12-2016, 20:08
  • Комментариев: 0

Название: Learning React: A Hands-on Guide to Building Maintainable, High-Performing Web Application User Interfaces Using the React javascript
Автор: Kirupa Chinnathambi
Издательство: Addison-Wesley Professional
Год: 2016
Страниц: 240
Формат: PDF, EPUB
Размер: 21 Mb
Язык: English

A hands-on guide to building maintainable, high-performing web application user interfaces using the React javascript library
As far as new web frameworks and libraries go, React is quite the runaway success. It not only deals with the most common problems developers face when building complex apps, it throws in a few additional tricks that make building the visuals for such apps much, much easier.
  • Добавил: bhaer
  • Дата: 19-12-2016, 19:54
  • Комментариев: 0

Название: Programming Microsoft Office 365: Covers Microsoft Graph, Office 365 applications, SharePoint Add-ins, Office 365 Groups, and more
Автор: Paolo Pialorsi
Издательство: Microsoft Press
Год: 2016
Страниц: 416
Формат: PDF, EPUB
Размер: 55 Mb
Язык: English

Learn how to develop custom solutions that access and interact with Office 365 data from your own apps on practically any mobile, web, or desktop platform. Paolo Pialorsi offers practical, code-rich coverage of every key aspect of Office 365 development, walking you through building a complete start-to-finish solution. You’ll learn how to use the new Microsoft Graph API to integrate users’ mail, calendars, contacts, groups, files, folders, and more. Leveraging Microsoft APIs at the REST level, you’ll discover how to create Office 365 solutions for Windows

Название: Fast and Effective Embedded Systems Design: Applying the ARM mbed
Автор: Toulson R., Wilmshurst T.
Издательство: Newnes
Год: 2017
Страниц: 491
Формат: pdf
Размер: 32 mb
Качество: хорошее
Язык: английский

Fast and Effective Embedded Systems Design is a fast-moving introduction to embedded systems design, applying the innovative ARM mbed and its web-based development environment. Each chapter introduces a major topic in embedded systems, and proceeds as a series of practical experiments, adopting a "learning through doing" strategy. Minimal background knowledge is needed to start. C/C++ programming is applied, with a step-by-step approach which allows you to get coding quickly. Once the basics are covered, the book progresses to some "hot" embedded issues - intelligent instrumentation, wireless and networked systems, digital audio and digital signal processing. In this new edition all examples and peripheral devices are updated to use the most recent libraries and peripheral devices, with increased technical depth, and introduction of the "mbed enabled" concept.