Mastering ServiceStack
¥80.65
Utilize ServiceStack as the rock solid foundation of your distributed systemAbout This BookTake advantage of the various data providers to access authentication and authorization, sessions, cache, and databaseLeverage asynchronous processing for decoupling components to ease scalingMonitor and tune the performance of your distributed system Who This Book Is For Mastering ServiceStack is targeted at developers who have already implemented web services with ASMX, WCF, or ServiceStack and want to gain more insight into the possibilities ServiceStack has to offer to build distributed systems of all scales.What You Will LearnDesign a prudent and resilient API, following the RESTful designUnderstand the internal processing chain and utilize the provided hooksIncorporate ServiceStack as a full service provider to your existing distributed systemLeverage the power of asynchronous processing and add message queues to your architectureAnalyze and tune the performance of your service In Detail Mastering ServiceStack covers real-life problems that occur over the lifetime of a distributed system and how to solve them by deeply understanding the tools of ServiceStack. Distributed systems is the enterprise solution that provide flexibility, reliability, scaling, and performance. ServiceStack is an outstanding tool belt to create such a system in a frictionless manner, especially sophisticated designed and fun to use. The book starts with an introduction covering the essentials, but assumes you are just refreshing, are a very fast learner, or are an expert in building web services. Then, the book explains ServiceStack's data transfer object patterns and teach you how it differs from other methods of building web services with different protocols, such as SOAP and SOA. It also introduces more low-level details such as how to extend the User Auth, message queues and concepts on how the technology works. By the end of this book, you will understand the concepts, framework, issues, and resolutions related to ServiceStack.Style and approach A step-by-step approach that follows the natural requirements of a distributed system in a conversational style.
Learning IPython for Interactive Computing and Data Visualization - Second Editi
¥71.93
Get started with Python for data analysis and numerical computing in the Jupyter notebookAbout This BookLearn the basics of Python in the Jupyter NotebookAnalyze and visualize data with pandas, NumPy, matplotlib, and seabornPerform highly-efficient numerical computations with Numba, Cython, and ipyparallel Who This Book Is For This book targets students, teachers, researchers, engineers, analysts, journalists, hobbyists, and all data enthusiasts who are interested in analyzing and visualizing real-world datasets. If you are new to programming and data analysis, this book is exactly for you. If you're already familiar with another language or analysis software, you will also appreciate this introduction to the Python data analysis platform. Finally, there are more technical topics for advanced readers. No prior experience is required; this book contains everything you need to know.What You Will LearnInstall Anaconda and code in Python in the Jupyter NotebookLoad and explore datasets interactivelyPerform complex data manipulations effectively with pandasCreate engaging data visualizations with matplotlib and seabornSimulate mathematical models with NumPyVisualize and process images interactively in the Jupyter Notebook with scikit-imageAccelerate your code with Numba, Cython, and IPython.parallelExtend the Notebook interface with HTML, JavaScript, and D3 In Detail Python is a user-friendly and powerful programming language. IPython offers a convenient interface to the language and its analysis libraries, while the Jupyter Notebook is a rich environment well-adapted to data science and visualization. Together, these open source tools are widely used by beginners and experts around the world, and in a huge variety of fields and endeavors. This book is a beginner-friendly guide to the Python data analysis platform. After an introduction to the Python language, IPython, and the Jupyter Notebook, you will learn how to analyze and visualize data on real-world examples, how to create graphical user interfaces for image processing in the Notebook, and how to perform fast numerical computations for scientific simulations with NumPy, Numba, Cython, and ipyparallel. By the end of this book, you will be able to perform in-depth analyses of all sorts of data.Style and approach This is a hands-on beginner-friendly guide to analyze and visualize data on real-world examples with Python and the Jupyter Notebook.
Raspberry Pi Robotic Blueprints
¥80.65
Utilize the powerful ingredients of Raspberry Pi to bring to life your amazing robots that can act, draw, and have fun with laser tagsAbout This BookLearn to implement a number of features offered by Raspberry Pi to build your own amazing robotsUnderstand how to add vision and voice to your robots.This fast-paced practical guide comprises a number of creative projects to take your Raspberry Pi knowledge to the next level Who This Book Is For This all-encompassing guide was created for anyone who is interested in expanding their knowledge in applying the peripherals of Raspberry Pi. If you have a fancy for building complex-looking robots with simple, inexpensive, and readily available hardware, then this book is ideal for you. Prior understanding of Raspberry Pi with simple mechanical systems is recommended.What You Will LearnAdd sensors to your robot so that it can sense the world around itKnow everything there is to know about accessing motors and servos to provide movement to the robotic platformExplore the feature of adding vision to your robot so it can “see” the world around itRefine your robot with the skill of speech recognition so that it can receive commandsPolish your robot by adding speech output so it can communicate with the world around itMaximize the use of servos in Raspberry Pi to create a drawing robotStrengthen your robot by adding wireless communication skills so you can see what the robot is seeing and control it from a distanceBuild an unbelievable autonomous hexcopter controlled by Raspberry Pi In Detail The Raspberry Pi is a series of credit card-sized single-board computers developed in the UK by the Raspberry Pi Foundation with the intention of promoting the teaching of basic computer science in schools. The Raspberry Pi is known as a tiny computer built on a single circuit board. It runs a Linux operating system, and has connection ports for various peripherals so that it can be hooked up to sensors, motors, cameras, and more. Raspberry Pi has been hugely popular among hardware hobbyists for various projects, including robotics. This book gives you an insight into implementing several creative projects using the peripherals provided by Raspberry Pi. To start, we’ll walk through the basic robotics concepts that the world of Raspberry Pi offers us, implementing wireless communication to control your robot from a distance. Next, we demonstrate how to build a sensible and a visionary robot, maximizing the use of sensors and step controllers. After that, we focus on building a wheeled robot that can draw and play hockey. To finish with a bang, we’ll build an autonomous hexcopter, that is, a flying robot controlled by Raspberry Pi. By the end of this book, you will be a maestro in applying an array of different technologies to create almost any imaginable robot.Style and approach This book is an easy-to-follow, project-based guide that throws you directly into the action of creating almost any imaginable robot through blueprints. It is full of step by step instructions and screenshots to help you build amazing robots in no time at all.
Mastering Google App Engine
¥90.46
Build robust and highly scalable web applications with Google App EngineAbout This BookGet an in-depth look at how Google App Engine works under the hoodDesign and model your application around Google's highly scalable distributed NoSQL datastore to unlock its full potentialA comprehensive guide to ensure your mastery of Google App Engine Who This Book Is For If you have been developing web applications in Python or any other dynamic language but have always wondered how to write highly scalable web applications without getting into system administration and other plumbing, then this is the book for you. No experience in writing scalable applications is required.What You Will LearnScale and develop your applications with Google App Engine's runtime environmentGet to grips with request handling mechanism and write request handlersDeep dive into Google's distributed NoSQL and highly scalable datastore and design your application around itImplement powerful search with scalable datastorePerform long-running tasks in the background using task queuesWrite compartmentalized apps using multi tenancy, memcache, and other Google App Engine runtime servicesHandle web requests using the CGI, WSGI, and multi-threaded configurationsDeploy, tweak, and manage apps in production on Google App Engine In Detail Developing web applications that serve millions of users is no easy task, as it involves a number of configurations and administrative tasks for the underlying software and hardware stack. This whole configuration requires not only expertise, but also a fair amount of time as well. Time that could have been spent on actual application functionality. Google App Engine allows you develop highly scalable web applications or backends for mobile applications without worrying about the system administration plumbing or hardware provisioning issues. Just focus writing on your business logic, the meat of the application, and let Google's powerful infrastructure scale it to thousands of requests per second and millions of users without any effort on your part. This book takes you from explaining how scalable applications work to designing and developing robust scalable web applications of your own, utilizing services available on Google App Engine. Starting with a walkthrough of scalability is and how scalable web applications work, this book introduces you to the environment under which your applications exist on Google App Engine. Next, you will learn about Google's datastore, which is a massively scalable distributed NoSQL solution built on top of BigTable. You will examine the BigTable concepts and operations in detail and reveal how it is used to build Google datastore. Armed with this knowledge, you will then advance towards how to best model your data and query that along with transactions. To augment the powerful distributed dataset, you will deep dive into search functionality offered on Google App Engine. With the search and storage sorted out, you will get a look into performing long running tasks in the background using Google App Engine task queues along with sending and receiving emails. You will also examine the memcache to boost web application performance, image processing for common image manipulation tasks. You will then explore uploading, storing, and serving large files using Blobstore and Cloud storage. Finally, you will be presented with the deployment and monitoring of your applications in production along with a detailed look at dividing applications into different working modules.Style and approach This book is an in-depth guide where you will examine the problems in the context of highly scalable web applications. This book will take you through the libraries, services, and required configuration and finally puts everything together into a small web application that showcases all the capabilities of Google App Engine.
Web Scraping with Python
¥63.21
Successfully scrape data from any website with the power of PythonAbout This BookA hands-on guide to web scraping with real-life problems and solutionsTechniques to download and extract data from complex websitesCreate a number of different web scrapers to extract information Who This Book Is For This book is aimed at developers who want to use web scraping for legitimate purposes. Prior programming experience with Python would be useful but not essential. Anyone with general knowledge of programming languages should be able to pick up the book and understand the principals involved.What You Will LearnExtract data from web pages with simple Python programmingBuild a threaded crawler to process web pages in parallelFollow links to crawl a websiteDownload cache to reduce bandwidthUse multiple threads and processes to scrape fasterLearn how to parse JavaScript-dependent websitesInteract with forms and sessionsSolve CAPTCHAs on protected web pagesDiscover how to track the state of a crawl In Detail The Internet contains the most useful set of data ever assembled, largely publicly accessible for free. However, this data is not easily reusable. It is embedded within the structure and style of websites and needs to be carefully extracted to be useful. Web scraping is becoming increasingly useful as a means to easily gather and make sense of the plethora of information available online. Using a simple language like Python, you can crawl the information out of complex websites using simple programming. This book is the ultimate guide to using Python to scrape data from websites. In the early chapters it covers how to extract data from static web pages and how to use caching to manage the load on servers. After the basics we'll get our hands dirty with building a more sophisticated crawler with threads and more advanced topics. Learn step-by-step how to use Ajax URLs, employ the Firebug extension for monitoring, and indirectly scrape data. Discover more scraping nitty-gritties such as using the browser renderer, managing cookies, how to submit forms to extract data from complex websites protected by CAPTCHA, and so on. The book wraps up with how to create high-level scrapers with Scrapy libraries and implement what has been learned to real websites.Style and approach This book is a hands-on guide with real-life examples and solutions starting simple and then progressively becoming more complex. Each chapter in this book introduces a problem and then provides one or more possible solutions.
MariaDB Essentials
¥54.49
Quickly get up to speed with MariaDB—the leading, drop-in replacement for MySQL, through this practical tutorialAbout This BookGet to know the basic SQL queries so you can quickly start using MariaDBTake control of your data through the advanced features of MariaDBExploit the full potential of MariaDB’s exclusive features through quick, practical examples Who This Book Is For If you don't know the SQL language, but you want to quickly jump into the SQL world and learn how to use MariaDB, or if you already know how to use MySQL but you want to go further, then this book is ideal for you.What You Will LearnInstall and configure MariaDBCreate databases, tables, and indexesImport and export data from and to external filesWork with views and virtual columnsCreate, read, update, and delete records in your databaseUse dynamic columnsSet up a powerful full-text search systemAccess your external data from MariaDB through the CONNECT engine In Detail This book will take you through all the nitty-gritty parts of MariaDB, right from the creation of your database all the way to using MariaDB’s advanced features. At the very beginning, we show you the basics, that is, how to install MariaDB. Then, we walk you through the databases and tables of MariaDB, and introduce SQL in MariaDB. You will learn about all the features that have been added in MariaDB but are absent in MySQL. Moving on, you’ll learn to import and export data, views, virtual columns, and dynamic columns in MariaDB. Then, you’ll get to grips with full-text searches and queries in MariaDb. You’ll also be familiarized with the CONNECT storage engine. At the end of the book, you’ll be introduced to the community of MariaDB.Style and approach This is a complete guide that uses concrete examples to help you understand and exploit the full potential of MariaDB.
Mastering Python Forensics
¥71.93
Master the art of digital forensics and analysis with PythonAbout This BookLearn to perform forensic analysis and investigations with the help of Python, and gain an advanced understanding of the various Python libraries and frameworksAnalyze Python *s to extract metadata and investigate forensic artifactsThe writers, Dr. Michael Spreitzenbarth and Dr. Johann Uhrmann, have used their experience to craft this hands-on guide to using Python for forensic analysis and investigations Who This Book Is For If you are a network security professional or forensics analyst who wants to gain a deeper understanding of performing forensic analysis with Python, then this book is for you. Some Python experience would be helpful.What You Will LearnExplore the forensic analysis of different platforms such as Windows, Android, and vSphereSemi-automatically reconstruct major parts of the system activity and time-lineLeverage Python ctypes for protocol decodingExamine artifacts from mobile, Skype, and browsersDiscover how to utilize Python to improve the focus of your analysisInvestigate in volatile memory with the help of volatility on the Android and Linux platforms In Detail Digital forensic analysis is the process of examining and extracting data digitally and examining it. Python has the combination of power, expressiveness, and ease of use that makes it an essential complementary tool to the traditional, off-the-shelf digital forensic tools. This book will teach you how to perform forensic analysis and investigations by exploring the capabilities of various Python libraries. The book starts by explaining the building blocks of the Python programming language, especially ctypes in-depth, along with how to automate typical tasks in file system analysis, common correlation tasks to discover anomalies, as well as templates for investigations. Next, we’ll show you cryptographic algorithms that can be used during forensic investigations to check for known files or to compare suspicious files with online services such as VirusTotal or Mobile-Sandbox. Moving on, you’ll learn how to sniff on the network, generate and analyze network flows, and perform log correlation with the help of Python *s and tools. You’ll get to know about the concepts of virtualization and how virtualization influences IT forensics, and you’ll discover how to perform forensic analysis of a jailbroken/rooted mobile device that is based on iOS or Android. Finally, the book teaches you how to analyze volatile memory and search for known malware samples based on YARA rules.Style and approach This easy-to-follow guide will demonstrate forensic analysis techniques by showing you how to solve real-word-scenarios step by step.
Getting Started with Python Data Analysis
¥63.21
Learn to use powerful Python libraries for effective data processing and analysisAbout This BookLearn the basic processing steps in data analysis and how to use Python in this area through supported packages, especially Numpy, Pandas, and MatplotlibCreate, manipulate, and analyze your data to extract useful information to optimize your systemA hands-on guide to help you learn data analysis using Python Who This Book Is For If you are a Python developer who wants to get started with data analysis and you need a quick introductory guide to the python data analysis libraries, then this book is for you.What You Will LearnUnderstand the importance of data analysis and get familiar with its processing stepsGet acquainted with Numpy to use with arrays and array-oriented computing in data analysisCreate effective visualizations to present your data using MatplotlibProcess and analyze data using the time series capabilities of PandasInteract with different kind of database systems, such as file, disk format, Mongo, and RedisApply the supported Python package to data analysis applications through examplesExplore predictive analytics and machine learning algorithms using Scikit-learn, a Python library In Detail Data analysis is the process of applying logical and analytical reasoning to study each component of data. Python is a multi-domain, high-level, programming language. It’s often used as a *ing language because of its forgiving syntax and operability with a wide variety of different eco-systems. Python has powerful standard libraries or toolkits such as Pylearn2 and Hebel, which offers a fast, reliable, cross-platform environment for data analysis. With this book, we will get you started with Python data analysis and show you what its advantages are. The book starts by introducing the principles of data analysis and supported libraries, along with NumPy basics for statistic and data processing. Next it provides an overview of the Pandas package and uses its powerful features to solve data processing problems. Moving on, the book takes you through a brief overview of the Matplotlib API and some common plotting functions for DataFrame such as plot. Next, it will teach you to manipulate the time and data structure, and load and store data in a file or database using Python packages. The book will also teach you how to apply powerful packages in Python to process raw data into pure and helpful data using examples. Finally, the book gives you a brief overview of machine learning algorithms, that is, applying data analysis results to make decisions or build helpful products, such as recommendations and predictions using scikit-learn.Style and approach This is an easy-to-follow, step-by-step guide to get you familiar with data analysis and the libraries supported by Python. Topics are explained with real-world examples wherever required.
PrimeFaces Theme Development
¥63.21
Create, package, and customize stunning themes using PrimeFacesAbout This BookBuild PrimeFaces themes that meet the industry standardsCustomize your themes for mobile web applications with PrimeFaces MobileA precise, example-oriented guide to help you create interesting themes using the PrimeFaces tools Who This Book Is For If you are a Web Designer who wants to create and modify PrimeFaces themes then this book is for you. Basic knowledge of JSF, CSS, and HTML is assumed.What You Will LearnUse Maven to create JSF ProjectsCreate a custom theme using JQuery UI toolsPackage your theme for distribution and use your PrimeFaces-based web applications as drop in librariesDevelop additional dynamic look and feel elements that themes do not already supplyApply look and feel elements dynamically to views without causing page refreshesReduce code repetition by applying page templates to your JSF project In Detail Developing stunning themes for web applications has never been easier! PrimeFaces delivers a powerful set of features that enables JSF developers to create and customize awesome themes on the web. It is very easy to use because it comes as a single JAR file and requires no mandatory XML configuration. With more than 30 out-of-the-box themes, jQuery integration, a mobile UI toolkit, Ajax Push technology, and much more, PrimeFaces takes JSF application development to a whole new level! This book is a hands-on example-rich guide to creating and customizing PrimeFaces themes using available tools. Beginning with creating a JSF project and integrating the PrimeFaces library, this book will introduce you to the features of theme components, how these are structured, and how PrimeFaces uses JQuery UI to apply a theme to your application. You will learn to examine and change the CSS rules and get creative by setting standard icons and adding new icons to them. You will use a combination of JavaScript and CSS to enhance your application with help of scheduler component and go on to adapt and package your custom theme so that it is compatible with the Resource Manager. Finally, you will explore PrimeFaces mobile apps, ensuring themes are compatible with your mobile applications best practices for theme design.Style and approach This book is a concise, hands-on guide to developing PrimeFaces themes, working from the ground up with examples in each topic implemented in a web application. You will be encouraged to explore areas of your own interest without the requirement to stick to the letter of the chapter.
How to Read Novels Like a Professor
¥88.56
Of all the literary forms, the novel is arguably the most discussed . . . and fretted over. From Miguel de Cervantes's Don Quixote to the works of Jane Austen, F. Scott Fitzgerald, Ernest Hemingway, and today's masters, the novel has grown with and adapted to changing societies and technologies, mixing tradition and innovation in every age throughout history. Thomas C. Foster the sage and scholar who ingeniously led readers through the fascinating symbolic codes of great literature in his first book, How to Read Literature Like a Professor now examines the grammar of the popular novel. Exploring how authors' choices about structure point of view, narrative voice, first page, chapter construction, character emblems, and narrative (dis)continuity create meaning and a special literary language, How to Read Novels Like a Professor shares the keys to this language with readers who want to get more insight, more understanding, and more pleasure from their reading.
Best-Loved Chinese Proverbs
¥72.93
"By filling one's head instead of one's pocket, one cannot be robbed." The appeal of Chinese proverbs is profound and universal. With brevity, clarity, and simplicity, these carefully chosen words help pass wisdom and insight throughout the ages. This timeless, eloquent collection of proverbs offers fundamental truths about the natural world and the human condition, on subjects such as: Ability Adversity Beauty Character Conflict Cooperation Deception Defeat Fortune Greed Happiness Honor Inspiration Knowledge Leadership Love Moderation Necessity Neighbors Obstinacy Opportunity Perseverance Pride Sincerity Strategy Success Thought Trust Victory Wisdom And More "With our thoughts we must build our world."
I Never Metaphor I Didn't Like
¥88.56
The murals in restaurants are on a par with the food in museums. America is an enormous frosted cupcake in the middle of millions of starving people. Critics are like pigs at the pastry cart. Describing something by relating it to another thing is the essence of metaphorical thought. It is one of the oldest activities of humankind and one of the most impressive when done skillfully. Throughout history, many masters of metaphor have crafted observations that are so spectacular they have taken up a permanent residence in our minds. In I Never Metaphor I Didn't Like , quotation maven Dr. Mardy Grothe fixes his attention on the three superstars of figurative language analogies, metaphors, and similes. The result is an extraordinary compilation of nearly 2,000 feats of association that will entertain, educate, and occasionally inspire quotation lovers everywhere. In this intellectual smorgasbord, the author of Oxymoronica and Viva la Repartee explains figurative language in a refreshingly down-to-earth way before taking readers on a tour of history's greatest word pictures. In chapters on wit, love, sex, stage and screen, insults, politics, sports, and more, you will find quotations from Aristotle and Maya Angelou to George Washington and Oprah Winfrey.
Weight of Glory
¥78.32
Addressing some of the most difficult issues we face in our day-to-day lives, C. S. Lewis ardent and timeless words provide an unparalleled path to greater spiritual understanding. Considered by many to be his most moving address, The Weight of Glory extols a compassionate vision of Christianity and includes lucid and compelling discussions on forgiveness and faith.
Barbarians at the Gate
¥100.71
Barbarians at the Gate has been called one of the most influential business books of all time -- the definitive account of the largest takeover in Wall Street history. Bryan Burrough and John Helyar's gripping account of the frenzy that overtook Wall Street in October and November of 1988 is the story of deal makers and publicity flaks, of strategy meetings and society dinners, of boardrooms and bedrooms -- giving us not only a detailed look at how financial operations at the highest levels are conducted but also a richly textured social history of wealth at the twilight of the Reagan era. Barbarians at the Gate -- a business narrative classic -- is must reading for everyone interested in the way today's world really works.
Tao Te Ching
¥83.03
Lao-tzu's Tao Te Ching, or Book of the Way, is the classic manual on the art of living and one of the wonders of the world. In eighty-one brief chapters, the Tao Te Ching llods at the basic predicatment of being alive and gives advice that imparts balance and perspective, a serene and generous spirit. This book is about wisdom in action. It teaches how wo work for the good with the efforless skill that comes from being in accord with the Tao (the basic principle of the universe) and applies equally to good government and sexual love, to childrearing, business, and ecology. The Tao Te Ching is the most widely traslated book in world literature, after the Bible. Yet the gemlike lucidity of the original has eluded most previous translations, and they have obscured some of its central ideas. Now the Tao Te ching has been rendered into English by the eminent scholar and traslator Stephen Mitchell. Mr. Mitchell's Dropping Ashes on the Buddha is a modern Zen classic, and his translations of Rilke and of the Book of Job have already been called definitive for our time.
The Problem of Pain
¥78.32
If God is good and all-powerful, why does he allow his creatures to suffer painAnd what about the suffering of animals, who neither deserve pain nor can be improved by itThe greatest Christian thinker of our time sets out to disentangle these knotty issues. With his signature wealth of compassion and insight, C. S. Lewis offers answers to these crucial questions and shares his hope and wisdom to help heal a world hungering for a true understanding of human nature.
The Fix
¥68.67
Addictions to iphones, painkillers, cupcakes, alcohol and sex are taking over our lives. Our most casual daily habits can quickly become obsessions that move beyond our control. Damian Thompson, who has himself struggled with a range of addictions, argues that human desire is in the process of being reshaped. Shunning the concept of addiction as disease, he shows how manufacturers are producing substances like ipads, muffins and computer games that we learn to like too much and supplement tradition addictions to alcohol, drugs and gambling. He argues that addictive behaviour is becoming a substitute for family and work bonds that are being swept away by globalisation and urbanisation. This battle to control addiction will soon overshadow familiar ideological debates about how to run the economy, and as whole societies set about “fixing” themselves, the architecture of human relations will come under strain as never before. The Fix offers a truly frightening glimpse of the future and is essential reading for fans of Naomi Klein’s ‘No Logo’, Oliver James’s ‘Affluenza’ and Francis Wheen’s ‘How Mumbo-jumbo Conquered the World’.
Inside Nature’s Giants
¥147.35
With a foreword by Richard Dawkins, and based on the BAFTA award-winning Channel 4 TV series, Inside Nature’s Giants gets under the skin of the largest animals on the planet. See them as you've never seen them before – from the inside out. Inside Nature’s Giants explores the anatomy of the largest animals on the planet to reveal how these amazing creatures really work. Rather than simply telling you how an animal behaves, the book features dissection, CGI and wildlife photography to show how millions of years of evolution have enabled animals to thrive across the world. This is natural history as you’ve never seen it before – from the inside out. Join the Inside Nature’s Giants team of scientists and anatomical experts, including, among others, veterinary scientist Mark Evans, enthusiastic, scalpel-wielding anatomist Joy Reidenberg, science presenter Simon Watt and evolutionary biologist Richard Dawkins, as they unlock the secrets behind some of nature's most extraordinary beasts. Why doesn’t a giraffe keel over and faint, when its head is so far above its heart? Why are crocodiles hopeless at chewing, when they have the strongest bite of all animals, and why does a giant squid have three hearts and pass food through its brain? By rolling up their sleeves to delve into these animals the team discover the answers to these, and many other fascinating, questions, revealing how evolution by natural selection is responsible for the bizarre biology of elephants, sharks, giraffes, big cats, hippos, crocodiles, camels, whales, kangaroos, giant squids and more. Using an interactive approach, Inside Nature’s Giants offers an exciting, alternative take on natural history. By opening the single- and double-page gatefolds readers can go beneath the skins of the animals to experience for themselves how evolution has shaped the anatomy of some of nature’s most magnificent animals.
Back from the Brink: The Inside Story of the Tory Resurrection
¥109.48
Lifting the lid on the most captivating story in British politics today, ‘Back from the Brink’ charts the Conservative Party's remarkable journey from the political wilderness to the threshold of power. Based on unprecedented access to key figures in the Conservative party, including every leader from John Major to David Cameron, political journalist Peter Snowdon sheds new light on the dramatic decline and renaissance of the party that dominated 20th century British politics. He reveals how the Conservatives were torn apart by in-fighting as they struggled to come to terms with their catastrophic electoral defeat in 1997 and the continuing trauma of Margaret Thatcher's sudden removal from office several years earlier. Under a succession of hapless leaders - William Hague, Iain Duncan Smith and Michael Howard - the party lost two further elections and at times effectively ceased to function as a political force across whole swathes of Britain. It took the emergence of a new generation of Conservatives, and David Cameron's election as leader in 2005, to set the party on the uneven road to electoral recovery. Packed full of fresh insights into what really goes on behind closed doors at Westminster, Back from the Brink exposes the bitter rivalries and recriminations that have blighted the Conservatives in Opposition, and gets to the heart of Cameron's quest for power and ambitions for office.
Etiquette (Collins Nutshell Books)
¥37.96
Ever wondered about the correct way to address a Duke? Or how to get out of a car elegantly? What do you do if you embarrass yourself in public? These, and a whole host of other practical questions, are answered in this charming pocket-sized book. First published in 1960 this charming book provides a wealth of practical information on the right thing to do in just about every situation. Hailing from a time when it was not yet fashionable to condemn good manners and courtesy as hypocrisy, and social situations were distinct from each other with specific codes of conduct, Etiquette is both a delightful insight into the social mores of the '60s and a guide to good manners that is still relevant today. Chapters cover the problems involved in letter writing; sending out invitations; striking up conversation; telephone conversations; flat sharing; entertaining friends, business acquaintances - and their children; correct behaviour on a first date and even how to organise a wedding. Etiquette is part of a series of Collins Nutshell Books which cover hobbies, sports, practical activities and leisure-time interests of many kinds. Originally produced in the '60s, Collins Nutshell Books, recall a bygone era which flourished on the knowledge that many interests make for a happy life and that leisure means much more than watching television.
The Royal British Legion: 90 Years of Heroes
¥147.35
The Royal British Legion was founded in 1921. It is now the country’s leading charity providing financial, social and emotional support to those who have served or who are currently serving in the British Armed Forces and their dependants. The RBL is behind the annual Poppy Appeal, the highest profile charity appeal in Britain. This book has the full support of the Royal British Legion and will tell the complete story of its history through exclusive access to its archives, thus providing a celebratory, as well informative, tribute to their work over the past 90 years. It will be the definitive history of this much-loved organisation, charting its work with soldiers and ex-servicemen through the stories of its heroes, famous as well as unknown, during the highest-profile military campaigns of the past 90 years. The book will be divided into nine chapters, each representing one decade in the RBL’s existence. Each chapter will celebrate one hero per year; 1921, 1922, 1923, etc. giving an account of that particular person, and what they achieved. Within each chapter will be special spreads that emphasise also the social history of the evolution of the RBL as a charity. Each one of the heroes, from 1921 right through to 2011, has been personally chosen by decorated royal marine, and RBL ambassador, Lance Corporal Matt Croucher GC. Men such as Major Robert Henry Cain VC (1909-1974), who destroyed six tanks during Operation ‘Market Garden’ at Arnhem in 1944 and was one of the only officers from his battalion to escape the German encirclement of the British 1st Airborne Division. The book was published in late autumn to coincide with the 2011 Poppy Appeal, which will be the biggest in the Legion’s history, with events running nationwide, TV advertising, celebrity involvement and a high-profile marketing campaign. Matt Croucher will be involved in the campaign as an ambassador for the RBL. For any serving member of the armed forces, or those retired from service, or members of the public who are keen to know about this beloved organisation; this will be a fascinating and valued purchase, knowing that royalties will be going to the charity themselves.

购物车
个人中心

