|
|
|
|
|
|
|
| |
|
Название: Kotlin Coroutines by Tutorials Автор: Filip Babic, Nishant Srivastava Издательство: Razeware LLC Год: 2018 (Early Access Edition) Страниц: 146 Язык: английский Формат: True PDF Размер: 26.1 MB
Android is inherently asynchronous and event-driven, with strict requirements as to on which thread certain things can happen. Learn how to use Kotlin coroutines to solve common Android programming problems using asynchronous programming techniques! The importance of concurrency is discovered quite early on by people who start with Android development. Android is inherently asynchronous and event-driven, with strict requirements as to on which thread certain things can happen. |
Разместил: Ingvar16 18-05-2019, 17:56 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Realm. Building Modern Swift Apps with Realm Database (2nd Edition) Автор: Marin Todorov Издательство: Razeware LLC Жанр: Программирование Год издания: 2019 Страниц: 301 Язык: Английский Формат: PDF/EPUB Размер: 33 Мб
Create powerful, reactive iOS apps with Realm Database and Realm Cloud! Take a deep dive into the Realm Database, learn how to set up your first Realm database, see how to persist and read data, find out how to perform migrations and more. You'll also take a look at the synchronization features of Realm Cloud to perform real-time sync of your data across all devices. |
Разместил: energy555 18-05-2019, 17:53 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Functional Programming in C++: How to improve your C++ programs using functional techniques Автор: Ivan Cukic Издательство: Manning Publications Год: 2018 Страниц: 321 Язык: английский Формат: True PDF Размер: 10.5 MB
Functional Programming in C++ helps you unleash the functional side of your brain, as you gain a powerful new perspective on C++ coding. You'll discover dozens of examples, diagrams, and illustrations that break down the functional concepts you can apply in C++, including lazy evaluation, function objects and invokables, algebraic data types, and more. As you read, you'll match FP techniques with practical scenarios where they offer the most benefit. |
Разместил: Ingvar16 18-05-2019, 02:05 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Introduction To Game Design & Programming in GameMaker Studio 2 Автор: Ben Tyers Издательство: Independently published Год: 2019 Страниц: 437 Язык: английский Формат: epub, pdf (conv) Размер: 15.5 MB
This mammoth 400 page book covers all the bases you need to start making your own games with GameMaker Studio 2. You don't need any prior experience of design or coding to learn how to make a computer games. This book guides you through all the steps. After finishing this book you will have the skills to start making your own games. Over the last ten years or so I have written many books on game programming and have completed over two-hundred game projects. During that time I have learnt GML coding to a reasonable level, and have picked up many skills, tips and tricks and methology for making games in GameMaker & Game Maker Studio 2. The purpose of this book is to provide you with some of the knowledge that I have acquired. I make no claim that I’m the best coder or designer, but I do have a proficient understanding that I would like to instil on other budding game makers. |
Разместил: Ingvar16 18-05-2019, 02:02 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Beginning iOS Storyboarding: Using Xcode Автор: Rory Lewis and Yulia McCarthy Издательство: Apress Год: 2012 Формат: PDF Размер: 33 Мб Язык: английский / English
For the beginner who has never programmed, Beginning iOS Storyboarding shows how to extract those cool and innovative app ideas you have in your head into a working app ready for sale on the iTunes store by using Apple's new Storyboarding technology. Storyboarding allows you to skip chunks of code by just dragging scenes and segues onto your Storyboard canvas. A time saver for sure, but it's new! |
Разместил: black 17-05-2019, 22:12 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: IT Convergence and Security 2017: Volume 1 Автор: Kuinam J. Kim and Hyuncheol Kim Издательство: Springer Год: 2017 Формат: PDF Размер: 75 Мб Язык: английский / English
This is the first volume of proceedings including selected papers from the International Conference on IT Convergence and Security (ICITCS) 2017, presenting a snapshot of the latest issues encountered in this field. It explores how IT convergence and security issues are core to most current research, and industrial and commercial activities. It consists of contributions covering topics such as machine learning & deep learning, communication and signal processing, computer vision and applications, future network technology, artificial intelligence and robotics. |
Разместил: black 17-05-2019, 22:00 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Изучаем pandas (2019) Автор: Майкл Хейдт, Артем Груздев Издательство: Самиздат Год: 2019 Формат: djvu Страниц: 734 Для сайта: Mirknig.su Размер: 50 mb Язык: Русский
Pandas – популярная библиотека Python, применяющаяся для практического анализа данных в реальных проектах. Она предлагает воспользоваться эффективными, быстрыми и высокопроизводительными структурами данных, которые упрощают предварительную обработку и анализ информации. Это учебное пособие существенно поможет вам, предоставив в ваше распоряжение внушительный набор инструментов, предлагаемых библиотекой pandas для выполнения различных операций с данными и их анализа. |
Разместил: na5ballov 17-05-2019, 16:38 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Functional Interfaces in Java: Fundamentals and Examples Автор: Ralph Lecessi Издательство: Apress Год: 2019 Страниц: 415 Язык: английский Формат: pdf (true), azw3, mobi, epub Размер: 10.1 MB
Reduce development time by organizing your programs as chains of functional interfaces and see that the advantages of using functional interfaces include the flexibility and power of inlined functional chains and reuse of functional methods utilized throughout the Java API. You’ll see how complex logical expressions can be reduced to chains of predicates and how chains of comparators can be used to sort data by several criteria in order. Other examples include streams that utilize functional interfaces to filter, sort, transform, and perform calculations on data; CompletableFutures that use functional interfaces to create cascading and parallel execution threads; and JavaFX programs that use functional interfaces to monitor the data backed by their graphical components. |
Разместил: Ingvar16 17-05-2019, 02:41 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Elements of Android Jetpack 0.2 Автор: Mark L. Murphy Издательство: CommonsWare, LLC Год: 2019 Страниц: 463 Язык: английский Формат: pdf (true), epub Размер: 10.19 MB
After a decade's worth of Android app development, 2018 debuted the second generation of Android app development techniques, highlighted by Jetpack and the AndroidX family of libraries. This book follows in the footsteps of The Busy Coder's Guide to Android Development, to introduce developers to Android app development, focusing on Jetpack. Here you will learn how to set up an Android app for Java or Kotlin, create a user interface, and more! |
Разместил: Ingvar16 17-05-2019, 02:30 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: The Neophyte's Guide to Scala Автор: Daniel Westheide Издательство: Leanpub Год: 2018 Страниц: 127 Язык: английский Формат: pdf (true), djvu Размер: 24.9 MB
You're excited about Scala and functional programming, but existing resources for beginners have raised a bunch of questions and failed to answer them? Advanced resources are assuming too much and are like techno-babble from some sci-fi series to you? The Neophyte's Guide to Scala may be exactly what you are looking for then, targeting... The Neophyte's Guide to Scala is a book for intermediate Scala developers. If you have made your first steps with Scala and functional programming, for example by participating in Martin Odersky's Coursera course Functional Programming Principles in Scala, and you don't know how to continue, this book is for you. |
Разместил: Ingvar16 17-05-2019, 02:23 | Комментарии: 0 | Подробнее
| | | |
|
| |
br>
|