Paper Snowflake Decorations (28 snowflake templates - Fun DIY art and craft activities for kids - Difficult): Arts and Crafts for Kids, Manning James
Автор: Manning Kirsty Название: The Song of the Jade Lily ISBN: 0062882015 ISBN-13(EAN): 9780062882011 Издательство: HarperCollins USA Рейтинг: Цена: 11830.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
"Kirsty Manning weaves together little-known threads of World War II history, family secrets, the past and the present into a page-turning, beautiful novel.-- Heather Morris, #1 New York Times bestselling author of The Tattooist of Auschwitz
A gripping historical novel that tells the little-known story of Jewish refugees who fled to Shanghai during WWII.
1939: Two young girls meet in Shanghai, also known as the "Paris of the East". Beautiful local Li and Jewish refugee Romy form a fierce friendship, but the deepening shadows of World War II fall over the women as they slip between the city's glamorous French Concession district and the teeming streets of the Shanghai Ghetto. Yet soon the realities of war prove to be too much for these close friends as they are torn apart.
2016: Fleeing London with a broken heart, Alexandra returns to Australia to be with her grandparents, Romy and Wilhelm. Her grandfather is dying, and over the coming weeks Romy and Wilhelm begin to reveal the family mysteries they have kept secret for more than half a century. As fragments of her mother's history finally become clear, Alexandra struggles with what she learns while more is also revealed about her grandmother's own past in Shanghai.
After Wilhelm dies, Alexandra flies to Shanghai, determined to trace her grandparents' past. Peeling back the layers of their hidden lives, she is forced to question what she knows about her family--and herself.
The Song of the Jade Lily is a lush, provocative, and beautiful story of friendship, motherhood, the price of love, and the power of hardship and courage that can shape us all.
--Australian Women's Weekly
Автор: Chollet Francois Название: Deep Learning with Python, Second Edition ISBN: 1617296864 ISBN-13(EAN): 9781617296864 Издательство: Неизвестно Рейтинг: Цена: 63350.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: "Chollet is a master of pedagogy and explains complex concepts with minimal fuss, cutting through the math with practical Python code. He is also an experienced ML researcher and his insights on various model architectures or training tips are a joy to read." - Martin Gцrner, GooglePrinted in full color! Unlock the groundbreaking advances of deep learning with this extensively revised new edition of the bestselling original. Learn directly from the creator of Keras and master practical Python deep learning techniques that are easy to apply in the real world. In Deep Learning with Python, Second Edition you will learn: Deep learning from first principles Image classification and image segmentation Timeseries forecasting Text classification and machine translation Text generation, neural style transfer, and image generation Full color printing throughout Deep Learning with Python has taught thousands of readers how to put the full capabilities of deep learning into action. This extensively revised full color second edition introduces deep learning using Python and Keras, and is loaded with insights for both novice and experienced ML practitioners. You'll learn practical techniques that are easy to apply in the real world, and important theory for perfecting neural networks. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Recent innovations in deep learning unlock exciting new software capabilities like automated language translation, image recognition, and more. Deep learning is quickly becoming essential knowledge for every software developer, and modern tools like Keras and TensorFlow put it within your reach--even if you have no background in mathematics or data science. This book shows you how to get started. About the book Deep Learning with Python, Second Edition introduces the field of deep learning using Python and the powerful Keras library. In this revised and expanded new edition, Keras creator Franзois Chollet offers insights for both novice and experienced machine learning practitioners. As you move through this book, you'll build your understanding through intuitive explanations, crisp color illustrations, and clear examples. You'll quickly pick up the skills you need to start developing deep-learning applications. What's inside Deep learning from first principles Image classification and image segmentation Time series forecasting Text classification and machine translation Text generation, neural style transfer, and image generation Full color printing throughout About the reader For readers with intermediate Python skills. No previous experience with Keras, TensorFlow, or machine learning is required. About the author Franзois Chollet is a software engineer at Google and creator of the Keras deep-learning library. Table of Contents 1 What is deep learning? 2 The mathematical building blocks of neural networks 3 Introduction to Keras and TensorFlow 4 Getting started with neural networks: Classification and regression 5 Fundamentals of machine learning 6 The universal workflow of machine learning 7 Working with Keras: A deep dive 8 Introduction to deep learning for computer vision 9 Advanced deep learning for computer vision 10 Deep learning for timeseries 11 Deep learning for text 12 Generative deep learning 13 Best practices for the real world 14 Conclusions
Автор: Manning Olivia Название: The Spoilt City ISBN: 1786091550 ISBN-13(EAN): 9781786091550 Издательство: Random House - Penguin Рейтинг: Цена: 8790.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: `Her gallery of personages is huge, her scene painting superb, her pathos controlled, her humour quiet and civilised` - Anthony Burgess`Glittering characterisation, sharp and eloquent writing` - Sunday Telegraph`Wonderfully entertaining` - ObserverBucharest, 1940.
Автор: Manning, Mick Название: Secrets of stonehenge ISBN: 1847805205 ISBN-13(EAN): 9781847805201 Издательство: Quarto Рейтинг: Цена: 8700.00 T Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Manning, Olivia Название: Great fortune ISBN: 1786091135 ISBN-13(EAN): 9781786091130 Издательство: Random House - Penguin Рейтинг: Цена: 8790.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: WITH AN INTRODUCTION BY RACHEL CUSK`A fantastically tart and readable account of life in eastern Europe at the start of the war` Sarah Waters`Wonderfully entertaining` ObserverAutumn, 1939.
Автор: Chiusano Paul, Bjarnason Runar Название: Functional Programming in Scala ISBN: 1617290653 ISBN-13(EAN): 9781617290657 Издательство: Pearson Education Рейтинг: Цена: 47510.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
Summary
Functional Programming in Scala is a serious tutorial for programmers looking to learn FP and apply it to the everyday business of coding. The book guides readers from basic techniques to advanced topics in a logical, concise, and clear progression. In it, you'll find concrete examples and exercises that open up the world of functional programming.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
Functional programming (FP) is a style of software development emphasizing functions that don't depend on program state. Functional code is easier to test and reuse, simpler to parallelize, and less prone to bugs than other code. Scala is an emerging JVM language that offers strong support for FP. Its familiar syntax and transparent interoperability with Java make Scala a great place to start learning FP.
About the Book
Functional Programming in Scala is a serious tutorial for programmers looking to learn FP and apply it to their everyday work. The book guides readers from basic techniques to advanced topics in a logical, concise, and clear progression. In it, you'll find concrete examples and exercises that open up the world of functional programming.
This book assumes no prior experience with functional programming. Some prior exposure to Scala or Java is helpful.
What's Inside
Functional programming concepts
The whys and hows of FP
How to write multicore programs
Exercises and checks for understanding
About the Authors
Paul Chiusano and R nar Bjarnason are recognized experts in functional programming with Scala and are core contributors to the Scalaz library.
Table of Contents
PART 1 INTRODUCTION TO FUNCTIONAL PROGRAMMING
What is functional programming?
Getting started with functional programming in Scala
Specification by Example is an emerging practice for creating software based on realistic examples, bridging the communication gap between business stakeholders and the dev teams building the software. In this book, author Gojko Adzic distills interviews with successful teams worldwide, sharing how they specify, develop, and deliver software, without defects, in short iterative delivery cycles.About the Technology
Specification by Example is a collaborative method for specifying requirements and tests. Seven patterns, fully explored in this book, are key to making the method effective. The method has four main benefits: it produces living, reliable documentation; it defines expectations clearly and makes validation efficient; it reduces rework; and, above all, it assures delivery teams and business stakeholders that the software that's built is right for its purpose.About the Book
This book distills from the experience of leading teams worldwide effective ways to specify, test, and deliver software in short, iterative delivery cycles. Case studies in this book range from small web startups to large financial institutions, working in many processes including XP, Scrum, and Kanban.Who Should Read this Book
This book is written for developers, testers, analysts, and business people working together to build great software.What's InsideCommon process patternsHow to avoid bad practicesFitting SBE in your process50+ case studies
For additional resources go to specificationbyexample.com. =============================================== Table of Contents Part 1 Getting startedKey benefitsKey process patternsLiving documentationInitiating the changesPart 2 Key process patternsDeriving scope from goalsSpecifying collaborativelyIllustrating using examplesRefining the specificationAutomating validation without changing specificationsValidating frequentlyEvolving a documentation systemPart 3 Case studiesuSwitchRainStorIowa Student LoanSabre Airline SolutionsePlan ServicesSongkickConcluding thoughts
Автор: Malcolm X Название: Marable, Manning HB ISBN: 0713998954 ISBN-13(EAN): 9780713998955 Издательство: Random House - Penguin Рейтинг: Цена: 18480.00 T Наличие на складе: Нет в наличии. Описание: Constantly rewriting his own story, Malcolm X became a criminal, a minister, a leader, and eventually an icon, assassinated at the age of 39. The details of his life have long since calcified into a familiar narrative: his early years as a vagabond in Boston and New York, his conversion to Islam and subsequent rise to prominence as a militant advocate for black rights, his acrimonious split with the Nation of Islam, and ultimately his violent death at their hands. Yet this story, told and retold to various ends by writers, historians, and filmmakers, captures only a snapshot, a fraction of the man in full.
Manning Marable's new biography is a stunning achievement, filled with new information and shocking revelations that will reframe the way we understand his life and work. "Malcolm X" unfolds a sweeping story of the darkest days of racial unrest, from the rise of the Ku Klux Klan to the struggles of the civil rights movement, examining his engagement with the Nation of Islam, and the romantic relationships whose energy alternately drained him and pushed him to unimagined heights. "Malcolm X" will stand as the definitive work on one of the most iconic figures of the twentieth century, a man who constantly strove, in the great American tradition, to remake himself anew.
Автор: Croucher, Lex Название: Reputation ISBN: 1838774114 ISBN-13(EAN): 9781838774110 Издательство: Bonnier Books Рейтинг: Цена: 8900.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Georgiana is introduced to a new world: drunken debauchery, mysterious young men with strangely arresting hands, and the upper echelons of Regency society. But the price of entry to high society might just be higher than Georgiana is willing to pay .
Автор: Manning Jane K., Public Domain Название: My First Baby Games ISBN: 0694014354 ISBN-13(EAN): 9780694014354 Издательство: HarperCollins USA Цена: 5570.00 T Наличие на складе: Нет в наличии. Описание: An essential first collection of seven simple, popular interactive games that all parents play with new babies.
Автор: Richardson Chris Название: Microservice Patterns ISBN: 1617294543 ISBN-13(EAN): 9781617294549 Издательство: Pearson Education Рейтинг: Цена: 52790.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
Summary
Microservices Patterns teaches enterprise developers and architects how to build applications with the microservice architecture. Rather than simply advocating for the use the microservice architecture, this clearly-written guide takes a balanced, pragmatic approach, exploring both the benefits and drawbacks.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
Successfully developing microservices-based applications requires mastering a new set of architectural insights and practices. In this unique book, microservice architecture pioneer and Java Champion Chris Richardson collects, catalogues, and explains 44 patterns that solve problems such as service decomposition, transaction management, querying, and inter-service communication.
About the Book
Microservices Patterns teaches you how to develop and deploy production-quality microservices-based applications. This invaluable set of design patterns builds on decades of distributed system experience, adding new patterns for writing services and composing them into systems that scale and perform reliably under real-world conditions. More than just a patterns catalog, this practical guide offers experience-driven advice to help you design, implement, test, and deploy your microservices-based application.
What's inside
How (and why ) to use the microservice architecture
Service decomposition strategies
Transaction management and querying patterns
Effective testing strategies
Deployment patterns including containers and serverlessices
About the Reader
Written for enterprise developers familiar with standard enterprise application architecture. Examples are in Java.
About the Author
Chris Richardson is a Java Champion, a JavaOne rock star, author of Manning's POJOs in Action, and creator of the original CloudFoundry.com.
Table of Contents
Escaping monolithic hell
Decomposition strategies
Interprocess communication in a microservice architecture
Managing transactions with sagas
Designing business logic in a microservice architecture
Developing business logic with event sourcing
Implementing queries in a microservice architecture
External API patterns
Testing microservices: part 1
Testing microservices: part 2
Developing production-ready services
Deploying microservices
Refactoring to microservices
Автор: Perry S. D., Manning Matthew Название: DC Comics: Anatomy of a Metahuman ISBN: 1608875016 ISBN-13(EAN): 9781608875016 Издательство: Insight Editions Рейтинг: Цена: 40650.00 T Наличие на складе: Невозможна поставка. Описание: Explore the powers of DC Comics' greatest characters like never before through stunning anatomical cutaways and in-depth commentary from the Dark Knight. Concerned about the threat that so-called "metahumans" may pose to the world, Batman has begun compiling a detailed dossier on their incredible physiology and abilities. From villains like Killer Croc, Bane, and Brainiac, to Batman's own comrades, including Superman and Cyborg, the file brings together the Dark Knight's fascinating personal theories on the unique anatomical composition of these formidable individuals. This stunning and unique book delves into the incredible abilities of DC Comics characters like never before. Using beautifully illustrated anatomical cross sections depicting twelve different DC characters, the book, told from Batman's unique perspective, will explore how these "metahumans" physical makeup differs significantly from that of the average person. From detailed theories on how Superman's eyes shoot heat rays to an in-depth exploration of how Aquaman is able to breathe under water, the book delves into the deepest secrets of these classic characters. Also featuring chapters on the anatomy and abilities of Doomsday, Aquaman, Swamp Thing, Darkseid, Martian Manhunter, and more, this one-of-a-kind book will change the way you look at metahumans forever.
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz