Is Shane MacGowan Still Alive?
¥53.76
TIM BRADFORD is a freelance writer and illustrator. He has written for the NME, When Saturday Comes, Empire and Amateur Photographer. His drawings have appeared in the Observer and the Express. He lives in London and is an enthusiastic trainee Celt.
King Dong
¥53.76
A pseudonym for an established comedy author who is trying their hand at something more risquè than normal…
101 Ways to Win at Scrabble: Top tips for Scrabble success (Collins Little Books
¥51.50
Barry Grossman is one of the UK's best Scrabble players, and former chairman of the influential London Scrabble League. Barry also writes for radio; his best-known work is the Radio 4 comedy “The Attractive Young Rabbi”, which ran for three series between 1999 and 2002.
Bearing Witness
¥261.73
The first edition of Bearing Witness brought together for the first time 176 slave narratives from the state of Arkansas. Now, this new edition adds ten previously undiscovered accounts. No one knew the truths of slavery better than the slaves themselves, but no one consulted them until the 1930s. Then, recognizing that this generation of unique witnesses would soon be lost to history, the Works Progress Administration's Federal Writers' Project acted to interview as many former slaves as possible. In a continuation of the project's interest in the life histories of ordinary people, writers interviewed over two thousand former slaves, more than a third of them in Arkansas. These oral histories were first published in the 1970s in a thirty-nine-volume series organized by state, and they transformed America's understanding of slavery. They have offered crucial evidence on a variety of other topics as well: the Civil War, Reconstruction, agricultural practices, everyday life, and oral history itself. But some former Arkansas slaves were interviewed in Texas, Oklahoma, and other states, so their narratives were published in those other collections. And more than half of the testimonies in the Arkansas volume were interviews with people who had moved to Arkansas after freedom. Folklorist George Lankford combed all of the state collections for the testimonies properly belonging to Arkansas and deleted from this state's collection the testimony of later migrants
A Natural History of Time
¥147.15
The quest to pinpoint the age of the Earth is nearly as old as humanity itself. For most of history, people trusted mythology or religion to provide the answer, even though nature abounds with clues to the past of the Earth and the stars. In A Natural History of Time, geophysicist Pascal Richet tells the fascinating story of how scientists and philosophers examined those clues and from them built a chronological scale that has made it possible to reconstruct the history of nature itself.Richet begins his story with mythological traditions, which were heavily influenced by the seasons and almost uniformly viewed time cyclically. The linear history promulgated by Judaism, with its story of creation, was an exception, and it was that tradition that drove early Christian attempts to date the Earth. For instance, in 169 CE, the bishop of Antioch, for instance declared that the world had been in existence for quote;5,698 years and the odd months and days quote;Until the mid-eighteenth century, such natural timescales derived from biblical chronologies prevailed, but, Richet demonstrates, with the Scientific Revolution geological and astronomical evidence for much longer timescales began to accumulate. Fossils and the developing science of geology provided compelling evidence for periods of millions and millions of years-a scale that even scientists had difficulty grasping. By the end of the twentieth century, new tools such as radiometric dating had demonstrated that the solar system is four and a half billion years old, and the universe itself about twice that, though controversial questions remain.The quest for time is a story of ingenuity and determination, and like a geologist, Pascal Richet carefully peels back the strata of that history, giving us a chance to marvel at each layer and truly appreciate how far our knowledge-and our planet-have come.
On Borrowed Time
¥311.96
Life is short. This indisputable fact of existence has driven human ingenuity since antiquity, whether through efforts to lengthen our lives with medicine or shorten the amount of time we spend on work using technology. Alongside this struggle to manage the pressure of life's ultimate deadline, human perception of the passage and effects of time has also changed. In On Borrowed Time, Harald Weinrich examines an extraordinary range of materials-from Hippocrates to Run Lola Run-to put forth a new conception of time and its limits that, unlike older models, is firmly grounded in human experience. Weinrich's analysis of the roots of the word time connects it to the temples of the skull, demonstrating that humans first experienced time in the beating of their pulses. Tracing this corporeal perception of time across literary, religious, and philosophical works, Weinrich concludes that time functions as a kind of sixth sense-the crucial sense that enables the other five. Written with Weinrich's customary narrative elegance, On Borrowed Time is an absorbing-and, fittingly, succinct-meditation on life's inexorable brevity.
Paleobiological Revolution
¥329.62
establishment of the modern synthesis in the 1940s and the pioneering work of George Gaylord Simpson, Ernst Mayr, and Theodosius Dobzhansky, as well as the subsequent efforts of Stephen Jay Gould, David Raup, and James Valentine, paleontology became embedded in biology and emerged as paleobiology, a first-rate discipline central to evolutionary studies. Pairing contributions from some of the leading actors of the transformation with overviews from historians and philosophers of science, the essays here capture the excitement of the seismic changes in the discipline. In so doing, David Sepkoski and Michael Ruse harness the energy of the past to call for further study of the conceptual development of modern paleobiology.
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.
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.
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.
OpenCV with Python Blueprints
¥71.93
Design and develop advanced computer vision projects using OpenCV with PythonAbout This BookProgram advanced computer vision applications in Python using different features of the OpenCV libraryPractical end-to-end project covering an important computer vision problemAll projects in the book include a step-by-step guide to create computer vision applications Who This Book Is For This book is for intermediate users of OpenCV who aim to master their skills by developing advanced practical applications. Readers are expected to be familiar with OpenCV’s concepts and Python libraries. Basic knowledge of Python programming is expected and assumed.What You Will LearnGenerate real-time visual effects using different filters and image manipulation techniques such as dodging and burningRecognize hand gestures in real time and perform hand-shape analysis based on the output of a Microsoft Kinect sensorLearn feature extraction and feature matching for tracking arbitrary objects of interestReconstruct a 3D real-world scene from 2D camera motion and common camera reprojection techniquesTrack visually salient objects by searching for and focusing on important regions of an imageDetect faces using a cascade classifier and recognize emotional expressions in human faces using multi-layer peceptrons (MLPs)Recognize street signs using a multi-class adaptation of support vector machines (SVMs)Strengthen your OpenCV2 skills and learn how to use new OpenCV3 features In Detail OpenCV is a native cross platform C++ Library for computer vision, machine learning, and image processing. It is increasingly being adopted in Python for development. OpenCV has C++/C, Python, and Java interfaces with support for Windows, Linux, Mac, iOS, and Android. Developers using OpenCV build applications to process visual data; this can include live streaming data from a device like a camera, such as photographs or videos. OpenCV offers extensive libraries with over 500 functions This book demonstrates how to develop a series of intermediate to advanced projects using OpenCV and Python, rather than teaching the core concepts of OpenCV in theoretical lessons. Instead, the working projects developed in this book teach the reader how to apply their theoretical knowledge to topics such as image manipulation, augmented reality, object tracking, 3D scene reconstruction, statistical learning, and object categorization. By the end of this book, readers will be OpenCV experts whose newly gained experience allows them to develop their own advanced computer vision applications.Style and approach This book covers independent hands-on projects that teach important computer vision concepts like image processing and machine learning for OpenCV with multiple examples.
Socket.IO Cookbook
¥54.49
Over 40 recipes to help you create real-time JavaScript applications using the robust Socket.IO frameworkAbout This BookCreate secure WebSocket connections and real-time mobile applications using Socket.IODevise efficient messaging systems between the server side and the client sideA step-by-step implementation guide to help you create elements of Socket.IO application Who This Book Is For If you have some knowledge of JavaScript and Node.js and want to create awe-inspiring application experiences using real time communication, then this book is for you. Developers with knowledge of other *ing languages should also be able to easily follow along.What You Will LearnBuild rich and interactive real-time dashboards using Socket.IO to pipe in data as it becomes availableDesign chat and multiple-person interfaces that leverage Socket.IO for communicationSegment conversations to rooms and namespaces so that every socket doesn’t have to receive every messageSecure your data by implementing various authentication techniques, locking down the HTTP referrer and using secure WebSocketsLoad balance across multiple server-side nodes and keep your WebSockets in sync using Redis, RabbitMQ or MemcachedStream binary data such as audio and video in real-time over a Socket.IO connectionCreate real-time experiences outside of the browser by integrating Socket.IO with hybrid mobile applications In Detail Socket.IO is a JavaScript library that provides you with the ability to implement real-time analytics, binary streaming, instant messaging, and document collaboration. It has two parts: a client-side library that runs in the browser, and a server-side library for node.js. Socket.IO is event-driven and primarily uses the WebSocket protocol that allows us to emit data bi-directionally from the server and the client. Socket.IO This book is a complete resource, covering topics from webSocket security to scaling the server-side of a Socket.IO application and everything in between. This book will provide real-world examples of how secure bi-directional, full-duplex connections that can be created using Socket.IO for different environments. It will also explain how the connection vulnerabilities can be resolved for large numbers of users and huge amounts of data/messages. By the end of the book, you will be a competent Socket.IO developer. With the help of the examples and real-world solutions,you will learn to create fast, scalable, and dynamic real-time apps by creating efficient messaging systems between the server side and the client side using Socket.IO.Style and approach This book is written in a cookbook-style format and provides practical, immediately usable task-based recipes that show you how to create the elements of a Socket.IO application.
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.
Real Time Analytics with SAP HANA
¥71.93
Enhance your SAP HANA skills using this step-by-step guide to creating and reporting data models for real-time analyticsAbout This BookThis book will help you to process analytical and transactional data in real time with the help of SAP HANA.Walk through the steps of the data modeling process and build various data models and artifacts in SAP HANA Studio.Packed with rich examples and use cases that are closely focused on developing real-time applications. Who This Book Is For If you are a SAP HANA data modeler, developer, implementation/migration consultant, project manager, or architect who is responsible for implementing/migrating to SAP HANA, then this book is for you.What You Will LearnGet to grips with the basic building blocks of Analytics/Data models in the SAP HANA environment.Discover various schemas, modeling principles, Joins, and the architecture of the SAP HANA engine.Build data models and artifacts in Sap HANA Studio.Design decision tables and understand the concept of transport management in the SAP HANA landscape.Work with the different views in SAP HANA Studio.Explore full-text search and fuzzy search in SAP HANA.Create your own scenarios and use cases using sample data and code. In Detail SAP HANA is an in-memory database created by SAP. SAP HANA breaks traditional database barriers to simplify IT landscapes, eliminating data preparation, pre-aggregation, and tuning. SAP HANA and in-memory computing allow you to instantly access huge volumes of structured and unstructured data, including text data, from different sources. Starting with data modeling, this fast-paced guide shows you how to add a system to SAP HANA Studio, create a schema, packages, and delivery unit. Moving on, you’ll get an understanding of real-time replication via SLT and learn how to use SAP HANA Studio to perform this. We’ll also have a quick look at SAP Business Object DATA service and SAP Direct Extractor for Data Load. After that, you will learn to create HANA artifacts—Analytical Privileges and Calculation View. At the end of the book, we will explore the SMART DATA access option and AFL library, and finally deliver pre-packaged functionality that can be used to build information models faster and easier.Style and approach This is an easy-to-follow, step-by-step, rapid guide to help you learn analytics in SAP HANA through ample hands-on exercises and use case scenarios.
Apache Mahout Clustering Designs
¥63.21
Explore clustering algorithms used with Apache MahoutAbout This BookUse Mahout for clustering datasets and gain useful insightsExplore the different clustering algorithms used in day-to-day workA practical guide to create and evaluate your own clustering models using real world data sets Who This Book Is For This book is for developers who want to try out clustering on large datasets using Mahout. It will also be useful for those users who don’t have background in Mahout, but have knowledge of basic programming and are familiar with basics of machine learning and clustering. It will be helpful if you know about clustering techniques with some other tool.What You Will LearnExplore clustering algorithms and cluster evaluation techniquesLearn different types of clustering and distance measuring techniquesPerform clustering on your data using K-Means clusteringDiscover how canopy clustering is used as pre-process step for K-MeansUse the Fuzzy K-Means algorithm in Apache MahoutImplement Streaming K-Means clustering in MahoutLearn Spectral K-Means clustering implementation of Mahout In Detail As more and more organizations are discovering the use of big data analytics, interest in platforms that provide storage, computation, and analytic capabilities has increased. Apache Mahout caters to this need and paves the way for the implementation of complex algorithms in the field of machine learning to better analyse your data and get useful insights into it. Starting with the introduction of clustering algorithms, this book provides an insight into Apache Mahout and different algorithms it uses for clustering data. It provides a general introduction of the algorithms, such as K-Means, Fuzzy K-Means, StreamingKMeans, and how to use Mahout to cluster your data using a particular algorithm. You will study the different types of clustering and learn how to use Apache Mahout with real world data sets to implement and evaluate your clusters. This book will discuss about cluster improvement and visualization using Mahout APIs and also explore model-based clustering and topic modelling using Dirichlet process. Finally, you will learn how to build and deploy a model for production use.Style and approach This book is a hand's-on guide with examples using real-world datasets. Each chapter begins by explaining the algorithm in detail and follows up with showing how to use mahout for that algorithm using example data-sets.
Cocos2d-x Cookbook
¥80.65
Over 50 hands-on recipes to help you efficiently administer and maintain your games with Cocos2d-xAbout This BookBuild exciting games, apps, and other cross-platform GUI based interactive programs with Cocos2d-xExplore the nitty-gritty of the latest Cocos2d-x on the block, version 3.6A step-by-step guide that shows you the functionalities of Cocos2d-x followed by an explanation of how they work Who This Book Is For If you are a game developer and want to learn more about cross-platform game development in Cocos2d-x, then this book is for you. Knowledge of C++, Xcode, Eclipse, and how to use commands in the terminal are prerequisites for this book.What You Will LearnInstall and set up Cocos2d-x for your development environmentBuild, test, and release game applications for iOS and AndroidDevelop your games for multiple platformsCustomize Cocos2d-x for your gamesUse a physical engine in your gamesSave and load text, JSON, XML, or other formatsExplore the brand new features of Cocos2d-x In Detail Cocos2d-x is a suite of open source, cross-platform game-development tools used by thousands of developers all over the world. Cocos2d-x is a game framework written in C++, with a thin platform-dependent layer. Completely written in C++, the core engine has the smallest footprint and the fastest speed of any other game engine, and is optimized to be run on all kinds of devices. You will begin with the initial setup and installation of Cocos2d before moving on to the fundamentals needed to create a new project. You will then explore and create the sprites, animations, and actions that you will include in the game. Next you will look at strings and create labels, including a label with True Type Font (TTF) font support. Later, you will learn about layer and scene creation and transition. Then you will create the GUI parts essential for a game, such as buttons and switches. After that, you will breathe life into the game with background music and sound effects using the all new Cocos2d-x audio engine. You will then discover how to manage resource files and implement processes that depend on the operating system. Finally, you will polish your game with physics such as gravity and elevation, learn about tools that will help you make games more robust and stable, and get to know best practices to improve the game you have developed.Style and approach This book is an easy-to-follow guide with ample recipes to help you better understand Cocos2d-x.
Infusionsoft Cookbook
¥99.18
Over 88 recipes for effective use of Infusionsoft to mitigate your CRM needs, marketing automation, conducting online business optimallyAbout This BookMaximize client engagement by automating lead capture and follow-upCollect information and set up lead scoring in Infusionsoft to enhance your marketing interactions to build more clientsSet up online shopping carts, manage your online store, and enhance user experience Who This Book Is For If you want to excel in the use of Infusionsoft to develop a set of common applications or project types and solutions effectively, this book is perfect for you. This book will empower you to provide better results for your clients, faster! It is assumed that you are familiar with and use Infusionsoft.What You Will LearnSet up and configure features that will enhance new user creation using InfusionsoftAttract leads and build your list efficientlyUnderstand the different strategies to sell and get paidCreate amazing customer experiences by following up and automating messagesMaster techniques to use Infusionsoft for internal administrative functionsMake better business decisions by mastering the reporting functionalitySave time and simplifying day-to-day usage using InfusionsoftGet to know the Ninja hacks while working with Infusionsoft efficiently. In Detail Infusionsoft is an all-in-one software-as-a-service (SaaS) for small business sales and marketing. It empowers businesses with the same level of automation and personalization that were previously only available to large corporate enterprises with deep pockets. You can easily manage customer relationships, target communications in an automated manner, and sell their products/services online effectively. Starting with recipes on the general setup and core competencies related to Infusionsoft, you will then learn about tools to enhance user experience. Further on, you'll dive deep into different strategies to attract, sell, and wow your customers. You’ll also explore different ways to manage administrative tasks and reporting, which are crucial to perform better workflow management. Later, you will become proficient in lead generation and lead management, referral management, report generation, and working with the campaign builder. Finally, the book closes with unsupported ninja hacks to take your business strategies into the stratosphere!Style and approach A recipe-based guide that covers real-life scenarios on optimising marketing automation, lifecycle management, lead generation, inventory management, and adding ecommerce functionality
All Things Natural
¥24.44
Ficino's commentary on Plato?s Timaeus offers the English reader, for the first time, an opportunity to share the insights of this highly influential Renaissance philosopher into one of Plato's most important and controversial works. Here are discussed the perennial questions which affect us all: What is the nature of the universeHow did it beginDoes it have a cause outside itselfWhat is our place in itWhat is the nature of mind, soul, matter and timeThe central portion of the work, focusing on number, harmony, and music, has exerted a strong influence on the history of Western musical theory. Ficino added an appendix which amplifies and elucidates Plato?s meanings and reveals fascinating detail about Ficino himself. This volume provides rich source material for all who are interested in philosophy, the history of cosmic theory, and Platonic and Renaissance studies. This completes the four volume series, including Gardens of Philosophy, 2006 (ISBN 9780856832406), Evermore Shall Be So, 2008 (9780856832567) and When Philosophers Rule, 2009 (9780856832574), which contain all Ficino?s commentaries not previously translated into English.
Evermore Shall Be So
¥24.44
With the publication of Arthur FWith the publication of Arthur Farndell’s Gardens of Philosophy (Shepheard Walwyn 2006), there remained only four of Ficino’s commentaries on Plato’s dialogues which had not yet been translated into English. With the publication of this volume there remain only three. Farndell’s translation of the commentaries on the Republic and the Laws will comprise the third volume under the title When Philosophers Rule (9780856832574 – due 2009) and the fourth, All Things Natural (9780856832581 – due 2010), will contain the Timaeus. As Carol Kaske of Cornell University wrote when reviewing Gardens of Philosophy in Renaissance Quarterly, these translations fill ‘a need. Even those Anglophone scholars who know Latin still need a translation in order to read quickly through a large body of material’ The central message of Parmenides, that everything depends on the One, resonates with the growing awareness around the world of the interrelatedness of all things, be it in the biosphere, the intellectual or spiritual realms. Philosophers in ancient Greece appreciated this unity and employed reason and dialectic to draw the mind away from its preoccupation with the material world and attract it towards contemplation of the soul, and ultimately of that Oneness which embraces, but is distinct from, the multifarious forms of creation. Thus Parmenides carefully instructed the young Socrates, and Plato recorded their dialogue in this work which he named after the elderly philosopher. Nearly 2000 years later, Marsilio Ficino made Parmenides available to the West by translating it into Latin, the language of scholars in his time. Ficino added a lengthy commentary to this translation, a commentary which Evermore Shall Be So puts into English for the first time, more than 500 years after its original composition. Ficino’s crucial influence upon the unfolding of the Renaissance and his presentation of Plato’s understanding of the One and the socalled Platonic Ideas or Forms make Evermore Shall Be So an important work in the history of thought. Though it will be an essential buy for Renaissance scholars and historians, its freshness of thought and wisdom are as relevant today as they ever were to inspire a new generation seeking spiritual and philosophical direction in their lives. ‘This is philosophy with a mystical dimension – one that is crucial to the original Socratic and Platonic teaching’ Tony Cross in Faith and Freedomarndell’s Gardens of Philosophy ( 2006), there remained only four of Ficino’s commentaries on Plato’s dialogues which had not yet been translated into English. With the publication of this volume there remain only three. Farndell’s translation of the commentaries on the Republic and the Laws will comprise the third volume under the title When Philosophers Rule (9780856832574 – due 2009) and the fourth, All Things Natural (9780856832581 – due 2010), will contain the Timaeus.As Carol Kaske of Cornell University wrote when reviewing Gardens of Philosophy in Renaissance Quarterly, these translations fill ‘a need. Even those Anglophone scholars who know Latin still need a translation in order to read quickly through a large body of material’ The central message of Parmenides, that everything depends on the One, resonates with the growing awareness around the world of the interrelatedness of all things, be it in the biosphere, the intellectual or spiritual realms. Philosophers in ancient Greece appreciated this unity and employed reason and dialectic to draw the mind away from its preoccupation with the material world and attract it towards contemplation of the soul, and ultimately of that Oneness which embraces, but is distinct from, the multifarious forms of creation.Thus Parmenides carefully instructed the young Socrates, and Plato recorded their dialogue in this work which he named after the elderly philosopher. Nearly 2000 years later, Marsilio Ficino made Parmenides available to the West by translating it into Latin, the language of scholars in his time. Ficino added a lengthy commentary to this translation, a commentary which Evermore Shall Be So puts into English for the first time, more than 500 years after its original composition. Ficino’s crucial influence upon the unfolding of the Renaissance and his presentation of Plato’s understanding of the One and the socalled Platonic Ideas or Forms make Evermore Shall Be So an important work in the history of thought. Though it will be an essential buy for Renaissance scholars and historians, its freshness of thought and wisdom are as relevant today as they ever were to inspire a new generation seeking spiritual and philosophical direction in their lives. ‘This is philosophy with a mystical dimension – one that is crucial to the original Socratic and Platonic teaching’ Tony Cross in Faith and Freedom

购物车
个人中心

