Fevered Measures: Public Health and Race at the Texas-Mexico Border, 1848–1942, John Mckiernan-Gonzalez
Автор: Mckiernan, Dennis L. Название: Once Upon a Winter`s Night ISBN: 0451458540 ISBN-13(EAN): 9780451458544 Издательство: Random House (USA) Рейтинг: Цена: 735.00 р. Наличие на складе: Нет в наличии.
Автор: Gonzalez Seara, C. Название: Gramatica explicada: para niveles intermedios ISBN: 8415299427 ISBN-13(EAN): 9788415299424 Издательство: En Clave-Ele Рейтинг: Цена: 2269.00 р. Наличие на складе: Нет в наличии.
Описание: Contiene 50 unidades. Incluye un librito con las soluciones. Permite consultar todos los puntos gramaticales estudiados en los niveles comprendidos desde el A1 hasta el B2.
Автор: Ruben C. Lois-gonzalez, Xose M. Santos-solla Название: New Tourism in the 21st Century ISBN: 1443858927 ISBN-13(EAN): 9781443858922 Издательство: Cambridge Scholars Рейтинг: Цена: 6176.00 р. Наличие на складе: Нет в наличии.
Описание: This book analyses the cultural elements of 21st-century tourism. The structure of the book is based on four main issues, which will help further the reader’s understanding of present-day experiential tourism: namely urban and cultural tourism on a global scale; specific studies of new products linked to reappraising the landscape; heritage; and nature. It also examines the influence of branding and of the images projected in order to promote this new type of tourism, using both theoretical and general approaches. Finally, the Camino de Santiago is analysed as a paradigm of the new pilgrimage routes all over the world, with their implications and polysemic nature.Culture, nature, spirituality and urbanism are brought together in a series of studies of contemporary tourist activities. Tourism is, in short, an activity that marks the return of slow movement, of calm and relaxation, of the landscape and of self-rediscovery as a reappraised counterpoint to the frenetic pace of life in modern-day societies.
Автор: Gonzalez, Javier Fernandez Название: Java 9 concurrency cookbook - ISBN: 178712441X ISBN-13(EAN): 9781787124417 Издательство: Неизвестно Цена: 10114.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Master the art of fast, effective Java development with the power of concurrent and parallel programmingAbout This Book* Get detailed coverage of important recipes on multi-threading and parallel programming* This book takes a close look at the Java 9 APIs and their impact on concurrency* See practical examples on thread safety, high-performance classes, safe sharing, and a whole lot moreWho This Book Is ForThe book is for Java developers and programmers at an intermediate to advanced level. It will be especially useful for developers who want to take advantage of task-based recipes using Java 9's concurrent API to program thread-safe solutions. What You Will Learn* Find out to manage the basic components of the Java Concurrency API* Use synchronization mechanisms to avoid data race conditions and other problems of concurrent applications* Separate the thread management from the rest of the application with the Executor framework* Solve problems using a parallelized version of the divide and conquer paradigm with the Fork / Join framework* Process massive data sets in an optimized way using streams and reactive streams* See which data structures we can use in concurrent applications and how to use them* Practice efficient techniques to test concurrent applications* Get to know tips and tricks to design concurrent applicationsIn DetailWriting concurrent and parallel programming applications is an integral skill for any Java programmer.
Java 9 comes with a host of fantastic features, including significant performance improvements and new APIs. This book will take you through all the new APIs, showing you how to build parallel and multi-threaded applications. The book covers all the elements of the Java Concurrency API, with essential recipes that will help you take advantage of the exciting new capabilities.
You will learn how to use parallel and reactive streams to process massive data sets. Next, you will move on to create streams and use all their intermediate and terminal operations to process big collections of data in a parallel and functional way. Further, you'll discover a whole range of recipes for almost everything, such as thread management, synchronization, executors, parallel and reactive streams, and many more.
At the end of the book, you will learn how to obtain information about the status of some of the most useful components of the Java Concurrency API and how to test concurrent applications using different tools. Style and approachThis recipe-based book will allow you to explore the exciting capabilities of concurrency in Java. After reading this book, you will be able to comfortably build parallel applications in Java 9.
Автор: Gonzalez Seara, C. Название: Dale a la gramatica B1 + D ISBN: 8415299532 ISBN-13(EAN): 9788415299530 Издательство: En Clave-Ele Рейтинг: Цена: от 1816.00 р. Наличие на складе: Есть
Описание: What is the source of Norway`s culture of environmental harmony in our troubled world? Exploring the role of Norwegian scholar-activists of the late twentieth century, Anker shows how their portrayal of Norway as a pristine natural environment of the periphery led to it being fashioned as an idealised ecological microcosm. This title is also available as Open Access on Cambridge Core.
Автор: Gonzalez-Pell Cintia Название: Make in a Day: Crafts for Kids ISBN: 0486813738 ISBN-13(EAN): 9780486813738 Издательство: Dover Рейтинг: Цена: 1855.00 р. Наличие на складе: Нет в наличии.
Описание: These colorful and easy projects for kids can be made in a single day Suitable for ages 7 to 12, with the help of an adult, the crafts will appeal to boys and girls alike. Projects include a dreamcatcher, painted plant pot, leather treasure pouch, and felt pennant flag. Children can also learn how to paint their pillowcases, personalize their sneakers, recycle a sweater into a gadget cozy, and make other decorative and practical items. Each book in Dover's Make in a Day series presents 15 projects with illustrated step-by-step instructions. The beginner-friendly projects are ideal for anyone wishing to whip up something simple but special. Supplies are easy to obtain and readily available at major craft stores.
Автор: Mckiernan, Dennis L. Название: Dragondoom ISBN: 0451458818 ISBN-13(EAN): 9780451458810 Издательство: Random House (USA) Рейтинг: Цена: 735.00 р. Наличие на складе: Нет в наличии.
Автор: Gonzalez Christina Diaz Название: Spirit Animals: Fall of the Beasts: Book 7 ISBN: 133811669X ISBN-13(EAN): 9781338116694 Издательство: Scholastic Рейтинг: Цена: 1527.00 р. Наличие на складе: Нет в наличии.
Описание: Follow the four heroes of Erdas in this new chapter of the New York Times bestselling series!
Автор: Gonzalez, Javier Fernandez Название: Mastering concurrency programming with java 9 - ISBN: 1785887947 ISBN-13(EAN): 9781785887949 Издательство: Неизвестно Цена: 10114.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Master the principles to make applications robust, scalable and responsiveAbout This Book* Implement concurrent applications using the Java 9 Concurrency API and its new components* Improve the performance of your applications and process more data at the same time, taking advantage of all of your resources* Construct real-world examples related to machine learning, data mining, natural language processing, and moreWho This Book Is ForThis book is for competent Java developers who have basic understanding of concurrency, but knowledge of effective implementation of concurrent programs or usage of streams for making processes more efficient is not requiredWhat You Will Learn* Master the principles that every concurrent application must follow* See how to parallelize a sequential algorithm to obtain better performance without data inconsistencies and deadlocks* Get the most from the Java Concurrency API components* Separate the thread management from the rest of the application with the Executor component* Execute phased-based tasks in an efficient way with the Phaser components* Solve problems using a parallelized version of the divide and conquer paradigm with the Fork / Join framework* Find out how to use parallel Streams and Reactive Streams* Implement the "map and reduce" and "map and collect" programming models* Control the concurrent data structures and synchronization mechanisms provided by the Java Concurrency API* Implement efficient solutions for some actual problems such as data mining, machine learning, and moreIn DetailConcurrency programming allows several large tasks to be divided into smaller sub-tasks, which are further processed as individual tasks that run in parallel. Java 9 includes a comprehensive API with lots of ready-to-use components for easily implementing powerful concurrency applications, but with high flexibility so you can adapt these components to your needs. The book starts with a full description of the design principles of concurrent applications and explains how to parallelize a sequential algorithm.
You will then be introduced to Threads and Runnables, which are an integral part of Java 9's concurrency API. You will see how to use all the components of the Java concurrency API, from the basics to the most advanced techniques, and will implement them in powerful real-world concurrency applications. The book ends with a detailed description of the tools and techniques you can use to test a concurrent Java application, along with a brief insight into other concurrency mechanisms in JVM.
Style and approachThis is a complete guide that implements real-world examples of algorithms related to machine learning, data mining, and natural language processing in client/server environments. All the examples are explained using a step-by-step approach.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru