Scala Data Analysis Cookbook
¥80.65
Navigate the world of data analysis, visualization, and machine learning with over 100 hands-on Scala recipesAbout This BookImplement Scala in your data analysis using features from Spark, Breeze, and ZeppelinScale up your data anlytics infrastructure with practical recipes for Scala machine learningRecipes for every stage of the data analysis process, from reading and collecting data to distributed analytics Who This Book Is For This book shows data scientists and analysts how to leverage their existing knowledge of Scala for quality and scalable data analysis.What You Will LearnFamiliarize and set up the Breeze and Spark libraries and use data structuresImport data from a host of possible sources and create dataframes from CSVClean, validate and transform data using Scala to pre-process numerical and string dataIntegrate quintessential machine learning algorithms using Scala stackBundle and scale up Spark jobs by deploying them into a variety of cluster managersRun streaming and graph analytics in Spark to visualize data, enabling exploratory analysis In Detail This book will introduce you to the most popular Scala tools, libraries, and frameworks through practical recipes around loading, manipulating, and preparing your data. It will also help you explore and make sense of your data using stunning and insightfulvisualizations, and machine learning toolkits. Starting with introductory recipes on utilizing the Breeze and Spark libraries, get to grips withhow to import data from a host of possible sources and how to pre-process numerical, string, and date data. Next, you’ll get an understanding of concepts that will help you visualize data using the Apache Zeppelin and Bokeh bindings in Scala, enabling exploratory data analysis. iscover how to program quintessential machine learning algorithms using Spark ML library. Work through steps to scale your machine learning models and deploy them into a standalone cluster, EC2, YARN, and Mesos. Finally dip into the powerful options presented by Spark Streaming, and machine learning for streaming data, as well as utilizing Spark GraphX.Style and approach This book contains a rich set of recipes that covers the full spectrum of interesting data analysis tasks and will help you revolutionize your data analysis skills using Scala and Spark.
Learning Underscore.js
¥71.93
Explore the Underscore.js library by example using a test-driven development approachAbout This BookUnderstand and learn to apply functional programming principles using the built-in functions of Underscore.jsLeverage and reuse Underscore.js-based code to create code that targets client, server, or database contextsTake Underscore.js further by reusing code between client and server and by learning about other closely related libraries Who This Book Is For If you are a developer with fundamental JavaScript knowledge and want to use modern JavaScript libraries to extend your functional programming skills, then Underscore.js is an important library you should be familiar with.What You Will LearnReference and call Underscore.js functions using a modern JavaScript development workflowApply Underscore.js to JavaScript arrays, objects, and functionsTake advantage of object-oriented or functional programming techniques with Underscore.jsLeverage Underscore.js to create code that targets client, server, or database contextsExtend Underscore.js functionality with other closely related librariesReuse Underscore.js-based code between client and server applicationsPrepare for the upcoming JavaScript standard ECMAScript 6 and support older browsers In Detail Underscore.js is one of the most popular modern JavaScript libraries used for functional programming. It can be used as a base for building complex JavaScript applications in a sustainable manner and for building other JavaScript libraries. It embraces functional programming principles but is not opinionated and can be used with imperative, object-oriented, functional, or other programming styles. This book explores how to use Underscore.js to power your code and understand modern JavaScript development concepts while applying a lightweight and efficient workflow to build applications. The book starts with an incremental Underscore.js introduction by exploring key JavaScript concepts. You will then explore the basic features of Underscore.js in action and establish a lightweight development workflow that allows the provided examples to be guided by tests. The book then covers the functionality of Underscore.js with in-depth examples and explanations for understanding and applying the Underscore.js API. You'll also learn how to use Underscore.js as a base for your own modules and libraries within an object-oriented or functional programming style, and will be able to explore Underscore.js use cases in different environments. Eventually, you'll learn about libraries that are closely related with Underscore.js, how to share code between client and server, and how to prepare for the upcoming JavaScript standard ECMAScript 6.Style and approach This book takes an example-driven approach to describing some of the essential JavaScript concepts and practices that are useful for building sustainable applications.
OpenStack Networking Cookbook
¥90.46
Harness the power of OpenStack Networking for public and private clouds using 90 hands-on recipesAbout This BookBuild and manage virtual switching, routing, and firewall-based networks in OpenStack using NeutronDevelop plugins and drivers for Neutron to enhance the built-in networking capabilitiesMonitor and automate OpenStack networks using tools like Ceilometer and Heat Who This Book Is For This book is aimed at network and system administrators who want to deploy and manage OpenStack-based cloud and IT infrastructure. If you have basic knowledge of OpenStack and virtualization, this book will help you leverage the rich functionality of OpenStack Networking in your cloud deployments.What You Will LearnOperate OpenStack Networking for public and private cloudsConfigure advanced routing services for your workloadsSecure data traffic using firewall-as-a-service capabilities of OpenStackDiscover how to leverage VXLAN to implement SDN in your OpenStack cloudMonitor the virtual networks using CeilometerDevelop plugins to enhance and customize OpenStack NetworkingProvide HA and VPN connectivity for your virtual machinesTroubleshoot and solve common problems with OpenStack Networking In Detail Networking in OpenStack has evolved from Nova Network to Neutron. This has resulted in a rich suite of networking services available to OpenStack users and administrators. Advanced services such as routers, firewall, and load balancers use building blocks such as network and subnets. Recent improvements support powerful customization using plugins. The evolution of Neutron continues as it integrates with tools like Ceilometer and Heat. This book will explore the built-in capabilities of Neutron to effectively deploy cloud solutions. You will begin with the most fundamental constructs of OpenStack Networking for switching and routing. You will then learn how to provide your tenants with services like firewalls and load-balancers. The step-by-step recipes will help you configure and troubleshoot networking problems in your cloud. This book will also introduce you to advanced topics like Ceilometer, Heat, and other upcoming tools in OpenStackStyle and approach The book is full of step-by-step recipes to configure and manage the networking aspects of your OpenStack cloud. In addition to covering basic configuration involved in OpenStack Networking, the books also shares various troubleshooting tips and techniques. As much as possible the book uses OpenStack dashboard (Horizon) to help the user get a feel of real OpenStack Networking
Building a RESTful Web Service with Spring
¥54.49
A hands-on guide to building an enterprise-grade, scalable RESTful web service using the Spring FrameworkAbout This BookFollow best practices and explore techniques such as clustering and caching to achieve a scalable web serviceLeverage the Spring Framework to quickly implement RESTful endpointsLearn to implement a client library for a RESTful web service using the Spring Framework Who This Book Is For This book is intended for those who want to learn to build RESTful web services with the Spring Framework. To make best use of the code samples included in the book, you should have a basic knowledge of the Java language. Previous experience with the Spring Framework would also help you get up and running quickly.What You Will LearnDeep dive into the principles behind RESTExpose CRUD operations through RESTful endpoints with the Spring FrameworkDevise response formats and error handling strategies, offering a consistent and flexible structure to simplify integration for service consumersFollow the best approaches for dealing with a service’s evolution while maintaining backward compatibilityUnderstand techniques to secure web servicesComply with the best ways to test RESTful web services, including tips for load testingOptimise and scale web services using techniques such as caching and clustering In Detail REST is an architectural style that tackles the challenges of building scalable web services. In today’s connected world, APIs have taken a central role on the web. APIs provide the fabric through which systems interact, and REST has become synonymous with APIs. The depth, breadth, and ease of use of Spring makes it one of the most attractive frameworks in the Java ecosystem. Marrying the two technologies is therefore a very natural choice. This book takes you through the design of RESTful web services and leverages the Spring Framework to implement these services. Starting from the basics of the philosophy behind REST, you’ll go through the steps of designing and implementing an enterprise-grade RESTful web service. Taking a practical approach, each chapter provides code samples that you can apply to your own circumstances. This book goes beyond the use of Spring and explores approaches to tackle resilience, security, and scalability concerns. You’ll learn techniques to deal with security in Spring and discover how to implement unit and integration test strategies. Finally, the book ends by walking you through building a Java client for your RESTful web service, along with some scaling techniques for it.Style and approach This book is a step-by-step, hands-on guide to designing and building RESTful web services. The book follows the natural cycle of developing these services and includes multiple code samples to help you.
Troubleshooting Citrix XenDesktop?
¥90.46
The ultimate troubleshooting guide for clear, concise, and real-world solutions to a wide range of common Citrix XenDesktop problemsAbout This BookExplore the XenDesktop architecture and work with various troubleshooting tools that every Citrix admin should know aboutDiscover how to troubleshoot performance, VDA registration, and NetScaler integration issuesA fast-paced troubleshooting guide to help you identify and resolve any kind of problem you might face while working with Citrix XenDesktop Who This Book Is For Troubleshooting Citrix XenDesktop is targeted at Citrix Administrators or Citrix Engineers who are working on Xendesktop and want to learn tips and techniques required to deal with the issues they face in their day-to-day life. A working knowledge of core elements and concepts of Xendesktop would be an added advantage.What You Will LearnSolve VDA registration problems and Citrix session launch difficultiesIdentify and resolve XenDesktop service issuesTroubleshoot performance issues related to the XenDesktop architectureWork around common printing issuesUnderstand the Citrix XenDesktop HDX policies and deal with the HDX MediaStream challengesResolve the common MCS and PVS configuration issues in your XenDesktop environmentFind solutions to some general issues that have been identified and recorded by Citrix in their database that every administrator must be aware of In Detail In today’s world, many organizations have decided to move to secure and stable VDI platforms to benefit their organization to meet their security needs. To meet an organization’s requirements, Citrix XenDesktop serves as the best desktop virtualization solution available, providing the optimum user experience. Troubleshooting Citrix XenDesktop is a single resource guide that will help you dig deep into all the technical issues you encounter to resolve them using an autonomous and well-defined approach. The book starts by walking you through the XenDesktop architecture and the troubleshooting toolkit for Citrix XenDesktop. The subsequent chapters will help you identify possible causes of various types of Citrix XenDesktop problems that may arise while installing, configuring, or troubleshooting day-to-day problems. You will also be dealing with the most common and important VDA registration problems that you might often face while working with the XenDesktop product suite. Additionally, you will resolve issues that arise while launching Citrix sessions, troubleshoot performance issues, and learn how to integrate Citrix NetScaler with your XenDesktop environment.Style and approach This book is an easy-to-follow troubleshooting guide with real-world examples of resolving XenDesktop issues. Each chapter is focused on a specific troubleshooting area, giving you the time to learn about and apply relevant tools and practices to troubleshoot the problems using a systematic approach.
Swift 2 Blueprints
¥80.65
Sharpen your skills in Swift by designing and deploying seven fully functional applicationsAbout This BookDevelop a variety of iOS-compatible applications that range from health and fitness to utilities using this project-based handbookDiscover ways to make the best use of the latest features in Swift to build on a wide array of applicationsFollow step-by-step instructions to create Swift apps oriented for the real world Who This Book Is For If you are a competent iOS developer who wants to develop stunning applications with Swift, then this book is for you. Familiarity with Swift programming is assumed.What You Will LearnGet to grips with the basics of Xcode and Swift for application developmentCreate a Photo Sharing application to capture an image, edit it using different features and share it via social media.Develop applications using the WatchKit and exchange data between iPhone and the WatchUse advanced features such as SpriteKit to build a gameInstall third-party Swift frameworks to improvise on your application developmentDiscover how to simulate home automation with HomeKitBuild an application to monitor the user's weight, heart rate and the number of steps for Health Historic AnalysisManipulate media using AVFoundation framework to merge audio and video. In Detail In this book, you will work through seven different projects to get you hands-on with developing amazing applications for iOS devices. We start off with a project that teaches you how to build a utility app using Swift. Moving on, we cover the concepts behind developing an entertainment or social networking related application, for example, a small application that helps you to share images, audio, and video files from one device to another. You’ll also be guided through create a city information app with customized table views, a reminder app for the Apple Watch, and a game app using SpriteKit. By the end of this book, you will have the required skillset to develop various types of iOS applications with Swift that can run on different iOS devices. You will also be well versed with complex techniques that can be used to enhance the performance of your applications.Style and approach This book takes a step-by-step approach to help you build apps from scratch and learn the methodology to develop real-time applications using Swift.
Animals In My Life
¥24.44
Having once rashly boasted that she could remember every animal she had ever known, the author thought she must put pen to paper and see what memories came flooding back. The delightful poems in this collection moving, funny, sad, loving, will strike a chord with many a pet owner and entertain all who enjoy the ways of our animal friends.
Harper Perennial
¥94.10
On Writing Well has been praised for its sound advice, its clarity and the warmth of its style. It is a book for everybody who wants to learn how to write or who needs to do some writing to get through the day, as almost everybody does in the age of e-mail and the Internet. Whether you want to write about people or places, science and technology, business, sports, the arts or about yourself in the increasingly popular memoir genre, On Writing Well offers you fundamental priciples as well as the insights of a distinguished writer and teacher. With more than a million copies sole, this volume has stood the test of time and remains a valuable resource for writers and would-be writers.
The Hero's Guide to Saving Your Kingdom
¥44.73
Prince Liam. Prince Frederic. Prince Duncan. Prince Gustav. You’ve never heard of them, have youThese are the princes who saved Sleeping Beauty, Cinderella, Snow White, and Rapunzel, respectively, and yet, thanks to those lousy bards who wrote the tales, you likely know them only as Prince Charming. But all of this is about to change. Rejected by their princesses and cast out of their castles, the princes stumble upon an evil plot that could endanger each of their kingdoms. Now it up to them to triumph over their various shortcomings, take on trolls, bandits, dragons, witches, and other assorted terrors, and become the heroes no one ever thought they could be. Christopher Healy Hero Guide to Saving Your Kingdom is a completely original take on the world of fairy tales, the truth about what happens after “happily ever after.” It a must-have for middle grade readers who enjoy their fantasy adventures mixed with the humor of the Diary of a Wimpy Kid books. Witty black-and-white drawings by Todd Harris add to the fun.
Mere Christianity
¥90.77
One of the most popular and beloved introductions to the concept of faith ever written, Mere Christianity has sold millions of copies worldwide. The book brings together C. S. Lewis legendary radio broadcasts during the war years, in which he set out simply to explain and defend the belief that has been common to nearly all Christians at all times. Rejecting the boundaries that divide Christianity many denominations, Mere Christianity provides an unequalled opportunity for believers and nonbelievers alike to absorb a powerful, rational case for the Christian faith.
The Screwtape Letters
¥83.92
A milestone in the history of popular theology, The Screwtape Letters is an iconic classic on spiritual warfare and the dynamics of temptation. This profound and striking narrative takes the form of a series of letters from Screwtape, a devil high in the Infernal Civil Service, to his nephew Wormwood, a junior colleague engaged in his first mission on earth, trying to secure the damnation of a young man who has just become a Christian. Although the young man initially looks to be a willing victim, he changes his ways and is "lost" to the young devil. Dedicated to Lewis's friend and colleague J. R. R. Tolkien, The Screwtape Letters is a timeless classic on spiritual conflict and the psychology of temptation which are part of our religious experience.
The Abolition of Man
¥78.32
Both astonishing and prophetic, The Abolition of Man remains one of C. S. Lewis's most controversial works. Lewis sets out to persuade his audience of the ongoing importance and relevance of universal objective values, such as courage and honor, and the foundational necessity of natural law. He also makes a cogent case that a retreat from these pillars of our educational system, even if in the name of "scientism," would be catastrophic. National Review lists it as number seven on their "100 Best Nonfiction Books of the Twentieth Century."
Don Quixote
¥111.91
Edith Grossman's definitive English translation of the Spanish masterpiece. Widely regarded as the world's first modern novel, and one of the funniest and most tragic books ever written, Don Quixote chronicles the famous picaresque adventures of the noble knight-errant Don Quixote of La Mancha and his faithful squire, Sancho Panza, as they travel through sixteenth-century Spain. Unless you read Spanish, you've never read Don Quixote. "Though there have been many valuable English translations of Don Quixote, I would commend Edith Grossman's version for the extraordinarily high quality of her prose. The Knight and Sancho are so eloquently rendered by Grossman that the vitality of their characterization is more clearly conveyed than ever before. There is also an astonishing contextualization of Don Quixote and Sancho in Grossman's translation that I believe has not been achieved before. The spiritual atmosphere of a Spain already in steep decline can be felt throughout, thanks to her heightened quality of diction. Grossman might be called the Glenn Gould of translators, because she, too, articulates every note. Reading her amazing mode of finding equivalents in English for Cervantes's darkening vision is an entrance into a further understanding of why this great book contains within itself all the novels that have followed in its sublime wake." From the Introduction by Harold Bloom Miguel de Cervantes was born on September 29, 1547, in Alcala de Henares, Spain. At twenty-three he enlisted in the Spanish militia and in 1571 fought against the Turks in the battle of Lepanto, where a gunshot wound permanently crippled his left hand. He spent four more years at sea and then another five as a slave after being captured by Barbary pirates. Ransomed by his family, he returned to Madrid but his disability hampered him; it was in debtor's prison that he began to write Don Quixote. Cervantes wrote many other works, including poems and plays, but he remains best known as the author of Don Quixote. He died on April 23, 1616.
The Food52 Cookbook, Volume 2
¥196.49
The team behind the bestselling The Food52 Cookbook and the James Beard Award–winning website Food52.com are back. Powered by a thriving online community and edited by noted food writers Amanda Hesser and Merrill Stubbs, Food52.com spotlights the best recipes from talented home cooks all over the world. The Food52 Cookbook, Volume 2, features seventy-five of the latest community favorites, including:Late-Night Coffee-Brined Chicken Roasted Carrot Soup Herbed Beef Skewers with Horseradish Cream Kentucky Hot Toddy Burnt Caramel Pudding
Marriage and Cohabitation
¥270.76
In an era when half of marriages end in divorce, cohabitation has become more commonplace and those who do get married are doing so at an older age. So why do people marry when they doAnd why do?some couples choose to cohabitA team of expert family sociologists examines these timely questions in Marriage and Cohabitation, the result of their research over the last decade on the issue of union formation.Situating their argument in the context of the Western world's 500-year history of marriage, the authors reveal what factors encourage marriage and cohabitation in a contemporary society where the end of adolescence is no longer signaled by entry into the marital home. While some people still choose to marry young, others elect to cohabit with varying degrees of commitment or intentions of eventual marriage. The authors' controversial findings suggest that family history, religious affiliation, values, projected education, lifetime earnings, and career aspirations all tip the scales in favor of either cohabitation or marriage. This book lends new insight into young adult relationship patterns and will be of interest to sociologists, historians, and demographers alike.
Science in the Age of Sensibility
¥282.53
Empiricism today implies the dispassionate scrutiny of facts. But Jessica Riskin finds that in the French Enlightenment, empiricism was intimately bound up with sensibility. In what she calls a "sentimental empiricism," natural knowledge was taken to rest on a blend of experience and emotion.Riskin argues that sentimental empiricism brought together ideas and institutions, practices and politics. She shows, for instance, how the study of blindness, led by ideas about the mental and moral role of vision and by cataract surgeries, shaped the first school for the blind; how Benjamin Franklin's electrical physics, ascribing desires to nature, engaged French economic reformers; and how the question of the role of language in science and social life linked disputes over Antoine Lavoisier's new chemical names to the founding of France's modern system of civic education.Recasting the Age of Reason by stressing its conjunction with the Age of Sensibility, Riskin offers an entirely new perspective on the development of modern science and the history of the Enlightenment.
Egocracy
¥288.41
Sonia Arribas would like to thank her colleagues from the CSIC and UPF seminars ?Mínima Políticaand ?Movimientos Sociales?, especially Paco Fernández Buey, Antonio Gimeno and José Antonio Zamora; and also, for the invaluable support that they have provided at the CSIC, José María González, Reyes Mate and Concha Roldán.
THE Affect Effect
¥265.87
two sections branch out to explore how politics work at the societal level and suggest the next steps in modeling, research, and political activity itself. Opening up new paths of inquiry in an exciting new field, this volume will appeal not only to scholars of American politics and political behavior, but also to anyone interested in political psychology and sociology.
Britain BC: Life in Britain and Ireland Before the Romans (Text Only)
¥80.25
An authoritative and radical rethinking of the history of Ancient Britain and Ancient Ireland, based on remarkable new archaeological finds. British history is traditionally regarded as having started with the Roman Conquest. But this is to ignore half a million years of prehistory that still exert a profound influence. Here Francis Pryor examines the great ceremonial landscapes of Ancient Britain and Ireland – Stonehenge, Seahenge, Avebury and the Bend of the Boyne – as well as the discarded artefacts of day-to-day life, to create an astonishing portrait of our ancestors. This major re-revaluation of pre-Roman Britain, made possible in part by aerial photography and coastal erosion, reveals a much more sophisticated life in Ancient Britain and Ireland than has previously been supposed. This edition does not include illustrations.
A Model Victory
¥66.22
A vivid retelling of the Battle of Waterloo, based on unpublished soldiers’ written accounts. When a patriotic model-maker recorded the days’ events for posterity he left us with a glorified version of an English victory. Malcolm Balen brings us the muddy truth. More than fifty thousand died or were wounded on the single bloody day of the Battle of Waterloo. This was killing on the scale of the First World War, and yet the glory of the British victory soon came to overshadow any notion of its gore. In this electrifying account of the day itself, Malcolm Balen combines extraordinary first-hand accounts of the battle with the story of William Siborne, a model-maker who, in the wake of the battle, wanted to leave to posterity a perfect and accurate representation of the crucial moment in the battle. The question was: Who won it? Was it Wellington’s forces or Blucher’s Prussians, or a combination of the two? The accounts Siborne used to piece the muddy truth together read as if Waterloo had been fought yesterday. But the accuracy he relentlessly pursued came up against the British establishment and the Duke of Wellington’s desire to control the narrative of the day. In this fascinating and refreshing account of one of the bloodiest days in history, Malcolm Balen interweaves two battles fought: one in the muddy fields of Belgium, and the other over history itself.
Empire’s Children: Trace Your Family History Across the World (Text only)
¥76.91
From the makers of 'Who Do You Think You Are?' comes 'Empire's Children' – a tie-in edition to a six part TV series for Channel 4 – which tells the story of Empire, and follows the personal journeys of six British celebrities as they retrace their steps through their multicultural past. British society is in every way defined by its Imperial past. It is home to 2.3 million British Asians, 570,000 Caribbeans and 250,000 Chinese. Not to mention Cypriots, Australians and southern Africans. These people represent different cultures and divergent experiences but they all share a common heritage: they are the children (grandchildren, or great grandchildren) of Empire; and their lives have been shaped by that legacy. In the second part of the 20th century, Britain relinquished control of 64 countries and half a billion subjects. During that period, many thousands of those same former British subjects fled their homes to build new lives here. What were they hoping to find? Why did they want to come to the very country they'd fought so hard to free themselves from? What kinds of lives were they leaving behind? What was the reality of their new life here? And how was British society itself shaped by their arrival and assimilation here? Real concerns that are very much in forefront of our minds in the multicultural melting pot that Britain is today. ‘Empire’s Children’ seeks to answer these questions by concentrating on the personal and emotive journeys of six chosen celebrities as they retrace the steps which they – or their parents or grandparents – took in order to reach this country for the first time. The stories will cover post colonial histories of Africa, the subcontinent, the West Indies, Australasia, South East Asia and Cyprus. In some cases, they will spend some time in the former colony and experience the motivations as well as the drama of the journey itself.

购物车
个人中心

