万本电子书0元读

万本电子书0元读

OpenCV with Python Blueprints
OpenCV with Python Blueprints
Michael Beyeler
¥71.93
Design and develop advanced computer vision projects using OpenCV with PythonAbout This BookProgram advanced computer vision applications in Python using different features of the OpenCV libraryPractical end-to-end project covering an important computer vision problemAll projects in the book include a step-by-step guide to create computer vision applications Who This Book Is For This book is for intermediate users of OpenCV who aim to master their skills by developing advanced practical applications. Readers are expected to be familiar with OpenCV’s concepts and Python libraries. Basic knowledge of Python programming is expected and assumed.What You Will LearnGenerate real-time visual effects using different filters and image manipulation techniques such as dodging and burningRecognize hand gestures in real time and perform hand-shape analysis based on the output of a Microsoft Kinect sensorLearn feature extraction and feature matching for tracking arbitrary objects of interestReconstruct a 3D real-world scene from 2D camera motion and common camera reprojection techniquesTrack visually salient objects by searching for and focusing on important regions of an imageDetect faces using a cascade classifier and recognize emotional expressions in human faces using multi-layer peceptrons (MLPs)Recognize street signs using a multi-class adaptation of support vector machines (SVMs)Strengthen your OpenCV2 skills and learn how to use new OpenCV3 features In Detail OpenCV is a native cross platform C++ Library for computer vision, machine learning, and image processing. It is increasingly being adopted in Python for development. OpenCV has C++/C, Python, and Java interfaces with support for Windows, Linux, Mac, iOS, and Android. Developers using OpenCV build applications to process visual data; this can include live streaming data from a device like a camera, such as photographs or videos. OpenCV offers extensive libraries with over 500 functions This book demonstrates how to develop a series of intermediate to advanced projects using OpenCV and Python, rather than teaching the core concepts of OpenCV in theoretical lessons. Instead, the working projects developed in this book teach the reader how to apply their theoretical knowledge to topics such as image manipulation, augmented reality, object tracking, 3D scene reconstruction, statistical learning, and object categorization. By the end of this book, readers will be OpenCV experts whose newly gained experience allows them to develop their own advanced computer vision applications.Style and approach This book covers independent hands-on projects that teach important computer vision concepts like image processing and machine learning for OpenCV with multiple examples.
Socket.IO Cookbook
Socket.IO Cookbook
Tyson Cadenhead
¥54.49
Over 40 recipes to help you create real-time JavaScript applications using the robust Socket.IO frameworkAbout This BookCreate secure WebSocket connections and real-time mobile applications using Socket.IODevise efficient messaging systems between the server side and the client sideA step-by-step implementation guide to help you create elements of Socket.IO application Who This Book Is For If you have some knowledge of JavaScript and Node.js and want to create awe-inspiring application experiences using real time communication, then this book is for you. Developers with knowledge of other *ing languages should also be able to easily follow along.What You Will LearnBuild rich and interactive real-time dashboards using Socket.IO to pipe in data as it becomes availableDesign chat and multiple-person interfaces that leverage Socket.IO for communicationSegment conversations to rooms and namespaces so that every socket doesn’t have to receive every messageSecure your data by implementing various authentication techniques, locking down the HTTP referrer and using secure WebSocketsLoad balance across multiple server-side nodes and keep your WebSockets in sync using Redis, RabbitMQ or MemcachedStream binary data such as audio and video in real-time over a Socket.IO connectionCreate real-time experiences outside of the browser by integrating Socket.IO with hybrid mobile applications In Detail Socket.IO is a JavaScript library that provides you with the ability to implement real-time analytics, binary streaming, instant messaging, and document collaboration. It has two parts: a client-side library that runs in the browser, and a server-side library for node.js. Socket.IO is event-driven and primarily uses the WebSocket protocol that allows us to emit data bi-directionally from the server and the client. Socket.IO This book is a complete resource, covering topics from webSocket security to scaling the server-side of a Socket.IO application and everything in between. This book will provide real-world examples of how secure bi-directional, full-duplex connections that can be created using Socket.IO for different environments. It will also explain how the connection vulnerabilities can be resolved for large numbers of users and huge amounts of data/messages. By the end of the book, you will be a competent Socket.IO developer. With the help of the examples and real-world solutions,you will learn to create fast, scalable, and dynamic real-time apps by creating efficient messaging systems between the server side and the client side using Socket.IO.Style and approach This book is written in a cookbook-style format and provides practical, immediately usable task-based recipes that show you how to create the elements of a Socket.IO application.
Infusionsoft Cookbook
Infusionsoft Cookbook
Paul Sokol
¥99.18
Over 88 recipes for effective use of Infusionsoft to mitigate your CRM needs, marketing automation, conducting online business optimallyAbout This BookMaximize client engagement by automating lead capture and follow-upCollect information and set up lead scoring in Infusionsoft to enhance your marketing interactions to build more clientsSet up online shopping carts, manage your online store, and enhance user experience Who This Book Is For If you want to excel in the use of Infusionsoft to develop a set of common applications or project types and solutions effectively, this book is perfect for you. This book will empower you to provide better results for your clients, faster! It is assumed that you are familiar with and use Infusionsoft.What You Will LearnSet up and configure features that will enhance new user creation using InfusionsoftAttract leads and build your list efficientlyUnderstand the different strategies to sell and get paidCreate amazing customer experiences by following up and automating messagesMaster techniques to use Infusionsoft for internal administrative functionsMake better business decisions by mastering the reporting functionalitySave time and simplifying day-to-day usage using InfusionsoftGet to know the Ninja hacks while working with Infusionsoft efficiently. In Detail Infusionsoft is an all-in-one software-as-a-service (SaaS) for small business sales and marketing. It empowers businesses with the same level of automation and personalization that were previously only available to large corporate enterprises with deep pockets. You can easily manage customer relationships, target communications in an automated manner, and sell their products/services online effectively. Starting with recipes on the general setup and core competencies related to Infusionsoft, you will then learn about tools to enhance user experience. Further on, you'll dive deep into different strategies to attract, sell, and wow your customers. You’ll also explore different ways to manage administrative tasks and reporting, which are crucial to perform better workflow management. Later, you will become proficient in lead generation and lead management, referral management, report generation, and working with the campaign builder. Finally, the book closes with unsupported ninja hacks to take your business strategies into the stratosphere!Style and approach A recipe-based guide that covers real-life scenarios on optimising marketing automation, lifecycle management, lead generation, inventory management, and adding ecommerce functionality
Learning Firefox OS Application Development
Learning Firefox OS Application Development
Tanay Pant
¥54.49
Learn to design, build, and deploy your Firefox OS applications, built with web technologies, to the Firefox MarketplaceAbout This BookCreate beautiful and interactive Firefox OS applications by applying your knowledge of web developmentCater your applications to a huge number of users by porting them to the Firefox OSA step-by-step learning workflow with real-life applications to demonstrate the concepts Who This Book Is For This is a practical guide that uses hands-on examples to teach you how to create applications for Firefox OS and also how to port applications to Firefox Marketplace. This book is intended for developers who want to build applications for Firefox OS. An understanding of HTML5, JavaScript, and CSS is required.What You Will LearnInstall, use, and access the Firefox OS simulator with the help of WebIDEGet to know about application manifest files and the essential difference between web applications and Firefox OS applicationsCreate an application that measures the tapping speed of the userCreate an application that allows a user to check in at a place with geolocation taggingAccess device-specific features with WebAPIs and implement these by building a photo editing and sharing applicationSubmit your own applications to the Firefox Marketplace and share them with othersProfessionally maintain the code of your application with the help of Github and deploy your hosted applications to OpenShift In Detail With broad compatibility, the latest in web technologies, and powerful development tools, Firefox is a great choice for both web developers and end users. Firefox OS’s promotion of HTML5 as a first class citizen opens up the walled gardens of mobile application development for web developers. It is because of this initiative that no special SDKs are required to develop for Firefox OS. This book will help you excel in the art of developing applications for Firefox OS. It sequentially covers knowledge building, skills acquisition, and practical applications. Starting with an introduction to Firefox OS, usage of WebIDE, and then the application structure, this book introduces applications of increasing complexity with each chapter. An application that measures your tapping speed, a geolocation tagging application, and a photo editing and sharing application are the three applications that will be built from scratch. You will learn about topics such as the difference between various types of Firefox OS applications, application manifest files, offline apps, and designing principles for applications. You will also learn to test and submit the applications to the marketplace and finally maintain the repository of the Firefox OS application. By the end, you will be able to develop beautifully designed, fully-fledged, and rigorously tested Firefox OS applications and also share them at the Firefox OS Marketplace.Style and approach This book is an easy-to-grasp workflow with practical examples of real-world applications such as Clickr, Check In!, and FotoFox. Each chapter explains the concepts, which are then reinforced as they are demonstrated in an application or a flowchart.
Mastering Jenkins
Mastering Jenkins
Jonathan McAllister
¥90.46
Configure and extend Jenkins to architect, build, and automate efficient software delivery pipelinesAbout This BookConfigure and horizontally scale a Jenkins installation to support a development organization of any sizeImplement Continuous Integration, Continuous Delivery, and Continuous Deployment solutions in JenkinsA step-by-step guide to help you get the most out of the powerful automation orchestration platform that is Jenkins Who This Book Is For If you are a novice or intermediate-level Jenkins user who has used Jenkins before but are not familiar with architecting solutions and implementing it in your organization, then this is the book for you. A basic understanding of the core elements of Jenkins is required to make the best use of this book.What You Will LearnCreate and manage various types of build jobs, and implement automation tasks to support a software project of any kindGet to grips with the automated testing architecture, and scalable automated testing techniquesFacilitate the delivery of software across the SDLC by creating scalable automated deployment solutionsManage scalable automation pipelines in Jenkins using the latest build, test, and deployment strategiesImplement a scalable master / slave build automation platform, which can support Windows, Mac OSX, and Linux software solutionsCover troubleshooting and advanced configuration techniques for Jenkins slave nodesSupport a robust build and delivery system by implementing basic infrastructure as code solutions in configuration management tools such as Ansible In Detail With the software industry becoming more and more competitive, organizations are now integrating delivery automation and automated quality assurance practices into their business model. Jenkins represents a complete automation orchestration system, and can help converge once segregated groups into a cohesive product development and delivery team. By mastering the Jenkins platform and learning to architect and implement Continuous Integration, Continuous Delivery, and Continuous Deployment solutions, your organization can learn to outmanoeuvre and outpace the competition. This book will equip you with the best practices to implement advanced continuous delivery and deployment systems in Jenkins. The book begins with giving you high-level architectural fundamentals surrounding Jenkins and Continuous Integration. You will cover the different installation scenarios for Jenkins, and see how to install it as a service, as well as the advanced XML configurations. Then, you will proceed to learn more about the architecture and implementation of the Jenkins Master/Save node system, followed by creating and managing Jenkins build jobs effectively. Furthermore, you’ll explore Jenkins as an automation orchestration system, followed by implementing advanced automated testing techniques. The final chapters describe in depth the common integrations to Jenkins from third-party tools such as Jira, Artifactory, Amazon EC2, and getting the most out of the Jenkins REST-based API. By the end of this book, you will have all the knowledge necessary to be the definitive resource for managing and implementing advanced Jenkins automation solutions for your organization.Style and approach This book is a step-by-step guide to architecting and implementing automated build solutions, automated testing practices, and automated delivery methodologies. The topics covered are based on industry-proven techniques, and are explained in a simple and easy to understand manner.
LaTeX Cookbook
LaTeX Cookbook
Stefan Kottwitz
¥80.65
Over 100 hands-on recipes to quickly prepare LaTeX documents of various kinds to solve challenging tasksAbout This BookWork with modern document classes, such as KOMA-Script classesExplore the latest LaTeX packages, including TikZ, pgfplots, and biblatexAn example-driven approach to creating stunning graphics directly within LaTeX Who This Book Is For If you already know the basics of LaTeX and you like to get fast, efficient solutions, this is the perfect book for you. If you are an advanced reader, you can use this book's example-driven format to take your skillset to the next level. Some familiarity with the basic syntax of LaTeX and how to use the editor of your choice for compiling is required.What You Will LearnChoose the right document class for your project to customize its featuresUtilize fonts globally and locallyFrame, shape, arrange, and annotate imagesAdd a bibliography, a glossary, and an indexCreate colorful graphics including diagrams, flow charts, bar charts, trees, plots in 2d and 3d, time lines, and mindmapsSolve typical tasks for various sciences including math, physics, chemistry, electrotechnics, and computer scienceOptimize PDF output and enrich it with meta data, annotations, popups, animations, and fill-in fieldsExplore the outstanding capabilities of the newest engines and formats such as XeLaTeX, LuaLaTeX, and LaTeX3 In Detail LaTeX is a high-quality typesetting software and is very popular, especially among scientists. Its programming language gives you full control over every aspect of your documents, no matter how complex they are. LaTeX's huge amount of customizable templates and supporting packages cover most aspects of writing with embedded typographic expertise. With this book you will learn to leverage the capabilities of the latest document classes and explore the functionalities of the newest packages. The book starts with examples of common document types. It provides you with samples for tuning text design, using fonts, embedding images, and creating legible tables. Common document parts such as the bibliography, glossary, and index are covered, with LaTeX's modern approach. You will learn how to create excellent graphics directly within LaTeX, including diagrams and plots quickly and easily. Finally, you will discover how to use the new engines XeTeX and LuaTeX for advanced programming and calculating with LaTeX. The example-driven approach of this book is sure to increase your productivity.Style and approach This book guides you through the world of LaTeX based on over a hundred hands-on examples. These are explained in detail and are designed to take minimal time and to be self-compliant.
Building an FPS Game with Unity
Building an FPS Game with Unity
John P. Doran
¥80.65
Create a high-quality first person shooter game using the Unity game engine and the popular UFPS and Probuilder frameworksAbout This BookLearn how to use Unity in conjunction with UFPS and ProBuilder to create a high-quality game quicklyCreate both interior and exterior environmentsA step-by step guide to building a project with clear examples and instructions to create a number of interesting scenarios Who This Book Is For This book is for those who want to create an FPS game in Unity and gain knowledge on how to customize it to be their very own. If you are familiar with the basics of Unity, you will have an easier time, but it should make it possible for someone with no prior experience to learn Unity at an accelerated pace.What You Will LearnUse UFPS to build custom weapons with custom meshes and behaviorsExplore level design as you prototype levels, making use of Prototype to build levels out quicklyBuild environments that are realistic as possible while keeping peak performance and repetitiveness downReview tips and tricks on how to create environments using both terrain for outdoor areas and a modular workflow for interiorsDevelop a number of different encounters that your players can fight against, from a simple turret enemy to complex AI characters from Shooter AIDiscover how to create unique objects such as exploding barrels and objects you can interact withCreate a custom GUI to help your game stand out from the crowdPackage your game for release, create an installer, and get your game out into the world In Detail Unity, available in free and pro versions, is one of the most popular third-party game engines available. It is a cross-platform game engine, making it easy to write your game once and then port it to PC, consoles, and even the web, making it a great choice for both indie and AAA developers. Building an FPS Game in Unity takes readers on an exploration of how to use Unity to create a 3D first person shooter (FPS) title, leveraging the powerful UFPS framework by VisionPunk and Prototype/ProBuilder 2.0 by ProCore3D. After some setting up, you will start by learning how to create custom weapons, prototype levels, create exterior and interior environments, and breathe life into our levels. We will then add polish to the levels. Finally, we will create a custom GUI and menus for our title to create a complete package.Style and approach An easy-to-follow guide with each project containing step-by-step explanations, diagrams, screenshots, and downloadable material. Concepts in Unity and C# are explained as they are used and for the more inquisitive, there are more details on the concepts used with additional external resources to learn from.
Elasticsearch for Hadoop
Elasticsearch for Hadoop
Vishal Shukla
¥71.93
Integrate Elasticsearch into Hadoop to effectively visualize and analyze your dataAbout This BookBuild production-ready analytics applications by integrating the Hadoop ecosystem with ElasticsearchLearn complex Elasticsearch queries and develop real-time monitoring Kibana dashboards to visualize your dataUse Elasticsearch and Kibana to search data in Hadoop easily with this comprehensive, step-by-step guide Who This Book Is For This book is targeted at Java developers with basic knowledge on Hadoop. No prior Elasticsearch experience is expected.What You Will LearnSet up the Elasticsearch-Hadoop environmentImport HDFS data into Elasticsearch with MapReduce jobsPerform full-text search and aggregations efficiently using ElasticsearchVisualize data and create interactive dashboards using KibanaCheck and detect anomalies in streaming data using Storm and ElasticsearchInject and classify real-time streaming data into ElasticsearchGet production-ready for Elasticsearch-Hadoop based projectsIntegrate with Hadoop eco-system such as Pig, Storm, Hive, and Spark In Detail The Hadoop ecosystem is a de-facto standard for processing terra-bytes and peta-bytes of data. Lucene-enabled Elasticsearch is becoming an industry standard for its full-text search and aggregation capabilities. Elasticsearch-Hadoop serves as a perfect tool to bridge the worlds of Elasticsearch and Hadoop ecosystem to get best out of both the worlds. Powered with Kibana, this stack makes it a cakewalk to get surprising insights out of your massive amount of Hadoop ecosystem in a flash. In this book, you'll learn to use Elasticsearch, Kibana and Elasticsearch-Hadoop effectively to analyze and understand your HDFS and streaming data. You begin with an in-depth understanding of the Hadoop, Elasticsearch, Marvel, and Kibana setup. Right after this, you will learn to successfully import Hadoop data into Elasticsearch by writing MapReduce job in a real-world example. This is then followed by a comprehensive look at Elasticsearch essentials, such as full-text search analysis, queries, filters and aggregations; after which you gain an understanding of creating various visualizations and interactive dashboard using Kibana. Classifying your real-world streaming data and identifying trends in it using Storm and Elasticsearch are some of the other topics that we'll cover. You will also gain an insight about key concepts of Elasticsearch and Elasticsearch-hadoop in distributed mode, advanced configurations along with some common configuration presets you may need for your production deployments. You will have “Go production checklist” and high-level view for cluster administration for post-production. Towards the end, you will learn to integrate Elasticsearch with other Hadoop eco-system tools, such as Pig, Hive and Spark.Style and approach A concise yet comprehensive approach has been adopted with real-time examples to help you grasp the concepts easily.
Mastering PowerCLI
Mastering PowerCLI
Sajal Debnath
¥99.18
Master PowerCLI to automate all aspects of VMware environmentsAbout This BookLeverage PowerCLI to perform administration tasks in a more effective and efficient wayEscape from daily tedious and repetitive tasks by unleashing the full potential of your creative side through *ingMaster the intricate workings of PowerShell and PowerCLI through easy and real-life examples Who This Book Is For If you are a system administrator with working knowledge of PowerShell and PowerCLI who wants to perform quick and easy *ing but at the same time achieve complex results and write production grade *s, then this book is for you.What You Will LearnUse GitHub for collaboration and Pester to automate unit testsWrite advanced reusable functions and dynamic variables and learn about error handling in PowerShellAutomate ESXi host installation using Auto-Deploy, host profile, and host imageImplement security best practices in a vSphere data centerManage SRM, vCloud Air, and vRealize Operations environmentsAccess and utilize vSphere APIs to manage advanced aspects of vSphere and work with .NET view objectsUtilize REST APIs to manage vRealize Automation environmentsCreate a Windows GUI through the use of PowerShell and Sapien PrimalForms CE In Detail Have you ever wished that every morning you could automatically get a report with all the relevant information about your datacenter in exactly the same format you wantOr whether you could automate that boring, exhausting taskWhat if some crucial task needs to be performed on a regular basis without any errorPowerCLI *s do all that and much more for VMware environments. It is built on top of the popular Windows PowerShell, with which you can automate server tasks and reduce manual input, allowing you to focus on more important tasks. This book will help you to achieve your goals by starting with a short refresher on PowerShell and PowerCLI and then covering the nuances of advanced functions and reusable *s. Next you will learn how to build a vSphere-powered virtualized datacenter using PowerCLI while managing different aspects of the environment including automated installation, network, and storage. You will then manage different logical constructs of vSphere environment and different aspects of a virtual machine. Later, you will implement the best practices for a security implementation in vSphere Environment through PowerCLI before discovering how to manage other VMware environments such as SRM, vCloud Director and vCloud Air through PowerCLI. You will also learn to manage vSphere environments using advanced properties by accessing vSphere API and REST APIs through PowerCLI. Finally, you will build a Windows GUI application using PowerShell followed by a couple of sample *s for reporting and managing vSphere environments with detailed explanations of the *s. By the end of the book, you will have the required in-depth knowledge to master the art of PowerCLI *ing.Style and approach In this book, every topic is explained in a very easy-to-follow fashion with real-life, simple examples so that you get an idea of not only the topic but also the context in which it should be used or where it can be best utilized.
Swift 2 Design Patterns
Swift 2 Design Patterns
Julien Lange
¥71.93
Build robust and scalable iOS and Mac OS X game applicationsAbout This BookLearn to use and implement the 23 Gang of Four design patterns using Swift 2Design and architect your code for Swift application developmentUnderstand the role, generic UML design, and participants in the class diagram of the pattern by implementing them in a step-by-step approach Who This Book Is For This book is intended for competent Swift developers who want to apply enduring design patterns with Swift to structure and scale their application code.What You Will LearnChoose the appropriate pattern depending on the problem to be solvedUnderstand the generic class diagram of each of the 23 GoF patterns and how each object participates in the patternUse Swift to implement these patterns even though the language doesn’t provide all of the object-oriented programming concepts such as abstract class, interface, and so onArchitect your software to avoid the overuse of memory, time spent on calculations, or high network trafficFind the best way to organize your code to make it more secure from the outside worldPrepare your code to make it more flexible when the consumer changes or the third-party component hidden code changesStructure your code to change the algorithm to apply at runtimeDeliver Flyweight responsibility to your objects In Detail Swift is a multi-paradigm language. It has expressive features familiar to those used to work with modern functional languages, while also keeping the object-oriented features of Objective-C. It remains compatible with Apple’s legacy codes and frameworks. A design pattern systematically names, motivates, and explains a general design that addresses a recurring design problem in object-oriented systems. It describes the problem, the solution, when to apply the solution, and its consequences. It also gives implementation hints and examples. Knowledge about design patterns is also one of the best ways to make you different compared to other low-level developers. This book shows you how to use Swift 2 to learn about 23 Gang of Four (GoF) design patterns, and is organized into three categories. The book will present you the five creational patterns, followed by the seven structural patterns, and finishing with the 11 behavioral patterns as defined by the GoF. Each chapter will introduce the pattern by defining its role, which common problems the pattern should be used for, its generic UML representation, how each objects presented in the class diagram participate in the pattern, and what the role of each of these objects is. The book then presents you with a concrete case as an illustration that will be used to implement the pattern using Swift.Style and approach A step-by-step tutorial completed with screenshots and code highlights wherever necessary. Each chapter discusses one or more patterns with its definitions and a simple-to-follow illustration case using a playground or XCText project to implement it with Swift.
Flat Stanley: His Original Adventure!
Flat Stanley: His Original Adventure!
Brown, Jeff
¥27.65
When Stanley Lambchop wakes up one morning, his brother, Arthur, is yelling. A bulletin board fell on Stanley during the night, and now he is only half an inch thick! Amazing things begin happening to him. Stanley gets rolled up, mailed, and flown like a kite. He even gets to help catch two dangerous art thieves. He may be flat, but he's a hero. This is the very first Flat Stanley adventure, updated with crisp new art. Supports the Common Core State Standards
Mrs Queen Takes the Train
Mrs Queen Takes the Train
Kuhn, William
¥83.03
After decades of service and years of watching her family's troubles splashed across the tabloids, Britain's Queen is beginning to feel her age. She needs some proper cheering up. An unexpected opportunity offers her relief: an impromptu visit to a place that holds happy memories—the former royal yacht, Britannia, now moored near Edinburgh. Hidden beneath a skull-emblazoned hoodie, the limber Elizabeth (thank goodness for yoga) walks out of Buckingham Palace into the freedom of a rainy London day and heads for King's Cross to catch a train to Scotland. But a characterful cast of royal attendants has discovered her missing. In uneasy alliance a lady-in-waiting, a butler, an equerry, a girl from the stables, a dresser, and a clerk from the shop that supplies Her Majesty's cheese set out to find her and bring her back before her absence becomes a national scandal.Mrs Queen Takes the Train is a clever novel, offering a fresh look at a woman who wonders if she, like Britannia herself, has, too, become a relic of the past. William Kuhn paints a charming yet biting portrait of British social, political, and generational rivalries—between upstairs and downstairs, the monarchy and the government, the old and the young. Comic and poignant, fast paced and clever, this delightful debut tweaks the pomp of the monarchy, going beneath its rigid formality to reveal the human heart of the woman at its center.
Arcadia: England and the Dream of Perfection (Text Only)
Arcadia: England and the Dream of Perfection (Text Only)
Adam Nicolson
¥81.03
Adam Nicolson is the author of many books on history, travel and the environment. He is the winner of the Somerset Maugham Award, the British Topography Prize and the WH Heinemann Award. He lives on a farm in Sussex. This is his fith book for HarperCollins – his previous four being ‘Men of Honour’, ‘Sea Room’, ‘Power and Glory’ and ‘Seamanship’.
Land Rover: The Story of the Car that Conquered the World
Land Rover: The Story of the Car that Conquered the World
Ben Fogle
¥66.22
In 1973, Ben Fogle was collected from hospital in a Honda Acty camper van converted into an Animal Ambulance, complete with green flashing lights (he is not a dog). He learnt to drive in a Toyota Space Cruiser and his first car was a Nissan Micra because his father is obsessed with all things Japanese. Ben finally got his first Land Rover Defender in 2001. It was a short wheel base blue 90. In a moment of madness he traded it in for an American Jeep before coming to his senses and getting a silver short wheel base Land Rover. Marriage obligations necessitated a swap to the more luxurious Land Rover Discovery, before being seduced back to another short wheel base Land Rover Defender. He currently lives in London with the love of his life, a Land Rover Defender, and his mistress a Land Rover Series 1. Ben quite likes Land Rovers.
Forces of Nature
Forces of Nature
Professor Brian Cox,Andrew Cohen
¥66.22
Professor Brian Cox, OBE is a particle physicist, a Royal Society research fellow, and a professor at the University of Manchester as well as researcher on one of the most ambitious experiments on Earth, the ATLAS experiment on the Large Hadron Collider in Switzerland. He is best known to the public as a science broadcaster and presenter of the popular BBC Wonders trilogy. Andrew Cohen is Head of the BBC Science Unit and the Executive Producer of the BBC series Human Universe. He has been responsible for a wide range of science documentaries including Horizon, the Wonders trilogy and Stargazing Live. He lives in London with his wife and three children.
To Catch A King: Charles II's Great Escape
To Catch A King: Charles II's Great Escape
Charles Spencer
¥73.58
Charles Spencer was educated at Eton College and obtained his degree in Modern History at Magdalen College, Oxford. He was a reporter on NBC’s Today show from 1986 until 1995, and is the author of four books, including the Sunday Times bestseller Blenheim: Battle for Europe (shortlisted for History Book of the Year, National Book Awards) and Prince Rupert: The Last Cavalier.
World Religions: The esential reference guide to the world’s major faiths (Colli
World Religions: The esential reference guide to the world’s major faiths (Colli
Anonymous
¥69.26
As far back as we can discover, people have asked questions that still trouble us today, both practical questions about how to live, how to treat other people, how to avoid unhappiness, and transcendental questions such as What is the meaning of life? How did the universe come into being? Why does suffering exist? What happens after death?Religion in its many different forms sets out to answer these and other questions.As far back as we can discover, people have asked questions that still trouble us today, both practical questions about how to live, how to treat other people, how to avoid unhappiness, and transcendental questions such as What is the meaning of life? How did the universe come into being? Why does suffering exist? What happens after death?Religion in its many different forms sets out to answer these and other questions.
The Perfect Mother's Day gift for mums who have it all
The Perfect Mother's Day gift for mums who have it all
Ada Adverse
¥51.50
Ada Adverse was brought up in a deeply puritanical household where looking at a cake or using words containing more than one vowel were considered decadences punishable by a night in the coal cellar. But at fifteen she ran away from home and is now the world’s leading authority on Having Fun, which is definitely an actual job, she has ‘Fungineer’ printed on her business cards to prove it, though in retrospect she should have been more clear that this does not mean she specialises in mushrooms. Ada’s hobbies include topiary, mazes, homing pigeons, flea circuses, forming imaginary bands in her head, embalming things, tattoos, pylons, and the films of Billy Wilder. Ada’s dislikes include predatory mcaws, getting out the wrong side of the bed, collections of masks, and porcelain dolls with realistic teeth.
The Mills & Boon Modern Girl’s Guide to Growing Old Disgracefully
The Mills & Boon Modern Girl’s Guide to Growing Old Disgracefully
Ada Adverse
¥51.50
Ada Adverse was brought up in a deeply puritanical household where looking at a cake or using words containing more than one vowel were considered decadences punishable by a night in the coal cellar. But at fifteen she ran away from home and is now the world’s leading authority on Having Fun, which is definitely an actual job, she has ‘Fungineer’ printed on her business cards to prove it, though in retrospect she should have been more clear that this does not mean she specialises in mushrooms. Ada’s hobbies include topiary, mazes, homing pigeons, flea circuses, forming imaginary bands in her head, embalming things, tattoos, pylons, and the films of Billy Wilder. Ada’s dislikes include predatory mcaws, getting out the wrong side of the bed, collections of masks, and porcelain dolls with realistic teeth.
Tom’s Daily Plan: Over 80 fuss-free recipes for a happier, healthier you. All da
Tom’s Daily Plan: Over 80 fuss-free recipes for a happier, healthier you. All da
Tom Daley
¥125.18
Tom Daley is an Olympic athlete and TV presenter.
The Crossing Place: A Journey among the Armenians
The Crossing Place: A Journey among the Armenians
Philip Marsden
¥66.22
Philip Marsden is the author of The Bronski House, The Spirit-Wrestlers (winner of the Thomas Cook Travel Book of the Year Award), The Chains of Heaven, The Barefoot Emperor, The Levelling Sea and Rising Ground. He is a fellow of the Royal Society of Literature and his work has been translated into more than a dozen languages. He lives in Cornwall.