Yorkshire Dales (Collins New Naturalist Library, Book 130)
¥257.90
A definitive natural history of the Yorkshire Dales, covering the range of wildlife habitats, rich cultural heritage and ecological history of one of our best-loved National Parks. The Yorkshire Dales National Park is a special place: its outstanding scenery and the diversity of habitats is perhaps unrivalled in any other National Park in Britain. This rich biodiversity has been a great attraction to naturalists for over two centuries. But to fully appreciate the present-day plant and animal communities, their status and the constraints upon them, it is important to understand the geology and landscape history of the National Park, including the role that human populations have played in modifying the environment. In this long-anticipated New Naturalist volume, John Lee introduces the National Park, exploring both its geology and geomorphology, and describing the role of early naturalists and the Yorkshire Naturalists Union in recording and understanding the natural history of the Dales. He describes the major habitats or groups of habitats which underline the ecological importance of the Dales. Lee covers the earliest settlement times to the modern day, and he focuses in particular on the most iconic plant of the Dales, the Lady’s Slipper Orchid, arguably the rarest of native British plants, which until recently was thought to be confined to a single plant in the Dales. Lee takes a historical approach, describing its near eradication and early attempts to conserve it – including the establishment of a secret society – concluding with recent scientific conservation approaches.
The Siege of Leningrad:History in an Hour
¥18.05
Love history? Know your stuff with History in an Hour. The Siege of Leningrad was one of the longest sieges in history and it inflicted some of the worst civilian casualties of World War Two. When Hitler declared his intention to obliterate the key city of Leningrad on 22 September 1941, he could not have foreseen the grim determination of its citizens. Over the course of 900 days, the city resisted the Germans pounding at its gates. Its survival contributed to the defeat of Nazism. But the price was heavy – over 1 million died in Leningrad from German bombs and artillery, or from disease, the cold or starvation. In its suffering Leningrad became a source of symbolic national pride, of good conquering evil. The story of the siege is one of heroic resistance and stoical survival but it also one of unimaginable suffering and extreme deprivation. THE SIEGE OF LENINGRAD: HISTORY IN AN HOUR is essential reading for all history lovers. Know your stuff: read about the Siege of Leningrad in just one hour.
It’s Me or the Dog: How to have the Perfect Pet
¥130.87
Victoria Stilwell is an actress-turned-dog-trainer who has founded training schools in New York, New Jersey, and Britain. She stars in the U.K.’s Channel 4 television series It’s Me or the Dog. Since 1999, Victoria has lived in the United States, and is now based in New York.
The Botham Report
¥53.76
Ian Botham was the most thrilling sight in sport for nearly two decades at the top of international cricket. He retired from the game in 1993 and has since acted as coaching advisor to the England team on the 1997/98 Zimbabwe and New Zealand tour, a commentator for Sky TV, and he has a newspaper column in the Daily Mirror. He continues to be a keen analyser of the game.
An Agenda for Britain
¥44.24
In The Importance of Being Earnest what Lady Bracknell said of Ernest’s loss of both his parents could also be said about the losing of elections. If the loss of one election is unfortunate, and two careless, then three is reckless, four criminal, and to lose five in succession might well prove fatal. This chapter looks at the reasons for Labour’s losing streak. It considers whether the Party is now so enfeebled that it will be unable to win again, unless it offers an electoral reform which will ensure that it is unlikely ever to form a one-party government again. The promise of electoral reform must be accompanied by the most fundamental changes in the Party’s constitution if Labour is to continue to be a serious political force.
The Mills & Boon Modern Girl’s Guide to:Happy Hour:How to have Fun in Dry Januar
¥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 Infinite Mind: The Mind/Brain Phenomenon
¥59.94
Betty Shine is known worldwide for her powers as a medium and healer. She is the author of a number of bestselling books, including Mind Magic which was a Sunday Times No.1 bestseller. A former opera singer, she has been a therapist for 40 years and a healer and medium for over 20 years. She is a Daily Mail columnist and well-known television and radio personality and has been invited to lecture all over the world.
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.
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.
Web Development with MongoDB and NodeJS - Second Edition
¥71.93
Build an interactive and full-featured web application from scratch using Node.js and MongoDBAbout This BookConfigure your development environment to use Node.js and MongoDBUse Node.js to connect to a MongoDB database and perform data manipulationsA practical guide with clear instructions to design and develop a complete web application from start to finish Who This Book Is For This book is designed for JavaScript developers of any skill level that want to get up and running using Node.js and MongoDB to build full-featured web applications. A basic understanding of JavaScript and HTML is the only requirement for this book.What You Will LearnConfigure your development environment to use Node.js and MongoDBWrite and configure a web server using Node.js powered by the Express.js frameworkBuild dynamic HTML pages using the Handlebars template enginePersist application data using MongoDB and Mongoose ODMTest your code using automated testing tools such as the Mocha frameworkDeploy the development environment to the cloud using services such as Heroku, Amazon Web Services, and Microsoft AzureExplore Single-Page application frameworks to take your web applications to the next level In Detail Node.js and MongoDB are quickly becoming one of the most popular tech stacks for the web. Powered by Google's V8 engine, Node.js caters to easily building fast, scalable network applications while MongoDB is the perfect fit as a scalable, high-performance, open source NoSQL database solution. Using these two technologies together, web applications can be built quickly and easily and deployed to the cloud with very little difficulty. The book will begin by introducing you to the groundwork needed to set up the development environment. Here, you will quickly run through the steps necessary to get the main application server up and running. Then you will see how to use Node.js to connect to a MongoDB database and perform data manipulations. From here on, the book will take you through integration with third-party tools for interaction with web apps. It then moves on to show you how to use controllers and view models to generate reusable code that will reduce development time. Toward the end of the book, we will cover tests to properly execute the code and some popular frameworks for developing web applications. By the end of the book, you will have a running web application developed with MongoDB and Node.js along with it's popular frameworks.Style and approach An easy guide to Node.js and MongoDB, which will quickly introduce you to the relevant concepts by taking you through the different steps involved in building a full-fledged web application.
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.
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.
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.
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.
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.
A Prayer for Owen Meany
¥56.07
I am doomed to remember a boy with a wrecked voice not because of his voice, or because he was the smallest person I ever knew, or even because he was the instrument of my mother's death, but because he is the reason I believe in God; I am a Christian because of Owen Meany. In the summer of 1953, two eleven-year-old boys best friends are playing in a Little League baseball game in Gravesend, New Hampshire. One of the boys hits a foul ball that kills the other boy's mother. The boy who hits the ball doesn't believe in accidents; Owen Meany believes he is God's instrument. What happens to Owen after that 1953 foul ball is extraordinary.
Big Questions from Little People
¥138.41
Illuminating and essential, Big Questions from Little People is a timeless gift, a handbook for curious children and their perplexed parents. Many of the questions children ask in the course of growing up can stump even the best educated adult: Why can't I tickle myselfAre we all relatedWho named all the citiesDo aliens existWhat makes me meIs it okay to eat a wormWho invented chocolateIf the universe started from nothing, how did it become somethingHow do you fall in loveWho is GodHow do chefs get ideas for recipesWhy are some people meanThis charming and informative collection has been compiled from schoolchildren's actual questions, which are answered by the world's greatest experts, including Mary Roach, Richard Dawkins, Philip Pullman, Bear Grylls, David Eagleman, Philippa Gregory, Noam Chomsky, and Mario Batali.

购物车
个人中心

