Learning Firefox OS Application Development
¥54.49
Learn to design, build, and deploy your Firefox OS applications, built with web technologies, to the Firefox MarketplaceAbout This BookCreate beautiful and interactive Firefox OS applications by applying your knowledge of web developmentCater your applications to a huge number of users by porting them to the Firefox OSA step-by-step learning workflow with real-life applications to demonstrate the concepts Who This Book Is For This is a practical guide that uses hands-on examples to teach you how to create applications for Firefox OS and also how to port applications to Firefox Marketplace. This book is intended for developers who want to build applications for Firefox OS. An understanding of HTML5, JavaScript, and CSS is required.What You Will LearnInstall, use, and access the Firefox OS simulator with the help of WebIDEGet to know about application manifest files and the essential difference between web applications and Firefox OS applicationsCreate an application that measures the tapping speed of the userCreate an application that allows a user to check in at a place with geolocation taggingAccess device-specific features with WebAPIs and implement these by building a photo editing and sharing applicationSubmit your own applications to the Firefox Marketplace and share them with othersProfessionally maintain the code of your application with the help of Github and deploy your hosted applications to OpenShift In Detail With broad compatibility, the latest in web technologies, and powerful development tools, Firefox is a great choice for both web developers and end users. Firefox OS’s promotion of HTML5 as a first class citizen opens up the walled gardens of mobile application development for web developers. It is because of this initiative that no special SDKs are required to develop for Firefox OS. This book will help you excel in the art of developing applications for Firefox OS. It sequentially covers knowledge building, skills acquisition, and practical applications. Starting with an introduction to Firefox OS, usage of WebIDE, and then the application structure, this book introduces applications of increasing complexity with each chapter. An application that measures your tapping speed, a geolocation tagging application, and a photo editing and sharing application are the three applications that will be built from scratch. You will learn about topics such as the difference between various types of Firefox OS applications, application manifest files, offline apps, and designing principles for applications. You will also learn to test and submit the applications to the marketplace and finally maintain the repository of the Firefox OS application. By the end, you will be able to develop beautifully designed, fully-fledged, and rigorously tested Firefox OS applications and also share them at the Firefox OS Marketplace.Style and approach This book is an easy-to-grasp workflow with practical examples of real-world applications such as Clickr, Check In!, and FotoFox. Each chapter explains the concepts, which are then reinforced as they are demonstrated in an application or a flowchart.
Unreal Engine Game Development Cookbook
¥90.46
Over 40 recipes to accelerate the process of learning game design and solving development problems using Unreal EngineAbout This BookExplore the quickest way to tackle common challenges faced in Unreal EngineCreate your own content, levels, light scenes, and materials, and work with Blueprints and C++ *ingAn intermediate, fast-paced Unreal Engine guide with targeted recipes to design games within its framework Who This Book Is For This book is for those who are relatively experienced with Unreal Engine 4 and have knowledge of its fundamentals. Working knowledge of C++ is required.What You Will LearnDiscover editor functionalities for an in-depth insight into game designDevelop environments using terrain for outdoor areas and a workflow for interiors as well using brushesDesign various kinds of materials with unique features, such as mirrors and glowsExplore the various ways that lighting can be used in the engineBuild various level effects using Blueprints, Unreal's visual *ing systemSet up a development environment and develop custom functionality with C++ for your gamesCreate healthbars and main menus with animations using Slate, Unreal's UI solution, through the UMG EditorPackage and create an installer to get your project out into the world In Detail Unreal Engine is powerful tool with rich functionalities to create games. It equips you with the skills to easily build mobile and desktop games from scratch without worrying about which platform they will run on. You can focus on the individual complexities of game development such as animation and rendering. This book takes you on a journey to jumpstart your game design efforts. You will learn various aspects of the Unreal engine commonly encountered with practical examples of how it can be used, with numerous references for further study. You will start by getting acquainted with Unreal Engine 4 and building out levels for your game. This will be followed by recipes to help you create environments, place meshes, and implement your characters. You will then learn to work with lights, camera, and shadows to include special effects in your game. Moving on, you’ll learn Blueprint *ing and C++ programming to enable you to achieve trigger effects and add simple functionalities. By the end of the book, you will see how to create a healthbar and main menu, and then get your game ready to be deployed and published.Style and approach This book offers detailed, easy-to-follow recipes that will help you master a wide range of Unreal Engine 4's features. Every recipe provides step-by-step instructions, with explanations of how these features work, and alternative approaches and research materials so you can learn even more.
LaTeX Cookbook
¥80.65
Over 100 hands-on recipes to quickly prepare LaTeX documents of various kinds to solve challenging tasksAbout This BookWork with modern document classes, such as KOMA-Script classesExplore the latest LaTeX packages, including TikZ, pgfplots, and biblatexAn example-driven approach to creating stunning graphics directly within LaTeX Who This Book Is For If you already know the basics of LaTeX and you like to get fast, efficient solutions, this is the perfect book for you. If you are an advanced reader, you can use this book's example-driven format to take your skillset to the next level. Some familiarity with the basic syntax of LaTeX and how to use the editor of your choice for compiling is required.What You Will LearnChoose the right document class for your project to customize its featuresUtilize fonts globally and locallyFrame, shape, arrange, and annotate imagesAdd a bibliography, a glossary, and an indexCreate colorful graphics including diagrams, flow charts, bar charts, trees, plots in 2d and 3d, time lines, and mindmapsSolve typical tasks for various sciences including math, physics, chemistry, electrotechnics, and computer scienceOptimize PDF output and enrich it with meta data, annotations, popups, animations, and fill-in fieldsExplore the outstanding capabilities of the newest engines and formats such as XeLaTeX, LuaLaTeX, and LaTeX3 In Detail LaTeX is a high-quality typesetting software and is very popular, especially among scientists. Its programming language gives you full control over every aspect of your documents, no matter how complex they are. LaTeX's huge amount of customizable templates and supporting packages cover most aspects of writing with embedded typographic expertise. With this book you will learn to leverage the capabilities of the latest document classes and explore the functionalities of the newest packages. The book starts with examples of common document types. It provides you with samples for tuning text design, using fonts, embedding images, and creating legible tables. Common document parts such as the bibliography, glossary, and index are covered, with LaTeX's modern approach. You will learn how to create excellent graphics directly within LaTeX, including diagrams and plots quickly and easily. Finally, you will discover how to use the new engines XeTeX and LuaTeX for advanced programming and calculating with LaTeX. The example-driven approach of this book is sure to increase your productivity.Style and approach This book guides you through the world of LaTeX based on over a hundred hands-on examples. These are explained in detail and are designed to take minimal time and to be self-compliant.
Building Wireless Sensor Networks Using Arduino
¥71.93
Leverage the powerful Arduino and XBee platforms to monitor and control your surroundingsAbout This BookBuild your own low-power, wireless network using ready-made Arduino and XBee hardwareCreate a complex project using the Arduino prototyping platformA guide that explains the concepts and builds upon them with the help of examples to form projects Who This Book Is For This book is targeted at embedded system developers and hobbyists who have some working knowledge of Arduino and who wish to extend their projects using wireless connectivity.What You Will LearnInteract with XBee boards using the XCTU program on Windows, OS X, or LinuxMake your Arduino boards communicate wirelessly, using XBee modules in the advanced API modeCentrally collect and store measured sensor data, in the cloud or your own databaseConnect the coordinator Arduino to the Internet and send data to web servicesControl your environment automatically, based on sensor input from your networkInteract with off-the-shelf ZigBee Home Automation devicesMake your devices battery-powered and let them sleep to get months or even years of battery life In Detail Arduino has been established as the de facto standard microcontroller programming platform, being used for one-off do-it-yourself projects as well as prototypes for actual products. By providing a myriad of libraries, the Arduino community has made it very easy to interact with pretty much any piece of hardware out there. XBee offers a great range of low-power wireless solutions that are easy to work with, by taking all of the complexity of wireless (mesh) networking out of your hands and letting you focus on what to send without worrying about the how. Building wireless sensor networks is cost-effective as well as efficient as it will be done with Arduino support. The book starts with a brief introduction to various wireless protocols, concepts, and the XBee hardware that enables their use. Then the book expands to explain the Arduino boards to you, letting them read and send sensor data, collect that data centrally, and then even control your home from the Internet. Moving further more advanced topics such as interacting through the standard Zigbee Home Automation protocol, or making your application power-efficient are covered. By the end of the book, you will have all the tools needed to build complete, real-world solutions.Style and approach A hands-on guide, featuring a single home automation project that can be built as described or with endless variations. Every step is illustrated with complete examples and screenshots, allowing you to build the examples swiftly.
Android Studio Cookbook
¥71.93
Design, test, and debug your apps using Android StudioAbout This BookSee what Material design is about and how to apply it your appsExplore the possibilities to develop apps that works on any type of deviceA step-by-step practical guide that will help you build improved applications, change their look, and debug them Who This Book Is For This book is for developers that are already familiar with programming concepts and have already started creating apps for the Android platform, for example, by using the Eclipse IDE. It is for developers who intend to use Android Studio as their primary IDE or want to use Android Studio more efficiently.What You Will LearnDevelop Android Studio applications using GenymotionApply the concepts of Material design to your applicationsUse memory monitoring tools to tweak performanceBuild applications for Android WearableCapture images, video, or audio within your Android appUse content providers to display dataBuild apps with a cloud-based backendCreate media-related apps that will run on phones, phablets, tablets, and TVs In Detail This book starts with an introduction of Android Studio and why you should use this IDE rather than Eclipse. Moving ahead, it teaches you to build a simple app that requires no backend setup but uses Google Cloud or Parse instead. After that, you will learn how to create an Android app that can send and receive text and images using Google Cloud or Parse as a backend. It explains the concepts of Material design and how to apply them to an Android app. Also, it shows you how to build an app that runs on an Android wear device. Later, it explains how to build an app that takes advantage of the latest Android SDK while still supporting older Android versions. It also demonstrates how the performance of an app can be improved and how memory management tools that come with the Android Studio IDE can help you achieve this. By the end of the book, you will be able to develop high quality apps with a minimum amount of effort using the Android Studio IDE.Style and approach This is a practical guide full of challenges and many real-world examples that demonstrate interesting development concepts. Besides smartphones and tablets, it also covers Android wearable devices and Android TV. Although strongly recommended, it is not necessary to own any Android device yourself.
Building an FPS Game with Unity
¥80.65
Create a high-quality first person shooter game using the Unity game engine and the popular UFPS and Probuilder frameworksAbout This BookLearn how to use Unity in conjunction with UFPS and ProBuilder to create a high-quality game quicklyCreate both interior and exterior environmentsA step-by step guide to building a project with clear examples and instructions to create a number of interesting scenarios Who This Book Is For This book is for those who want to create an FPS game in Unity and gain knowledge on how to customize it to be their very own. If you are familiar with the basics of Unity, you will have an easier time, but it should make it possible for someone with no prior experience to learn Unity at an accelerated pace.What You Will LearnUse UFPS to build custom weapons with custom meshes and behaviorsExplore level design as you prototype levels, making use of Prototype to build levels out quicklyBuild environments that are realistic as possible while keeping peak performance and repetitiveness downReview tips and tricks on how to create environments using both terrain for outdoor areas and a modular workflow for interiorsDevelop a number of different encounters that your players can fight against, from a simple turret enemy to complex AI characters from Shooter AIDiscover how to create unique objects such as exploding barrels and objects you can interact withCreate a custom GUI to help your game stand out from the crowdPackage your game for release, create an installer, and get your game out into the world In Detail Unity, available in free and pro versions, is one of the most popular third-party game engines available. It is a cross-platform game engine, making it easy to write your game once and then port it to PC, consoles, and even the web, making it a great choice for both indie and AAA developers. Building an FPS Game in Unity takes readers on an exploration of how to use Unity to create a 3D first person shooter (FPS) title, leveraging the powerful UFPS framework by VisionPunk and Prototype/ProBuilder 2.0 by ProCore3D. After some setting up, you will start by learning how to create custom weapons, prototype levels, create exterior and interior environments, and breathe life into our levels. We will then add polish to the levels. Finally, we will create a custom GUI and menus for our title to create a complete package.Style and approach An easy-to-follow guide with each project containing step-by-step explanations, diagrams, screenshots, and downloadable material. Concepts in Unity and C# are explained as they are used and for the more inquisitive, there are more details on the concepts used with additional external resources to learn from.
Mastering PowerCLI
¥99.18
Master PowerCLI to automate all aspects of VMware environmentsAbout This BookLeverage PowerCLI to perform administration tasks in a more effective and efficient wayEscape from daily tedious and repetitive tasks by unleashing the full potential of your creative side through *ingMaster the intricate workings of PowerShell and PowerCLI through easy and real-life examples Who This Book Is For If you are a system administrator with working knowledge of PowerShell and PowerCLI who wants to perform quick and easy *ing but at the same time achieve complex results and write production grade *s, then this book is for you.What You Will LearnUse GitHub for collaboration and Pester to automate unit testsWrite advanced reusable functions and dynamic variables and learn about error handling in PowerShellAutomate ESXi host installation using Auto-Deploy, host profile, and host imageImplement security best practices in a vSphere data centerManage SRM, vCloud Air, and vRealize Operations environmentsAccess and utilize vSphere APIs to manage advanced aspects of vSphere and work with .NET view objectsUtilize REST APIs to manage vRealize Automation environmentsCreate a Windows GUI through the use of PowerShell and Sapien PrimalForms CE In Detail Have you ever wished that every morning you could automatically get a report with all the relevant information about your datacenter in exactly the same format you wantOr whether you could automate that boring, exhausting taskWhat if some crucial task needs to be performed on a regular basis without any errorPowerCLI *s do all that and much more for VMware environments. It is built on top of the popular Windows PowerShell, with which you can automate server tasks and reduce manual input, allowing you to focus on more important tasks. This book will help you to achieve your goals by starting with a short refresher on PowerShell and PowerCLI and then covering the nuances of advanced functions and reusable *s. Next you will learn how to build a vSphere-powered virtualized datacenter using PowerCLI while managing different aspects of the environment including automated installation, network, and storage. You will then manage different logical constructs of vSphere environment and different aspects of a virtual machine. Later, you will implement the best practices for a security implementation in vSphere Environment through PowerCLI before discovering how to manage other VMware environments such as SRM, vCloud Director and vCloud Air through PowerCLI. You will also learn to manage vSphere environments using advanced properties by accessing vSphere API and REST APIs through PowerCLI. Finally, you will build a Windows GUI application using PowerShell followed by a couple of sample *s for reporting and managing vSphere environments with detailed explanations of the *s. By the end of the book, you will have the required in-depth knowledge to master the art of PowerCLI *ing.Style and approach In this book, every topic is explained in a very easy-to-follow fashion with real-life, simple examples so that you get an idea of not only the topic but also the context in which it should be used or where it can be best utilized.
Creating Stunning Dashboards with QlikView
¥71.93
Bring real business insights to your company through effective and engaging dashboards in QlikViewAbout This BookBuild outstanding dashboards that respond to your company’s information needsPresent the data in efficient and innovative ways to promote insightsUnleash the true power of QlikView by creating engaging visualizations Who This Book Is For This book is focused on QlikView developers with basic knowledge of *ing and layouts who want to improve their designing skills and build effective, eye-catching dashboards that deliver tangible value to their business.What You Will LearnBuild a comprehensive library of QlikView components to speed up your developmentsDefine a practical roadmap that will help you build business-driven dashboardsExplore the most effective and engaging ways to present dataApply the best practices in the field of data visualizationAvoid common pitfalls when creating bar, line and pie chartsCreate robust visualizations such as heat maps, histograms and scatter plots In Detail QlikView is one of the most powerful analytical tools in the market. Based on an in-memory associative model, it lets users freely navigate through the data, spot trends and make better decisions. This platform is capable of integrating a wide range of data sources like ERP systems, data warehouses or spreadsheets into a single application in order display dashboards with state-of-the-art visualizations. Creating Stunning Dashboards with QlikView is an easy to follow handbook that guides you through the process of creating an effective and engaging dashboard that delivers tangible value to the business. It starts with the identification of the business needs and the definition of the main KPIs, and takes you all the way to the application rollout. Throughout the book, you will learn how to apply some of the best practices in the field of data visualization, create a robust navigation schema, chose the best chart types for each scenario and many other things that will help you create effective dashboards that uncover all the stories behind the data.Style and approach This easy-to-follow compilation of best practices, tips, and tricks will help you leverage your QlikView developments. Each section presents practical guidelines to help you create dashboards that are not only functional, but also engaging and compelling.
Mastering Jenkins
¥90.46
Configure and extend Jenkins to architect, build, and automate efficient software delivery pipelinesAbout This BookConfigure and horizontally scale a Jenkins installation to support a development organization of any sizeImplement Continuous Integration, Continuous Delivery, and Continuous Deployment solutions in JenkinsA step-by-step guide to help you get the most out of the powerful automation orchestration platform that is Jenkins Who This Book Is For If you are a novice or intermediate-level Jenkins user who has used Jenkins before but are not familiar with architecting solutions and implementing it in your organization, then this is the book for you. A basic understanding of the core elements of Jenkins is required to make the best use of this book.What You Will LearnCreate and manage various types of build jobs, and implement automation tasks to support a software project of any kindGet to grips with the automated testing architecture, and scalable automated testing techniquesFacilitate the delivery of software across the SDLC by creating scalable automated deployment solutionsManage scalable automation pipelines in Jenkins using the latest build, test, and deployment strategiesImplement a scalable master / slave build automation platform, which can support Windows, Mac OSX, and Linux software solutionsCover troubleshooting and advanced configuration techniques for Jenkins slave nodesSupport a robust build and delivery system by implementing basic infrastructure as code solutions in configuration management tools such as Ansible In Detail With the software industry becoming more and more competitive, organizations are now integrating delivery automation and automated quality assurance practices into their business model. Jenkins represents a complete automation orchestration system, and can help converge once segregated groups into a cohesive product development and delivery team. By mastering the Jenkins platform and learning to architect and implement Continuous Integration, Continuous Delivery, and Continuous Deployment solutions, your organization can learn to outmanoeuvre and outpace the competition. This book will equip you with the best practices to implement advanced continuous delivery and deployment systems in Jenkins. The book begins with giving you high-level architectural fundamentals surrounding Jenkins and Continuous Integration. You will cover the different installation scenarios for Jenkins, and see how to install it as a service, as well as the advanced XML configurations. Then, you will proceed to learn more about the architecture and implementation of the Jenkins Master/Save node system, followed by creating and managing Jenkins build jobs effectively. Furthermore, you’ll explore Jenkins as an automation orchestration system, followed by implementing advanced automated testing techniques. The final chapters describe in depth the common integrations to Jenkins from third-party tools such as Jira, Artifactory, Amazon EC2, and getting the most out of the Jenkins REST-based API. By the end of this book, you will have all the knowledge necessary to be the definitive resource for managing and implementing advanced Jenkins automation solutions for your organization.Style and approach This book is a step-by-step guide to architecting and implementing automated build solutions, automated testing practices, and automated delivery methodologies. The topics covered are based on industry-proven techniques, and are explained in a simple and easy to understand manner.
Learning Shiny
¥71.93
Make the most of R’s dynamic capabilities and implement web applications with ShinyAbout This BookPresent interactive data visualizations in R within the Shiny frameworkConstruct web dashboards in a simple, intuitive, but fully flexible environmentApply your skills to create a real-world web application with this step-by-step guide Who This Book Is For If you are a data scientist who needs a platform to show your results to a broader audience in an attractive and visual way, or a web developer with no prior experience in R or Shiny, this is the book for you.What You Will LearnComprehend many useful functions, such as lapply and apply, to process data in RWrite and structure different files to create a basic dashboardDevelop graphics in R using popular graphical libraries such as ggplot2 and GoogleVisMount a dashboard on a Linux ServerIntegrate Shiny with non-R-native visualization, such as D3.jsDesign and build a web application In Detail R is nowadays one of the most used tools in data science. However, along with Shiny, it is also gaining territory in the web application world, due to its simplicity and flexibility. Shiny is a framework that enables the creation of interactive visualizations written entirely in R and can be displayed in almost any ordinary web browser. It is a package from RStudio, which is an IDE for R. From the fundamentals of R to the administration of multi-concurrent, fully customized web applications, this book explains how to achieve your desired web application in an easy and gradual way. You will start by learning about the fundamentals of R, and will move on to looking at simple and practical examples. These examples will enable you to grasp many useful tools that will assist you in solving the usual problems that can be faced when developing data visualizations. You will then walk through the integration of Shiny with R in general and view the different visualization possibilities out there. Finally, you will put your skills to the test and create your first web application!Style and approach This is a comprehensive, step-by-step guide that will allow you to learn and make full use of R and Shiny’s capabilities in a gradual way, together with clear, applied examples.
Elasticsearch for Hadoop
¥71.93
Integrate Elasticsearch into Hadoop to effectively visualize and analyze your dataAbout This BookBuild production-ready analytics applications by integrating the Hadoop ecosystem with ElasticsearchLearn complex Elasticsearch queries and develop real-time monitoring Kibana dashboards to visualize your dataUse Elasticsearch and Kibana to search data in Hadoop easily with this comprehensive, step-by-step guide Who This Book Is For This book is targeted at Java developers with basic knowledge on Hadoop. No prior Elasticsearch experience is expected.What You Will LearnSet up the Elasticsearch-Hadoop environmentImport HDFS data into Elasticsearch with MapReduce jobsPerform full-text search and aggregations efficiently using ElasticsearchVisualize data and create interactive dashboards using KibanaCheck and detect anomalies in streaming data using Storm and ElasticsearchInject and classify real-time streaming data into ElasticsearchGet production-ready for Elasticsearch-Hadoop based projectsIntegrate with Hadoop eco-system such as Pig, Storm, Hive, and Spark In Detail The Hadoop ecosystem is a de-facto standard for processing terra-bytes and peta-bytes of data. Lucene-enabled Elasticsearch is becoming an industry standard for its full-text search and aggregation capabilities. Elasticsearch-Hadoop serves as a perfect tool to bridge the worlds of Elasticsearch and Hadoop ecosystem to get best out of both the worlds. Powered with Kibana, this stack makes it a cakewalk to get surprising insights out of your massive amount of Hadoop ecosystem in a flash. In this book, you'll learn to use Elasticsearch, Kibana and Elasticsearch-Hadoop effectively to analyze and understand your HDFS and streaming data. You begin with an in-depth understanding of the Hadoop, Elasticsearch, Marvel, and Kibana setup. Right after this, you will learn to successfully import Hadoop data into Elasticsearch by writing MapReduce job in a real-world example. This is then followed by a comprehensive look at Elasticsearch essentials, such as full-text search analysis, queries, filters and aggregations; after which you gain an understanding of creating various visualizations and interactive dashboard using Kibana. Classifying your real-world streaming data and identifying trends in it using Storm and Elasticsearch are some of the other topics that we'll cover. You will also gain an insight about key concepts of Elasticsearch and Elasticsearch-hadoop in distributed mode, advanced configurations along with some common configuration presets you may need for your production deployments. You will have “Go production checklist” and high-level view for cluster administration for post-production. Towards the end, you will learn to integrate Elasticsearch with other Hadoop eco-system tools, such as Pig, Hive and Spark.Style and approach A concise yet comprehensive approach has been adopted with real-time examples to help you grasp the concepts easily.
Flat Stanley: His Original Adventure!
¥27.65
When Stanley Lambchop wakes up one morning, his brother, Arthur, is yelling. A bulletin board fell on Stanley during the night, and now he is only half an inch thick! Amazing things begin happening to him. Stanley gets rolled up, mailed, and flown like a kite. He even gets to help catch two dangerous art thieves. He may be flat, but he's a hero. This is the very first Flat Stanley adventure, updated with crisp new art. Supports the Common Core State Standards
Beyond Belief
¥90.77
Jenna Miscavige Hill was raised to obey. As the niece of the Church of Scientology leader David Miscavige, she grew up at the center of this highly controversial and powerful organization. But at twenty-one, Jenna made a daring break, risking everything she had ever known and loved to leave Scientology once and for all. Now she speaks out about her life, the Church, and her dramatic escape, going deep inside a religion that, for decades, has been the subject of fierce debate and speculation worldwide. Piercing the veil of secrecy that has long shrouded the world of Scientology, this insider reveals unprecedented firsthand knowledge of the religion, its obscure rituals, and its mysterious leader David Miscavige. From her prolonged separation from her parents as a small child to being indoctrinated to serve the greater good of the Church, from her lack of personal freedoms to the organization emphasis on celebrity recruitment, Jenna goes behind the scenes of Scientology oppressive and alienating culture, detailing an environment rooted in control in which the most devoted followers often face the harshest punishments when they fall out of line. Addressing some of the Church most notorious practices in startling detail, she also describes a childhood of isolation and neglect a childhood that, painful as it was, prepared her for a tough life in the Church most devoted order, the Sea Org. Despite this hardship, it is only when her family approaches dissolution and her world begins to unravel that she is finally able to see the patterns of stifling conformity and psychological control that have ruled her life. Faced with a heartbreaking choice, she mounts a courageous escape, but not before being put through the ultimate test of family, faith, and love. At once captivating and disturbing, Beyond Belief is an eye-opening exploration of the limits of religion and the lengths to which one woman went to break free.
On Love and Loneliness
¥77.49
In 1950 Krishnamurti said: It is only when the mind is not escaping in any form that it is possible to be in direct communion with that thing we call lonliness, the alone, and to have communion with that thing, there must be affection, there must be love. On Love and Lonliness is a compelling investigation of our intimate relationships with ourselves, others, and society. Krishnamurti suggests that true relationship can come into being only when there is self-knowledge of the conditions which divide and islolate individuals and groups. Only by renouncing the self can we understand the problem of lonliness, and truly love.
Mrs Queen Takes the Train
¥83.03
After decades of service and years of watching her family's troubles splashed across the tabloids, Britain's Queen is beginning to feel her age. She needs some proper cheering up. An unexpected opportunity offers her relief: an impromptu visit to a place that holds happy memories—the former royal yacht, Britannia, now moored near Edinburgh. Hidden beneath a skull-emblazoned hoodie, the limber Elizabeth (thank goodness for yoga) walks out of Buckingham Palace into the freedom of a rainy London day and heads for King's Cross to catch a train to Scotland. But a characterful cast of royal attendants has discovered her missing. In uneasy alliance a lady-in-waiting, a butler, an equerry, a girl from the stables, a dresser, and a clerk from the shop that supplies Her Majesty's cheese set out to find her and bring her back before her absence becomes a national scandal.Mrs Queen Takes the Train is a clever novel, offering a fresh look at a woman who wonders if she, like Britannia herself, has, too, become a relic of the past. William Kuhn paints a charming yet biting portrait of British social, political, and generational rivalries—between upstairs and downstairs, the monarchy and the government, the old and the young. Comic and poignant, fast paced and clever, this delightful debut tweaks the pomp of the monarchy, going beneath its rigid formality to reveal the human heart of the woman at its center.
Heidegger, Strauss, and the Premises of Philosophy
¥229.55
In this groundbreaking work, Richard L. Velkley examines the complex philosophical relationship between Martin Heidegger and Leo Strauss. Velkley argues that both thinkers provide searching analyses of the philosophical tradition's origins in radical questioning. For Heidegger and Strauss, the recovery of the original premises of philosophy cannot be separated from rethinking the very possibility of genuine philosophizing.?Common views of the influence of Heidegger's thought on Strauss suggest that, after being inspired early on by Heidegger's dismantling of the philosophical tradition, Strauss took a wholly separate path, spurning modernity and pursuing instead a renewal of Socratic political philosophy. Velkley rejects this reading and maintains that Strauss's engagement with the challenges posed by Heidegger-as well as by modern philosophy in general-formed a crucial and enduring framework for his lifelong philosophical project. More than an intellectual biography or a mere charting of influence, Heidegger, Strauss, and the Premises of Philosophy is a profound consideration of these two philosophers' reflections on the roots, meaning, and fate of Western rationalism.
Michael Polanyi and His Generation
¥247.21
In Michael Polanyi and His Generation, Mary Jo Nye investigates the role that Michael Polanyi and several of his contemporaries played in the emergence of the social turn in the philosophy of science. This turn involved seeing science as a socially based enterprise that does not rely on empiricism and reason alone but on social communities, behavioral norms, and personal commitments. Nye argues that the roots of the social turn are to be found in the scientific culture and political events of Europe in the 1930s, when scientific intellectuals struggled to defend the universal status of scientific knowledge and to justify public support for science in an era of economic catastrophe, Stalinism and Fascism, and increased demands for applications of science to industry and social welfare.?At the center of this struggle was Polanyi, who Nye contends was one of the first advocates of this new conception of science. Nye reconstructs Polanyi's scientific and political milieus in Budapest, Berlin, and Manchester from the 1910s to the 1950s and explains how he and other natural scientists and social scientists of his generation-including J. D. Bernal, Ludwik Fleck, Karl Mannheim, and Robert K. Merton-and the next, such as Thomas Kuhn, forged a politically charged philosophy of science, one that newly emphasized the social construction of science.
Walter Ralegh's "e;History of the World"e …
¥247.21
Imprisoned in the Tower of London after the death of Queen Elizabeth in 1603, Sir Walter Ralegh spent seven years producing his massive History of the World.?Created with the aid of a library of more than five hundred books that he was allowed to keep in his quarters, this incredible work of English vernacular would become a best seller, with nearly twenty editions, abridgments, and continuations issued in the years that followed.Nicholas Popper uses Ralegh's?History?as a touchstone in this lively exploration of the culture of history writing and historical thinking in the late Renaissance. From Popper we learn why early modern Europeans ascribed heightened value to the study of the past and how scholars and statesmen began to see historical expertise as not just a foundation for political practice and theory, but as a means of advancing their power in the courts and councils of contemporary Europe. The rise of historical scholarship during this period encouraged the circulation of its methods to other disciplines, transforming Europe's intellectual-and political-regimes. More than a mere study of Ralegh's History of the World, Popper's book reveals how the methods that historians devised to illuminate the past structured the dynamics of early modernity in Europe and England.
Studying Human Behavior
¥241.33
In Studying Human Behavior, Helen E. Longino enters into the complexities of human behavioral research, a domain still dominated by the age-old debate of "e;nature versus nurture."e; Rather than supporting one side or another or attempting to replace that dichotomy with a different framework for understanding behavior, Longino focuses on how scientists study it, specifically sexual behavior and aggression, and asks what can be known about human behavior through empirical investigation.?She dissects five approaches to the study of behavior-quantitative behavioral genetics, molecular behavior genetics, developmental psychology, neurophysiology and anatomy, and social/environmental methods-highlighting the underlying assumptions of these disciplines, as well as the different questions and mechanisms each addresses. She also analyzes efforts to integrate different approaches. Longino concludes that there is no single "e;correct"e; approach but that each contributes to our overall understanding of human behavior. In addition, Longino reflects on the reception and transmission of this behavioral research in scientific, social, clinical, and political spheres. A highly significant and innovative study that bears on crucial scientific questions, Studying Human Behavior will be essential reading not only for scientists and philosophers but also for science journalists and anyone interested in the engrossing challenges of understanding human behavior.
Distinguishing Disability
¥200.12
Students in special education programs can have widely divergent experiences. For some, special education amounts to a dumping ground where schools unload their problem students, while for others, it provides access to services and accommodations that drastically improve chances of succeeding in school and beyond. Distinguishing Disability argues that this inequity in treatment is directly linked to the disparity in resources possessed by the students' parents.Since the mid-1970s, federal law has empowered parents of public school children to intervene in virtually every aspect of the decision making involved in special education. However, Colin Ong-Dean reveals that this power is generally available only to those parents with the money, educational background, and confidence needed to make effective claims about their children's disabilities and related needs. Ong-Dean documents this class divide by examining a wealth of evidence, including historic rates of learning disability diagnosis, court decisions, and advice literature for parents of disabled children. In an era of expanding special education enrollment, Distinguishing Disability is a timely analysis of the way this expansion has created new kinds of inequality.
Natural Questions
¥229.55
Lucius Annaeus Seneca (4 BCE-65 CE) was a Roman Stoic philosopher, dramatist, statesman, and adviser to the emperor Nero, all during the Silver Age of Latin literature. The Complete Works of Lucius Annaeus Seneca is a fresh and compelling series of new English-language translations of his works in eight accessible volumes. Edited by world-renowned classicists Elizabeth Asmis, Shadi Bartsch, and Martha C. Nussbaum, this engaging collection restores Seneca-whose works have been highly praised by modern authors from Desiderius Erasmus to Ralph Waldo Emerson-to his rightful place among the classical writers most widely studied in the humanities.Written near the end of Seneca's life, Natural Questions is a work in which Seneca expounds and comments on the natural sciences of his day-rivers and earthquakes, wind and snow, meteors and comets-offering us a valuable look at the ancient scientific mind at work. The modern reader will find fascinating insights into ancient philosophical and scientific approaches to the physical world and also vivid evocations of the grandeur, beauty, and terror of nature.

购物车
个人中心

