|
 |
|
 |
|
|
 |
|  |
|
Название: Coding Games in Scratch Автор: Jon Woodcock Издательство: DK Children Год: 2015 Формат: PDF Размер: 28 Мб Язык: английский / English
Did you know that Bill Gates, cofounder of Microsoft, wrote his first computer program—a tic-tac-toe game—at age 13? Coding Games in Scratch shows how kids can start coding their own games, too, using Scratch, a popular free programming language. With Coding Games in Scratch, kids can build single and multiplayer platform games, create puzzles and memory games, race through mazes, add animation, and more. All they need is a desktop or laptop with Adobe 10.2 or later, and an internet connection to download Scratch 2.0. Coding can be done without download on https://scratch.mit.edu. |
Разместил: black 26-07-2019, 09:57 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Security Opportunities in Nano Devices and Emerging Technologies Автор: Mark Tehranipoor and Domenic Forte Издательство: CRC Press Год: 2017 Формат: PDF Размер: 18 Мб Язык: английский / English
The research community lacks both the capability to explain the effectiveness of existing techniques and the metrics to predict the security properties and vulnerabilities of the next generation of nano-devices and systems. This book provides in-depth viewpoints on security issues and explains how nano devices and their unique properties can address the opportunities and challenges of the security community, manufacturers, system integrators, and end users. This book elevates security as a fundamental design parameter, transforming the way new nano-devices are developed. Part 1 focuses on nano devices and building security primitives. Part 2 focuses on emerging technologies and integrations. |
Разместил: black 26-07-2019, 09:04 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Shell Programming in Unix, Linux and OS X Автор: Stephen G. Kochan and Patrick Wood Издательство: Addison-Wesley Professional Год: 2016 Формат: EPUB Размер: 19 Мб Язык: английский / English
Shell Programming in Unix, Linux and OS X is a thoroughly updated revision of Kochan and Wood’s classic Unix Shell Programming tutorial. Following the methodology of the original text, the book focuses on the POSIX standard shell, and teaches you how to develop programs in this useful programming environment, taking full advantage of the underlying power of Unix and Unix-like operating systems. |
Разместил: black 26-07-2019, 09:00 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Learning Groovy 3: Java-Based Dynamic Scripting Second edition Автор: Adam L. Davis Издательство: Apress Год: 2019 Формат: true pdf/epub/azw3 Страниц: 164 Размер: 10.3 Mb Язык: English
Start building powerful apps that take advantage of the dynamic scripting capabilities of the Groovy language, including what's new in Groovy version 3.0. This book covers Groovy fundamentals, such as installing Groovy, using Groovy tools, and working with the Groovy Development Kit (GDK). You'll also learn more advanced aspects of Groovy, such as using Groovy design patterns, writing DSLs in Groovy, and taking advantage of Groovy's functional programming features. |
Разместил: bomboane 25-07-2019, 20:34 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Visual C++ 6 и MFC. Энциклопедия пользователя Автор: Коллектив авторов Жанр: Учебное пособие Издательство: ДиаСофт Год: 2000 Страниц: 716 Язык: Русский Формат: pdf Размер: 69,49 Mb
Книга известных специалистов в области разработки сложных программных систем посвящена использованию одной из наиболее полнофункциональных библиотек для Visual C++ 6 - Microsoft Foundation Classes. |
Разместил: rogas86 25-07-2019, 15:14 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Many-Core Computing: Hardware and software (Computing and Networks) Автор: Bashir M. Al-Hashimi (Editor), Geoff V. Merrett (Editor) Издательство: The Institution of Engineering and Technology Год: 2019 Формат: True PDF Страниц: 600 Размер: 11.6 Mb Язык: English
Computing has moved away from a focus on performance-centric serial computation, instead towards energy-efficient parallel computation. This provides continued performance increases without increasing clock frequencies, and overcomes the thermal and power limitations of the dark-silicon era. As the number of parallel cores increases, we transition into the many-core computing era. There is considerable interest in developing methods, tools, architectures and applications to support many-core computing. |
Разместил: bomboane 25-07-2019, 09:08 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: C++ Concurrency in Action Автор: Anthony Williams Издательство: Manning Publications Год: 2012 ISBN: 978-1-933-98877-1 Формат: pdf Страниц: 530 Размер: 12,8 Mb Язык: Русский
C++ Concurrency in Action is a reference and guide to the new C++ 11 Standard for experienced C++ programmers as well as those who have never written multithreaded code. This book will show you how to write robust multithreaded applications in C++ while avoiding many common pitfalls. Multiple processors with multiple cores are the norm these days. The C++11 version of the C++ language offers beefed-up support for multithreaded applications, and requires that you master the principles, techniques, and new language features of concurrency to stay ahead of the curve. Written for C++ programmers who are new to concurrency and others who may have written multithreaded code using other languages, APIs, or platforms. |
Разместил: oksanavalera 25-07-2019, 05:31 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Python and AWS Cookbook Автор: Mitch Python_and_AWS_Cookbook Издательство: O'Reilly Media Год: 2011 ISBN: 978-1-449-30544-4 Формат: pdf Страниц: 74 Размер: 10,8 Mb Язык: English
If you intend to use Amazon Web Services (AWS) for remote computing and storage, Python is an ideal programming language for developing applications and controlling your cloud-based infrastructure. This cookbook gets you started with more than two dozen recipes for using Python with AWS, based on the author’s boto library. You’ll find detailed recipes for working with the S3 storage service as well as EC2, the service that lets you design and build cloud applications. Each recipes includes a code solution you can use immediately, along with a discussion of why and how the recipes works. You also get detailed advice for using boto with AWS and other cloud services. |
Разместил: oksanavalera 25-07-2019, 05:14 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Microinteractions: Full Color Edition: Designing with Details Автор: Dan Saffer Издательство: O'Reilly Media Год: 2013 Формат: PDF Размер: 25 Мб Язык: английский / English
It’s the little things that turn a good digital product into a great one. With this full color practical book, you’ll learn how to design effective microinteractions: the small details that exist inside and around features. How can users change a setting? How do they turn on mute, or know they have a new email message? |
Разместил: black 24-07-2019, 22:53 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Programming Kubernetes: Developing Cloud-Native Applications First Edition Автор: Michael Hausenblas, Stefan Schimanski Издательство: O'Reilly Media Год: 2019 Формат: epub/mobi/pdf(conv.) Страниц: 272 Размер: 10.4 Mb Язык: English
If you’re looking to develop native applications in Kubernetes, this is your guide. Developers and AppOps administrators will learn how to build Kubernetes-native applications that interact directly with the API server to query or update the state of resources. AWS developer advocate Michael Hausenblas and Red Hat principal software engineer Stefan Schimanski explain the characteristics of these apps and show you how to program Kubernetes to build them. You’ll explore the basic building blocks of Kubernetes, including the client-go API library and custom resources. All you need to get started is a rudimentary understanding of development and system administration tools and practices, such as package management, the Go programming language, and Git. |
Разместил: bomboane 24-07-2019, 12:53 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|