万本电子书0元读

万本电子书0元读

F# 4.0 Design Patterns
F# 4.0 Design Patterns
Gene Belitski
¥80.65
Learn how to apply functional F# design patterns to a huge range of programming challenges, and discover a smart route to building better applications About This Book This book provides a path if you are coming from imperative and object-oriented paradigms It will take you to an intermediate level of functional programming in very practical manner to write enterprise-quality idiomatic F# code Tackle complex computing problems with simple code by fully embracing the functional-first F# paradigm Packed full of practical coding examples to help you master F# programming and author optimal code Who This Book Is For This book is for .NET developers, web programmers, C# developers, and F# developers. So, if you have basic experience in F# programming and developing performance-critical applications, then this book is for you. What You Will Learn Acquire the practical knowledge to use the main functional design patterns Realign some imperative and object-oriented principles under the functional approach Develop your confidence in building and combining first-order and higher-order functions Learn to use core language pattern matching effectively Make use of native F# algebraic data types in place of custom-built classes Recognize and measure the difference in resource consumption between sequences and materialized data collections Navigate and use F# Core libraries with ease by seeing patterns behind specific library functions Master writing generic polymorphic code In Detail Following design patterns is a well-known approach to writing better programs that captures and reuses high-level abstractions that are common in many applications. This book will encourage you to develop an idiomatic F# coding skillset by fully embracing the functional-first F# paradigm. It will also help you harness this powerful instrument to write succinct, bug-free, and cross-platform code. F# 4.0 Design Patterns will start off by helping you develop a functional way of thinking. We will show you how beneficial the functional-first paradigm is and how to use it to get the optimum results. The book will help you acquire the practical knowledge of the main functional design patterns, the relationship of which with the traditional Gang of Four set is not straightforward. We will take you through pattern matching, immutable data types, and sequences in F#. We will also uncover advanced functional patterns, look at polymorphic functions, typical data crunching techniques, adjusting code through augmentation, and generalization. Lastly, we will take a look at the advanced techniques to equip you with everything you need to write flawless code. Style and approach This book will teach you how to write F# code in an idiomatic functional-first manner, thereby improving the productivity of F# programmers. This book is ideal for an F# programmer who wants using F# in functional-first way.
Mastering React Native
Mastering React Native
Eric Masiello
¥80.65
Leverage frontend development skills to build impressive iOS and Android applications with React Native About This Book Apply flexbox to get layout and build rich animations that bring your React Native application to life Integrate third-party libraries and develop customized components that run natively on iOS and Android platforms Combine React Native with Redux, Redux middleware, and a remote API to build scalable data-driven applications Who This Book Is For This book is for anyone who wants to build cross-platform native mobile applications using only JavaScript and the React Native framework. In particular, this book is especially useful for front-end developers who want to use their current skillset to build mobile applications. An existing working knowledge of JavaScript will help you get the most out of this book. What You Will Learn Implement native React Native components and APIs Explore React’s JSX syntax Manage data using Redux and Redux middleware Build applications with React Native on both iOS and Android platforms Perform animations in your applications using the animation APIs Understand routing and Navigator comparison Create your own Native module In Detail React Native has completely revolutionized mobile development by empowering JavaScript developers to build world-class mobile apps that run natively on mobile platforms. This book will show you how to apply JavaScript and other front-end skills to build cross-platform React Native applications for iOS and Android using a single codebase. This book will provide you with all the React Native building blocks necessary to become an expert. We’ll give you a brief explanation of the numerous native components and APIs that come bundled with React Native including Images, Views, ListViews, WebViews, and much more. You will learn to utilize form inputs in React Native. You’ll get an overview of Facebook’s Flux data architecture and then apply Redux to manage data with a remote API. You will also learn to animate different parts of your application, as well as routing using React Native’s navigation APIs. By the end of the book, you will be able to build cutting-edge applications using the React Native framework. Style and approach This comprehensive guide will take your React Native skills to the next level. It shows you how to develop a clear workflow to build scalable applications, and how to implement the architectural concepts covered to build applications that shine in the real world.
Object-Oriented JavaScript - Third Edition
Object-Oriented JavaScript - Third Edition
Ved Antani
¥80.65
Learn everything you need to know about object-oriented JavaScript with this comprehensive guide. Enter the world of cutting-edge development! About This Book This book has been updated to cover all the new object-oriented features introduced in ECMAScript 6 It makes object-oriented programming accessible and understandable to web developers Write better and more maintainable JavaScript code while exploring interactive examples that can be used in your own *s Who This Book Is For This book is ideal for new to intermediate JavaScript developers who want to prepare themselves for web development problems solved by object-oriented JavaScript! What You Will Learn Apply the basics of object-oriented programming in the JavaScript environment Use a JavaScript Console with complete mastery Make your programs cleaner, faster, and compatible with other programs and libraries Get familiar with Iterators and Generators, the new features added in ES6 Find out about ECMAScript 6’s Arrow functions, and make them your own Understand objects in Google Chrome developer tools and how to use them Use a mix of prototypal inheritance and copying properties in your workflow Apply reactive programming techniques while coding in JavaScript In Detail JavaScript is an object-oriented programming language that is used for website development. Web pages developed today currently follow a paradigm that has three clearly distinguishable parts: content (HTML), presentation (CSS), and behavior (JavaScript). JavaScript is one important pillar in this paradigm, and is responsible for the running of the web pages. This book will take your JavaScript skills to a new level of sophistication and get you prepared for your journey through professional web development. Updated for ES6, this book covers everything you will need to unleash the power of object-oriented programming in JavaScript while building professional web applications. The book begins with the basics of object-oriented programming in JavaScript and then gradually progresses to cover functions, objects, and prototypes, and how these concepts can be used to make your programs cleaner, more maintainable, faster, and compatible with other programs/libraries. By the end of the book, you will have learned how to incorporate object-oriented programming in your web development workflow to build professional JavaScript applications. Style and approach Filled with practical instructions, the book shows you how to implement object-oriented features of JavaScript in the real world. The to-the-point nature of the book will benefit developers who are looking for a fast-paced guide to learn object-oriented JavaScript.
React Design Patterns and Best Practices
React Design Patterns and Best Practices
Michele Bertoli
¥80.65
Build modular applications that are easy to scale using the most powerful components and design patterns that React can offer you right now About This Book Dive into the core patterns and components of React.js in order to master your application's design Improve their debugging skills using the DevTools This book is packed with easy-to-follow examples that can be used to create reusable code and extensible designs Who This Book Is For If you want to increase your understanding of React and apply it to real-life application development, then this book is for you. What You Will Learn Write clean and maintainable code Create reusable components applying consolidated techniques Use React effectively in the browser and node Choose the right styling approach according to the needs of the applications Use server-side rendering to make applications load faster Build high-performing applications by optimizing components In Detail Taking a complete journey through the most valuable design patterns in React, this book demonstrates how to apply design patterns and best practices in real-life situations, whether that's for new or already existing projects. It will help you to make your applications more flexible, perform better, and easier to maintain – giving your workflow a huge boost when it comes to speed without reducing quality. We'll begin by understanding the internals of React before gradually moving on to writing clean and maintainable code. We'll build components that are reusable across the application, structure applications, and create forms that actually work. Then we'll style React components and optimize them to make applications faster and more responsive. Finally, we'll write tests effectively and you'll learn how to contribute to React and its ecosystem. By the end of the book, you'll be saved from a lot of trial and error and developmental headaches, and you will be on the road to becoming a React expert. Style and approach The design patterns in the book are explained using real-world, step-by-step examples. For each design pattern, there are hints about when to use it and when to look for something more suitable. This book can also be used as a practical guide, showing you how to leverage design patterns.
Docker Orchestration
Docker Orchestration
Randall Smith
¥80.65
A concise, fast-paced guide to orchestrating and deploying scalable services with Docker About This Book Explore the new features added to the core Docker Engine to make multi-container orchestration easy Leverage tools such as Docker Machine, Swarm, Compose, and third-party tools such as Kubernetes, Mesosphere, and CoreOS to orchestrate containers Use Docker Compose with Swarm and apply rolling updates for zero downtime deployments Who This Book Is For This book is aimed at Sysadmins and DevOps engineers who know what Docker does and are now looking to manage multiple containers on multiple hosts using the orchestration feature. What You Will Learn Build scalable, reliable services with Docker See how to manage a service in Docker using Docker Swarm, Kubernetes, and Mesosphere Discover simpler orchestration tools such as CoreOS/Fleet and Rancher Cattle Understand cluster-wide logging, system monitoring, and troubleshooting Build, test, and deploy containers using Continuous Integration Deploy cluster hosts on cloud services and automate your infrastructure In Detail Docker orchestration is what you need when transitioning from deploying containers individually on a single host to deploying complex multi-container apps on many machines. This book covers the new orchestration features of Docker 1.12 and helps you efficiently build, test, and deploy your application using Docker. You will be shown how to build multi-container applications using Docker Compose. You will also be introduced to the building blocks for multi-host Docker clusters such as registry, overlay networks, and shared storage using practical examples. This book gives an overview of core tools such as Docker Machine, Swarm, and Compose which will enhance your orchestration skills. You’ll learn how to set up a swarm using the decentralized building block. Next, you’ll be shown how to make the most out of the in-built orchestration feature of Docker engine and you’ll use third-party tools such as Kubernetes, Mesosphere, and CoreOS to orchestrate your existing process. Finally, you will learn to deploy cluster hosts on cloud services and automate your infrastructure. Style and approach This comprehensive guide will take you through the orchestration feature of Docker. Using practical examples, you will discover various tools that can be used to manage multiple containers with ease.
Tabular Modeling with SQL Server 2016 Analysis Services Cookbook
Tabular Modeling with SQL Server 2016 Analysis Services Cookbook
Derek Wilson
¥99.18
Expert tabular modeling techniques for building and deploying cutting-edge business analytical reporting solutions About This Book Build and deploy Tabular Model projects from relational data sources Leverage DAX and create high-performing calculated fields and measures Create ad-hoc reports based on a Tabular Model solution Useful tips to monitor and optimize your tabular solutions Who This Book Is For This book is for SQL BI professionals and Architects who want to exploit the full power of the new Tabular models in Analysis Services. Some knowledge of previous versions of Analysis services would be helpful but is not essential. What You Will Learn Learn all about Tabular services mode and how it speeds up development Build solutions using sample datasets Explore built-in actions and transitions in SSAS 2016 Implement row-column, and role-based security in a Tabular Data model Realize the benefits of in-memory and DirectQuery deployment modes Get up to date with the new features added to SQL Server 2016 Analysis Services Optimize Data Models and Relationships Usage In Detail SQL Server Analysis Service (SSAS) has been widely used across multiple businesses to build smart online analytical reporting solutions. It includes two different types of modeling for analysis services: Tabular and Multi Dimensional. This book covers Tabular modeling, which uses tables and relationships with a fast in-memory engine to provide state of the art compression algorithms and query performance. The book begins by quickly taking you through the concepts required to model tabular data and set up the necessary tools and services. As you learn to create tabular models using tools such as Excel and Power View, you’ll be shown various strategies to deploy your model on the server and choose a query mode (In-memory or DirectQuery) that best suits your reporting needs. You’ll also learn how to implement key and newly introduced DAX functions to create calculated columns and measures for your model data. Last but not least, you’ll be shown techniques that will help you administer and secure your BI implementation along with some widely used tips and tricks to optimize your reporting solution. By the end of this book, you’ll have gained hands-on experience with the powerful new features that have been added to Tabular models in SSAS 2016 and you’ll be able to improve user satisfaction with faster reports and analytical queries. Style and approach This book takes a practical, recipe-based approach where each recipe lists the steps to address or implement a solution. You will be provided with several approaches to creating a business intelligence semantic model using analysis services.
Moodle Theme Development
Moodle Theme Development
Silvina Paola Hillar
¥80.65
Build customized themes to make your Moodle courses engaging and interactive About This Book Leverage the power of Moodle 3 to create interactive and engaging themes for your courses Experience and integrate the power of Bootstrap and CSS into your Moodle app Implement your plans with illustrative examples to become a top notch designer Who This Book Is For If you are a Moodle administrator, developer, or designer and wish to enhance your Moodle site to make it visually attractive, then this book is for you. You should be familiar with web design techniques such as HTML and further experience with CSS would be helpful. What You Will Learn Plan a personalized Moodle theme from start to finish Install a Moodle theme in different operating systems and change Moodle’s theme settings Add your own customized logo and test your changes in several web browsers Customize the Moodle site to fit in with other elements such as websites and social networks, among others Create a design mock-up using graphics software Design themes that are capable of working with a huge number of different resolutions, screen sizes, screen orientations, and pixel densities Work with code to adjust the theme to users requirements Create new custom icons for your theme In Detail Theming is one of the main features of Moodle, and it can be used to customize your online courses and make them look exactly how you want them to,according to your target audience. If you have been looking for a book that will help you develop Moodle themes that you are proud of, and that your students will enjoy, then this is the book for you. We start off by introducing Moodle 3 and explaining what it is, how it works, and what tools you might need to create a stunning Moodle theme. We then show you how to choose and change the pre-installed Moodle themes in detailed steps, and explain what Moodle themes are and how they work. Next, we show you how to change an existing theme and test the changes that you have made. You can not only plan the customization of theme, but also tailor it using advanced Moodle theming processes; this book is your one-stop guide to creating your own personalized Moodle 3 theme. Style and approach This book acts as a comprehensive guide which helps you to create visually stunning and responsive themes to add that extra edge to your Moodle apps.
Mastering Qt 5
Mastering Qt 5
Guillaume Lazar
¥80.65
Master application development by writing succinct, robust, and reusable code with Qt 5 About This Book Unleash the power of Qt 5 with C++14 Integrate useful third-party libraries such as OpenCV Package and deploy your application on multiple platforms Who This Book Is For This book will appeal to developers and programmers who would like to build GUI-based applications. Knowledge of C++ is necessary and the basics of Qt would be helpful. What You Will Learn Create stunning UIs with Qt Widget and Qt Quick Develop powerful, cross-platform applications with the Qt framework Design GUIs with the Qt Designer and build a library in it for UI preview Handle user interaction with the Qt signal/slot mechanism in C++ Prepare a cross-platform project to host a third-party library Build a Qt application using the OpenCV API Use the Qt Animation framework to display stunning effects Deploy mobile apps with Qt and embedded platforms In Detail Qt 5.7 is an application development framework that provides a great user experience and develops full-capability applications with Qt Widgets, QML, and even Qt 3D. This book will address challenges in successfully developing cross-platform applications with the Qt framework. Cross-platform development needs a well-organized project. Using this book, you will have a better understanding of the Qt framework and the tools to resolve serious issues such as linking, debugging, and multithreading. Your journey will start with the new Qt 5 features. Then you will explore different platforms and learn to tame them. Every chapter along the way is a logical step that you must take to master Qt. The journey will end in an application that has been tested and is ready to be shipped. Style and approach This is an easy-to-follow yet comprehensive guide to building applications in Qt. Each chapter covers increasingly advanced topics, with subjects grouped according to their complexity as well as their usefulness. Packed with practical examples and explanations, Mastering Qt contains everything you need to take your applications to the next level.
Windows Application Development Cookbook
Windows Application Development Cookbook
Marcin Jamro
¥90.46
Discover over 125 solution-based recipes to help you build applications for smartphones, tablets, and desktops About This Book Learn to build applications for Windows 10, the latest Windows version Develop your applications to be compatible with smartphones, tablets, and desktops This guide is packed with recipes covering major solutions to day-to-day problems faced by Windows programmers Who This Book Is For The book is dedicated to programmers with various experience of developing applications for Windows-based smartphones, tablets, and desktops—even beginners can find suitable content. What You Will Learn Start developing universal applications for Windows 10 Design user interface in the XAML language Use the MVVM design pattern with data binding Store data in files and in a database Use multimedia content and animations Capture data from built-in sensors Handle various Internet-based scenarios Test the application and submit it to the Windows Store In Detail Need to ensure you can always create the best Windows apps regardless of platformWhat you need are solutions to the biggest issues you can face, so you can always ensure you’re making the right choices and creating the best apps you can. The book starts with recipes that will help you set up the integrated development environment before you go ahead and design the user interface. You will learn how to use the MVVM design pattern together with data binding, as well as how to work with data in different file formats. Moving on, you will explore techniques to add animations and graphics to your application, and enable your solution to work with multimedia content. You will also see how to use sensors, such as an accelerometer and a compass, as well as obtain the current GPS location. You will make your application ready to work with Internet-based scenarios, such as composing e-mails or downloading files, before finally testing the project and submitting it to the Windows Store. By the end of the book, you will have a market-ready application compatible across different Windows devices, including smartphones, tablets, and desktops. Style and approach This quick-start book takes a cookbook format with recipes covering more than 125 solutions to help you create and build applications for Windows 10. The examples presented in the book use the free integrated development environment. A supporting set of codes that present solutions to problems described in particular chapters is available as well.
Fast Data Processing Systems with SMACK Stack
Fast Data Processing Systems with SMACK Stack
Raúl Estrada
¥90.46
Combine the incredible powers of Spark, Mesos, Akka, Cassandra, and Kafka to build data processing platforms that can take on even the hardest of your data troubles! About This Book This highly practical guide shows you how to use the best of the big data technologies to solve your response-critical problems Learn the art of making cheap-yet-effective big data architecture without using complex Greek-letter architectures Use this easy-to-follow guide to build fast data processing systems for your organization Who This Book Is For If you are a developer, data architect, or a data scientist looking for information on how to integrate the Big Data stack architecture and how to choose the correct technology in every layer, this book is what you are looking for. What You Will Learn Design and implement a fast data Pipeline architecture Think and solve programming challenges in a functional way with Scala Learn to use Akka, the actors model implementation for the JVM Make on memory processing and data analysis with Spark to solve modern business demands Build a powerful and effective cluster infrastructure with Mesos and Docker Manage and consume unstructured and No-SQL data sources with Cassandra Consume and produce messages in a massive way with Kafka In Detail SMACK is an open source full stack for big data architecture. It is a combination of Spark, Mesos, Akka, Cassandra, and Kafka. This stack is the newest technique developers have begun to use to tackle critical real-time analytics for big data. This highly practical guide will teach you how to integrate these technologies to create a highly efficient data analysis system for fast data processing. We’ll start off with an introduction to SMACK and show you when to use it. First you’ll get to grips with functional thinking and problem solving using Scala. Next you’ll come to understand the Akka architecture. Then you’ll get to know how to improve the data structure architecture and optimize resources using Apache Spark. Moving forward, you’ll learn how to perform linear scalability in databases with Apache Cassandra. You’ll grasp the high throughput distributed messaging systems using Apache Kafka. We’ll show you how to build a cheap but effective cluster infrastructure with Apache Mesos. Finally, you will deep dive into the different aspect of SMACK using a few case studies. By the end of the book, you will be able to integrate all the components of the SMACK stack and use them together to achieve highly effective and fast data processing. Style and approach With the help of various industry examples, you will learn about the full stack of big data architecture, taking the important aspects in every technology. You will learn how to integrate the technologies to build effective systems rather than getting incomplete information on single technologies. You will learn how various open source technologies can be used to build cheap and fast data processing systems with the help of various industry examples
Mastering Text Mining with R
Mastering Text Mining with R
Ashish Kumar
¥71.93
Master text-taming techniques and build effective text-processing applications with R About This Book Develop all the relevant skills for building text-mining apps with R with this easy-to-follow guide Gain in-depth understanding of the text mining process with lucid implementation in the R language Example-rich guide that lets you gain high-quality information from text data Who This Book Is For If you are an R programmer, analyst, or data scientist who wants to gain experience in performing text data mining and analytics with R, then this book is for you. Exposure to working with statistical methods and language processing would be helpful. What You Will Learn Get acquainted with some of the highly efficient R packages such as OpenNLP and RWeka to perform various steps in the text mining process Access and manipulate data from different sources such as JSON and HTTP Process text using regular expressions Get to know the different approaches of tagging texts, such as POS tagging, to get started with text analysis Explore different dimensionality reduction techniques, such as Principal Component Analysis (PCA), and understand its implementation in R Discover the underlying themes or topics that are present in an unstructured collection of documents, using common topic models such as Latent Dirichlet Allocation (LDA) Build a baseline sentence completing application Perform entity extraction and named entity recognition using R In Detail Text Mining (or text data mining or text analytics) is the process of extracting useful and high-quality information from text by devising patterns and trends. R provides an extensive ecosystem to mine text through its many frameworks and packages. Starting with basic information about the statistics concepts used in text mining, this book will teach you how to access, cleanse, and process text using the R language and will equip you with the tools and the associated knowledge about different tagging, chunking, and entailment approaches and their usage in natural language processing. Moving on, this book will teach you different dimensionality reduction techniques and their implementation in R. Next, we will cover pattern recognition in text data utilizing classification mechanisms, perform entity recognition, and develop an ontology learning framework. By the end of the book, you will develop a practical application from the concepts learned, and will understand how text mining can be leveraged to analyze the massively available data on social media. Style and approach This book takes a hands-on, example-driven approach to the text mining process with lucid implementation in R.
Hidden Figures
Hidden Figures
Margot Lee Shetterly
¥100.71
The #1 New York Times bestsellerThe phenomenal true story of the black female mathematicians at NASA whose calculations helped fuel some of America’s greatest achievements in space. Soon to be a major motion picture starring Taraji P. Henson, Octavia Spencer, Janelle Monae, Kirsten Dunst, and Kevin Costner. Before John Glenn orbited the earth, or Neil Armstrong walked on the moon, a group of dedicated female mathematicians known as “human computers” used pencils, slide rules and adding machines to calculate the numbers that would launch rockets, and astronauts, into space. Among these problem-solvers were a group of exceptionally talented African American women, some of the brightest minds of their generation. Originally relegated to teaching math in the South’s segregated public schools, they were called into service during the labor shortages of World War II, when America’s aeronautics industry was in dire need of anyone who had the right stuff. Suddenly, these overlooked math whizzes had a shot at jobs worthy of their skills, and they answered Uncle Sam’s call, moving to Hampton, Virginia and the fascinating, high-energy world of the Langley Memorial Aeronautical Laboratory. Even as Virginia’s Jim Crow laws required them to be segregated from their white counterparts, the women of Langley’s all-black “West Computing” group helped America achieve one of the things it desired most: a decisive victory over the Soviet Union in the Cold War, and complete domination of the heavens. Starting in World War II and moving through to the Cold War, the Civil Rights Movement and the Space Race, Hidden Figures follows the interwoven accounts of Dorothy Vaughan, Mary Jackson, Katherine Johnson and Christine Darden, four African American women who participated in some of NASA’s greatest successes. It chronicles their careers over nearly three decades they faced challenges, forged alliances and used their intellect to change their own lives, and their country’s future.?
Harper Design
Harper Design
Rudyard Kipling
¥99.65
Rudyard Kipling’s classic collection of fables gets reimagined in this deluxe four-color collectible volume, featuring stunning new artwork and nine interactive elements crafted by MinaLima Design, the award-winning design studio behind the graphics for the Harry Potter film franchise and the illustrated classic Peter Pan.Since its publication in 1894, Rudyard Kipling’s beloved masterpiece The Jungle Book has been celebrated by generations of readers. Composed of seven tales, each one accompanied by a poem, The Jungle Book introduces a lush, colorful world full of adventure and danger. The first three tales include some of the most charming and unforgettable characters in literature—the man-cub Mowgli, the black panther Bagheera, the wise brown bear Baloo, and the ruthless tiger Shere Khan. The other four tales each tell the story of a different animal, such as the travels of the white seal Kotick; the battle between the courageous mongoose Rikki-Tikki-Tavi and the deadly cobra Nag; Toomai and the elephant dance; and the camp animals of the queen’s guard.The second volume in Harper Design’s newest series of deluxe reimagined children’s classics, this beautiful unabridged edition takes readers deep into the heart of the Indian jungle with specially commissioned four-color illustrations and nine exclusive interactive features that will delight readers, including a map of the lost Indian city where Mowgli is taken by the monkeys; a trifold detailing the Laws of the Jungle; a spinning dial of the elephant dance; and a map of Kotick’s route to find a new home.Beautifully designed, this keepsake illustrated edition will be treasured by readers of all ages.
Ben-Hur
Ben-Hur
Lew Wallace
¥94.10
A deluxe Harper Perennial Legacy Edition, with an introduction from John Swansburg, Deputy Editor at SlateOne of the best-selling books of all time, Lew Wallace’s enduring epic is a tale of revenge, betrayal, honor, compassion and the power of forgiveness, set during the life of Christ.At the beginning of the first century, Judah Ben-Hur lived as a prince, descended from the royal line of Judea and one of Jerusalem’s most prosperous merchant families. But his world falls apart when he is betrayed by his best friend, Messala, who falsely accuses him of an attempt to assassinate the Roman governor.Convicted without trial, Judah is sentenced to slavery on a Roman galley, while his mother and sister are imprisoned and his family’s assets are seized. All seems lost, but just before boarding the ship, Ben-Hur has his first interaction with the Christ, who offers him water and hope. Their lives continue to intersect as Ben-Hur miraculously survives his time as a slave to become a charioteer, confront his betrayer, Messala, in an epic race, fall in love with the beautiful Esther, avenge his family, and become a follower of the Christ.A true epic, Ben-Hur weaves biblical history and a rich adventure plot into a timeless tale certain to entertain a new generation of readers.
Denial [Movie Tie-in]
Denial [Movie Tie-in]
Deborah E. Lipstadt
¥88.56
In her acclaimed 1993 book Denying the Holocaust, Deborah Lipstadt called David Irving, a prolific writer of books on World War II, “one of the most dangerous spokespersons for Holocaust denial.” The following year, after Lipstadt’s book was published in the United Kingdom, Irving led a libel suit against Lipstadt and her publisher. She prepared her defense with the help of a first-rate team of solicitors, historians, and experts, and a dramatic trial unfolded.Denial, previously published as History on Trial, is Lipstadt’s riveting, blow- by-blow account of this singular legal battle, which resulted in a formal denunciation of a Holocaust denier that crippled the movement for years to come. Lipstadt’s victory was proclaimed on the front page of major news- papers around the world, such as The Times (UK), which declared that “history has had its day in court and scored a crushing victory.”
Art of the Film: Fantastic Beasts and Where to Find Them
Art of the Film: Fantastic Beasts and Where to Find Them
Dermot Power
¥279.90
Step inside the world of the talented art departments who, led by Academy Award?-winning production designer Stuart Craig, were responsible for the creation of the unforgettable characters, locations and beasts from the eagerly anticipated new adventure in J.K. Rowling’s Wizarding World.The Art of Fantastic Beasts and Where to Find Them, edited by Dermot Power, concept artist on the film, takes you on a magical journey through a design process every bit as wonderful as that encountered by Newt Scamander in the wizarding world: from the earliest gatherings of the artists, designers and filmmakers to the magical time of the film’s production itself at Leavesden Studios.Bursting with hundreds of production paintings, concept sketches, storyboards, blueprints and matte paintings, and filled with unique insights about the filmmaking journey from Stuart Craig and the artists themselves, this superb book – officially licensed by Warner Bros. Consumer Products – presents a visual feast for readers, and will welcome fans of Harry Potter films into the world of Fantastic Beasts and Where to Find Them.
Paddington: The Story of the Movie (Paddington movie)
Paddington: The Story of the Movie (Paddington movie)
Jeanne Willis
¥44.15
This is the official novelisation of the amazing new movie story. Follow the action and fun as Paddington arrives in London, meets the Brown family and gets involved in lots of exciting adventures. The original story of the movie is retold by the brilliant children’s author Jeanne Willis.
Dead Man Walking (Part 1 of 3) (Detective Mark Heckenburg, Book 4)
Dead Man Walking (Part 1 of 3) (Detective Mark Heckenburg, Book 4)
Paul Finch
免费
Dead Man Walking can be read either in three parts or as a full-length ebook (available 20 November 2014). The fourth unputdownable book in the DS Mark Heckenburg series. A killer thriller for fans of Stuart MacBride and Luther, from the #1 ebook bestseller Paul Finch. His worst nightmare is back… As a brutal winter takes hold of the Lake District, a prolific serial killer stalks the fells. ‘The Stranger’ has returned and for DS Mark ‘Heck’ Heckenburg, the signs are all too familiar. Last seen on Dartmoor ten years earlier, The Stranger murdered his victims in vicious, cold-blooded attacks – and when two young women go missing, Heck fears the worst. As The Stranger lays siege to a remote community, Heck watches helplessly as the killer plays his cruel game, picking off his victims one by one. And with no way to get word out of the valley, Heck must play ball… A spine-chilling thriller, from the #1 ebook bestseller. Perfect for fans of Stuart MacBride and James Oswald.
Architecture of the Shot
Architecture of the Shot
Paul Knorr
¥57.00
From Alabama Slammer to Zoot Suit Riot, Architecture of the Shot is your fun and informative guide to 75 perfectly crafted shots and shooters. Become the master of the shot and let’s get this party started! The perfect home begins with a blueprint and a dream, and your perfect shots and shooters should start the same way! The Architecture of the Shot will reveal the answers to all your queries on these gorgeous, perfectly crafted mini cocktails and more. Focusing on the precise measurements to make the perfect drink as well as the recommended embellishments and ideal occasions for each, this guide will ensure you’re the shot-master at your next hosted event! Laying out the exact measurements from the bottom of your glass to the top, you’ll discover the order in which you should layer your liquor, the precise measurements needed, and even recommended brands and drinking etiquette. Featuring 75 different shots and recipes (including specifications, notes, and embellishments), this is the perfect gift for the cocktail lover in your life. Don’t waste another minute on bad drinks – become a master of the shot with this beautifully illustrated guide.
Letters of Not Lite
Letters of Not Lite
Dale Shaw
¥22.66
A text-only edition of the hilarious Letters of Not. A collection of remarkable and completely made-up correspondence from the great and the good across history. Many books have collated the exceptional letters and personal writing of the famous, offering a fascinating insight into well-known figures’ personal lives and hidden desires. But what of the undistinguished epistles of the renowned? Can their less auspicious musings divulge clues to their hopes and ambitions? Probably not. But they can be quite funny. ‘Letters of Not’ assembles the fictional jotted dross that was never before considered worthy of collection. The Post-it notes, the shopping lists, the failed limericks and the birthday card sentiments of history’s most celebrated sons and daughters. This ‘lite’ edition contains 6 never before seen letters. Inside you will find: Werner Herzog’s impassioned note to his cleaning lady Patti Smith’s gym application Captain Scott’s other last letter to his wife Salvador Dali’s to do list Mark E. Smith’s audio tour of Ripon Cathedral Harold Pinter greetings cards Pope Benedict’s handover notes James Joyce’s out of office Dr Heimlich’s other manoeuvre A letter from the table next to the Algonquin Round Table Tweets from the 1966 Newport Folk Festival Instructions on what to do when you meet Van Morrison And many more, beautifully rendered in their original, blatantly falsified glory and hilariously transcribed for your pleasure.
The 13th Gift: Part One (HarperTrue Life – A Short Read)
The 13th Gift: Part One (HarperTrue Life – A Short Read)
Joanne Huist Smith
¥9.71
A true Christmas story of a family suffering their darkest moments finding strength and love from a surprise Christmas miracle. December 1999: It was the Christmas season, but Joanne Smith was numb. She wished she could just go to sleep and wake up on December 26. No singing. No laughter. No shopping. She typically enjoyed the holidays, but this year she couldn’t celebrate. Her beloved husband of almost twenty years had died two months previously. What had once been a happy home was now devastated, leaving her and her three children drowning in grief. Until they were thrown a lifeline. Twelve days before Christmas, Jo was in the midst of rushing her kids to school, when she discovered a poinsettia sitting on her doorstep with a card, signed cryptically by her “true friends.” That seemingly small gift was the turning point for the Smith family, as over the course of the twelve days of Christmas, a new gift arrived daily. The mystery of the Christmas presents – specifically, the generosity and kindness behind them – worked its magic on the Smiths as the family knitted back together. They rose out of their grief and latched onto the hope they suddenly felt again: that with love, with community, and with family, even the most broken hearts can be mended.