万本电子书0元读

万本电子书0元读

AWS Administration – The Definitive Guide
AWS Administration – The Definitive Guide
Yohan Wadia
¥80.65
Learn to design, build, and manage your infrastructure on the most popular of all the Cloud platforms—Amazon Web ServicesAbout This BookLearn how to leverage various Amazon Web Services (AWS) components and services to build a secure, reliable, and robust environment to host your applications onDeep dive into the core AWS service offerings with hands-on tutorials, real-world use case scenarios, and best practicesA self-paced, systematic, and step-by-step guide to learning and implementing AWS in your own environmentWho This Book Is ForThis book is for those who want to learn and leverage AWS. Although no prior experience with AWS is required, it is recommended that you have some hands-on experienceofLinux, Web Services, and basic networkingWhat You Will LearnA brief introduction to Cloud Computing and AWS accompanied by steps to sign up for your first AWS accountCreate and manage users, groups, and permissions using AWSS Identity and Access Management servicesGet started with deploying and accessing EC2 instances, working with EBS Volumes and SnapshotsCustomize and create your very own Amazon Machine ImageDesign and deploy your instances on a highly secured, network isolated environment using Amazon VPCEffectively monitor your AWS environment using specialized alarms, custom monitoring metrics, and much moreExplore the various benefits of Database-as-a-Service offerings and leverage them using Amazon RDS and Amazon DynamoDBTake an in-depth look at what’s new with AWS, including EC2 Container Service and Elastic File SystemIn DetailAWS is at the forefront of Cloud Computing today. Many businesses are moving away from traditional datacenters and toward AWS because of its reliability, vast service offerings, lower costs, and high rate of innovation. Because of its versatility and flexible design, AWS can be used to accomplish a variety of simple and complicated tasks such as hosting multitier websites, running large scale parallel processing, content delivery, petabyte storage and archival, and lots more.Whether you are a seasoned sysadmin or a rookie, this book will provide you with all the necessary skills to design, deploy, and manage your applications on the AWS cloud platform. The book guides you through the core AWS services such as IAM, EC2, VPC, RDS, and S3 using a simple real world application hosting example that you can relate to. Each chapter is designed to provide you with the most information possible about a particular AWS service coupled with easy to follow hands-on steps, best practices, tips, and recommendations.By the end of the book, you will be able to create a highly secure, fault tolerant, and scalable environment for your applications to run on.Style and approach This in-depth and insightful guide is filled with easy-to-follow examples, real-world use cases, best practices, and recommendations that will help you design and leverage AWS.
Magento 2 Cookbook
Magento 2 Cookbook
Ray Bogman
¥80.65
Over 50 practical recipes that will help you realize the full potential of Magento in order to build a professional online store About This Book Take advantage of the latest features in Magento 2 to set up an e-commerce store that fits your business needs Packed with several advanced recipes, not just to manage your online store, but to extend and design it as well Written in a cookbook style, you can pick and choose your recipe to carry out your day- to- day Magento store tasks Who This Book Is For The book is for existing Magento users who want to gain further expertise and insights into managing, designing, and extending their online store in Magento to fit their business needs. Working knowledge of Magento and basic familiarity with programming is expected. What You Will Learn Set up a Magento 2 project on Apache or Nginx. Transfer your Magento 1 database to Magento 2 using the Magento 2 system tools. Boost the performance of Magento 2 by enabling different types of caching. Build a Magento 2 multi-store by creating a root catalog, subdirectories, and products. Create and manage pages, blocks, and front-end apps. Manage your Magento store by setting up the correct TAX rules. Design custom themes within the Magento 2 framework. Create basic and advanced extensions using Magento 2. In Detail Magento 2 is an open source e-commerce platform that has all the functionality to function from small to large online stores. It is preferred by developers and merchants due to its new architecture, which makes it possible to extend the functionalities with plugins, a lot of which are now created by the community. This merchant and developer guide is packed with recipes that cover all aspects of Magento 2. The recipes start with simple how-to’s then delve into more advanced topics as the book progresses. We start with the basics of setting up a Magento 2 project on Apache or Nginx. Next, you will learn about basics including system tools and caching to get your Magento 2 system ready for the real work. We move on to simple tasks such as managing your store and catalog configuration. When you are familiar with this, we cover more complex features such as module and extension development. Then we will jump to the final part: advanced Magento 2 extensions. By the end of this book, you’ll be competent with all the development phases of Magento 2 and its most common elements. Style and approach Step by step guide for real world tasks for Magento users to gain a more advanced insight on managing, extending and designing their e-commerce store to fit their business needs.
Dey Street Books
Dey Street Books
Simmons, Gene
¥151.53
The quintessential self-made man, master of brand identity, New York Times bestselling author, and award-winning executive KISS's Gene Simmons shares his manifesto for business success.KISS did not become one of the most successful rock bands in history by accident. Long before he first took the stage, Gene Simmons had a clear-cut operating plan for the business. Over the past forty years, KISS has sold more than 100 million CDs and DVDs worldwide and manages 5,000 licensed merchandise items from comic books and coffins to action figures and video games. The band received a star on the Hollywood Walk of Fame, and in 2014 was inducted into the Rock and Roll Hall of Fame. In addition to KISS, Simmons's lucrative ventures include two hit reality shows, a professional sports team, a restaurant chain, and a record label. A recipient of the Forbes Lifetime Achievement Award, this brilliant executive runs all of his businesses on his own no personal assistant, few handlers, and as little red tape as possible.In Me, Inc., Simmons gives aspiring entrepreneurs the critical tools they need to succeed. He discusses how to build a solid business strategy, harness the countless tools available in the digital age, educate yourself, and be the architect for the business entity that is you. Inspired by The Art of War, Me, Inc. is organized around thirteen specific, easy-to-understand principles for success "The Art of More" drawn from Simmons's own triumphs and failures. From finding the confidence necessary to get started, to surrounding yourself with the right people, to knowing when to pull the plug and when to double-down, these principles can help you attain the freedom and wealth of your dreams.
At the Farm
At the Farm
Kim Mitzo Thompson
¥24.44
Look at the pigs playing in the mud. I see three little pigs, and they’re all having fun.
Learning PHP 7 High Performance
Learning PHP 7 High Performance
Altaf Hussain
¥71.93
Improve the performance of your PHP application to ensure the application users aren't left waiting About This Book · Make the optimum use of PHP coding to improve your programming productivity · Leverage the potential of PHP for server-side programming, memory management, and object-oriented programming · Packed with real-life examples to help the readers implement concepts as they learn Who This Book Is For This book is for those who have basic experience in PHP programming. If you are developing performance-critical applications, then this book is for you. What You Will Learn · Setup high performance development and production environment for PHP 7 · Discover new OOP features in PHP 7 to achieve high performance · Improve your PHP applications' performance · Attain improved database performance · Benchmark PHP applications to optimize them · Write quality code by learning to improve code reusability, simplicity, and expressiveness · Get rid of the bottlenecks in your PHP 7 applications by writing PHP code optimally · Tackle issues related to web applications, such as high user dependency and large datasets In Detail PHP is a great language for building web applications. It is essentially a server-side *ing language that is also used for general-purpose programming. PHP 7 is the latest version, providing major backward-compatibility breaks and focusing on high performance and speed. This fast-paced introduction to PHP 7 will improve your productivity and coding skills. The concepts covered will allow you, as a PHP programmer, to improve the performance standards of your applications. We will introduce you to the new features in PHP 7 and then will run through the concepts of object-oriented programming (OOP) in PHP 7. Next, we will shed some light on how to improve your PHP 7 applications' performance and database performance. Through this book, you will be able to improve the performance of your programs using the various benchmarking tools discussed. At the end, the book discusses some best practices in PHP programming to help you improve the quality of your code. Style and approach The book is a step-by-step guide to improve the quality of your code in PHP through real-time examples. The book takes a practical approach to improving the quality of your code.
PowerCLI Essentials
PowerCLI Essentials
Chris Halverson
¥71.93
Simplify and automate server administration tasks with PowerCLI About This Book Automate VMware’s VSphere environment by learning the essentials of PowerCLI Impress your peers by developing *s to perform administration tasks Discover the intricate workings of PowerCLI through simple and real-life examples Who This Book Is For PowerCLI Essentials is focused toward virtualization professionals and system administrators who want to discover and learn about the automation techniques associated with PowerCLI for complex virtual environments. What You Will Learn Download and install PowerCLI and its basics as well as the basics of PowerShell Enchance your scritping experience Build longer *s and simpler reports Relate a task in VMware administration to a PowerCLI * Discover methods to acquire and change information remotely Set up orchestrator to manage your workflow In Detail Have you ever wished you could automatically get a report with all the relevant information about your VMware environments in exactly the format you wantOr that you could automate a crucial task that needs to be performed on a regular basisPowerful Command Line Interface (PowerCLI) *s do all these things and much more for VMware environments. PowerCLI is a command-line interface tool used to automate VMware vSphere environments. It is used to handle complicated administration tasks through use of various cmdlets and *s, which are designed to handle certain aspects of VSphere servers and to help you manage them. This book will show you the intricacies of PowerCLI through real-life examples so that you can discover the art of PowerCLI *ing. At the start, you will be taught to download and install PowerCLI and will learn about the different versions of it. Moving further, you will be introduced to the GUI of PowerCLI and will find out how to develop single line *s to duplicate running tasks, produce simple reports, and simplify administration. Next, you will learn about the methods available to get information remotely. Towards the end, you will be taught to set up orchestrator and build workflows in PowerShell with update manager and SRM *s. Style and approach Each and every topic in this book is explained in a very easy-to-follow fashion with real-life, simple examples so you’ll get an idea not only about working with PowerCLI, but will also get an idea about *ing.
Apple Watch App Development
Apple Watch App Development
Steven F. Daniel
¥80.65
Build real-world applications for the Apple Watch platform using the WatchKit framework and Swift 2.0 About This Book Find out how to download and install the Xcode development tools before learning about Xcode playgrounds and the Swift programming language Discover everything you need to know about the WatchKit platform architecture, its classes, as well its limitations This book introduces you to the very latest mobile platform with hands-on instructions so you can build your very own Apple Watch apps Who This Book Is For This book is for developers who are interested in creating amazing apps for the Apple Watch platform. Readers are expected to have no prior experience of programming. What You Will Learn Navigate within the WatchKit interface using the page-based, modal, and hierarchical navigation techniques Work with context menus to allow your users to interact with the Apple Watch and respond to their actions to perform a task Use the MapKit framework to display a map within the WatchKit interface to track the user's current location Build effective user interfaces for the WatchKit platform and integrate iCloud capabilities to synchronize data between the iOS app and the WatchKit UI Design your apps for the Apple Watch platform by adhering to the set of User Interface design guidelines set out by Apple Reinforce image caching to display animations within the Apple Watch user interface Explore WatchKit tables, which allow your users to purchase groceries and pay for them using Apple Pay Analyze the new layout system to ensure that your Apple Watch apps work with various screen sizes In Detail Wearable are the next wave of mobile technology and with the release of Apple’s WatchKit SDK, a whole new world of exciting development possibilities has opened up. Apple Watch App Development introduces you to the architecture and possibilities of the Apple Watch platform, as well as an in-depth look at how to work with Xcode playgrounds. Benefit from a rapid introduction to the Swift programming language so you can quickly begin developing apps with the WatchKit framework and the Xcode Development IDE. Get to grips with advanced topics such as notifications, glances, iCloud, Apple pay, closures, tuples, protocols, delegates, concurrency, and using Swift Playgrounds, with each concept is backed up with example code that demonstrates how to properly execute it. Finally, discover how to package and deploy your Watch application to the Apple AppStore. By the end of this book, you will have a good understanding of how to develop apps for the Apple Watch platform, and synchronize data using iCloud between the wearable and the iOS device. Style and approach This book takes a step-by-step approach to developing applications for the Apple Watch using the Swift programming language and the WatchKit UI. Each topic is explained in a conversational and easy-to-follow style.
What Is the Weather Like?
What Is the Weather Like?
Kim Mitzo Thompson
¥24.44
There are so many different types of weather. Based in Stow, Ohio, Twin Sisters Productions has been dedicated to producing quality educational and inspirational music resources for over 25 years. Fraternal twins Karen Mitzo Hilderbrand and Kim Mitzo Thompson founded the company when they realized Kim’s success teaching third grade math through her catchy multiplication song could help children beyond her classroom. From there, Twin Sisters expanded its product line to include e-books, digital music, CDs, read-along and sing-along books, floor puzzles and educational workbooks, all with the purpose of learning through music. These internationally sold products have received nearly 170 awards, including nine Record Industry Association of America (RIAA) certified Gold albums and one Platinum albu, over the years for excellence, creativity and amusement. With thousands of songs and 35 million albums sold, Twin Sisters positions itself as the leader in children’s educational music.
Verde, Verde La Ranita
Verde, Verde La Ranita
Kim Mitzo Thompson
¥24.44
Learn the colors of the rainbow through the lyrical, rhyming text. Based in Stow, Ohio, Twin Sisters Productions has been dedicated to producing quality educational and inspirational music resources for over 25 years. Fraternal twins Karen Mitzo Hilderbrand and Kim Mitzo Thompson founded the company when they realized Kim’s success teaching third grade math through her catchy multiplication song could help children beyond her classroom. From there, Twin Sisters expanded its product line to include e-books, digital music, CDs, read-along and sing-along books, floor puzzles and educational workbooks, all with the purpose of learning through music. These internationally sold products have received nearly 170 awards, including nine Record Industry Association of America (RIAA) certified Gold albums and one Platinum albu, over the years for excellence, creativity and amusement. With thousands of songs and 35 million albums sold, Twin Sisters positions itself as the leader in children’s educational music.
The Wheels on the Bus
The Wheels on the Bus
Kim Mitzo Thompson
¥24.44
Go ‘round and ‘round all through town with the children on the bus! Based in Stow, Ohio, Twin Sisters Productions has been dedicated to producing quality educational and inspirational music resources for over 25 years. Fraternal twins Karen Mitzo Hilderbrand and Kim Mitzo Thompson founded the company when they realized Kim’s success teaching third grade math through her catchy multiplication song could help children beyond her classroom. From there, Twin Sisters expanded its product line to include e-books, digital music, CDs, read-along and sing-along books, floor puzzles and educational workbooks, all with the purpose of learning through music. These internationally sold products have received nearly 170 awards, including nine Record Industry Association of America (RIAA) certified Gold albums and one Platinum albu, over the years for excellence, creativity and amusement. With thousands of songs and 35 million albums sold, Twin Sisters positions itself as the leader in children’s educational music.
Ten in The Bed
Ten in The Bed
Kim Mitzo Thompson
¥24.44
What happens when ten adorable teddy bears cuddle, laugh and roll over together in the big, comfy bedChildren will laugh as they learn to count from one to 10 with this delightfully illustrated book! Based in Stow, Ohio, Twin Sisters Productions has been dedicated to producing quality educational and inspirational music resources for over 25 years. Fraternal twins Karen Mitzo Hilderbrand and Kim Mitzo Thompson founded the company when they realized Kim’s success teaching third grade math through her catchy multiplication song could help children beyond her classroom. From there, Twin Sisters expanded its product line to include e-books, digital music, CDs, read-along and sing-along books, floor puzzles and educational workbooks, all with the purpose of learning through music. These internationally sold products have received nearly 170 awards, including nine Record Industry Association of America (RIAA) certified Gold albums and one Platinum albu, over the years for excellence, creativity and amusement. With thousands of songs and 35 million albums sold, Twin Sisters positions itself as the leader in children’s educational music.
We Three Kings
We Three Kings
Kim Mitzo Thompson
¥24.44
Follow the three kings of Orient as they are guided by the star of wonder to the stable where Jesus was born. Based in Stow, Ohio, Twin Sisters Productions has been dedicated to producing quality educational and inspirational music resources for over 25 years. Fraternal twins Karen Mitzo Hilderbrand and Kim Mitzo Thompson founded the company when they realized Kim’s success teaching third grade math through her catchy multiplication song could help children beyond her classroom. From there, Twin Sisters expanded its product line to include e-books, digital music, CDs, read-along and sing-along books, floor puzzles and educational workbooks, all with the purpose of learning through music. These internationally sold products have received nearly 170 awards, including nine Record Industry Association of America (RIAA) certified Gold albums and one Platinum albu, over the years for excellence, creativity and amusement. With thousands of songs and 35 million albums sold, Twin Sisters positions itself as the leader in children’s educational music.
Ruff Says the Dog !
Ruff Says the Dog !
Kim Mitzo Thompson
¥24.44
Teaches little kids about "languages" of animals such as dog says "ruff", duck says "quack", etc ... Based in Stow, Ohio, Twin Sisters Productions has been dedicated to producing quality educational and inspirational music resources for over 25 years. Fraternal twins Karen Mitzo Hilderbrand and Kim Mitzo Thompson founded the company when they realized Kim’s success teaching third grade math through her catchy multiplication song could help children beyond her classroom. From there, Twin Sisters expanded its product line to include e-books, digital music, CDs, read-along and sing-along books, floor puzzles and educational workbooks, all with the purpose of learning through music. These internationally sold products have received nearly 170 awards, including nine Record Industry Association of America (RIAA) certified Gold albums and one Platinum albu, over the years for excellence, creativity and amusement. With thousands of songs and 35 million albums sold, Twin Sisters positions itself as the leader in children’s educational music.
Barnyard Babies Sound Book
Barnyard Babies Sound Book
Kim Mitzo Thompson
¥24.44
This book teaches children about all of their favorite barnyard friends. Based in Stow, Ohio, Twin Sisters Productions has been dedicated to producing quality educational and inspirational music resources for over 25 years. Fraternal twins Karen Mitzo Hilderbrand and Kim Mitzo Thompson founded the company when they realized Kim’s success teaching third grade math through her catchy multiplication song could help children beyond her classroom. From there, Twin Sisters expanded its product line to include e-books, digital music, CDs, read-along and sing-along books, floor puzzles and educational workbooks, all with the purpose of learning through music. These internationally sold products have received nearly 170 awards, including nine Record Industry Association of America (RIAA) certified Gold albums and one Platinum albu, over the years for excellence, creativity and amusement. With thousands of songs and 35 million albums sold, Twin Sisters positions itself as the leader in children’s educational music.
My Family
My Family
Kim Mitzo Thompson
¥24.44
Learn basic, family-related English words through this interactive book. Based in Stow, Ohio, Twin Sisters Productions has been dedicated to producing quality educational and inspirational music resources for over 25 years. Fraternal twins Karen Mitzo Hilderbrand and Kim Mitzo Thompson founded the company when they realized Kim’s success teaching third grade math through her catchy multiplication song could help children beyond her classroom. From there, Twin Sisters expanded its product line to include e-books, digital music, CDs, read-along and sing-along books, floor puzzles and educational workbooks, all with the purpose of learning through music. These internationally sold products have received nearly 170 awards, including nine Record Industry Association of America (RIAA) certified Gold albums and one Platinum albu, over the years for excellence, creativity and amusement. With thousands of songs and 35 million albums sold, Twin Sisters positions itself as the leader in children’s educational music.
Look at the Animals
Look at the Animals
Kim Mitzo Thompson
¥24.44
Look at all of the different types of animals there are! Young readers will discover what noises different farm animals make in this fun book. Based in Stow, Ohio, Twin Sisters Productions has been dedicated to producing quality educational and inspirational music resources for over 25 years. Fraternal twins Karen Mitzo Hilderbrand and Kim Mitzo Thompson founded the company when they realized Kim’s success teaching third grade math through her catchy multiplication song could help children beyond her classroom. From there, Twin Sisters expanded its product line to include e-books, digital music, CDs, read-along and sing-along books, floor puzzles and educational workbooks, all with the purpose of learning through music. These internationally sold products have received nearly 170 awards, including nine Record Industry Association of America (RIAA) certified Gold albums and one Platinum albu, over the years for excellence, creativity and amusement. With thousands of songs and 35 million albums sold, Twin Sisters positions itself as the leader in children’s educational music.
OpenCV 3 Blueprints
OpenCV 3 Blueprints
Joseph Howse
¥80.65
Expand your knowledge of computer vision by building amazing projects with OpenCV 3About This BookBuild computer vision projects to capture high-quality image data, detect and track objects, process the actions of humans or animals, and much moreDiscover practical and interesting innovations in computer vision while building atop a mature open-source library, OpenCV 3Familiarize yourself with multiple approaches and theories wherever critical decisions need to be madeWho This Book Is ForThis book is ideal for you if you aspire to build computer vision systems that are smarter, faster, more complex, and more practical than the competition. This is an advanced book intended for those who already have some experience in setting up an OpenCV development environment and building applications with OpenCV. You should be comfortable with computer vision concepts, object-oriented programming, graphics programming, IDEs, and the command line.What You Will LearnSelect and configure camera systems to see invisible light, fast motion, and distant objectsBuild a “camera trap”, as used by nature photographers, and process photos to create beautiful effectsDevelop a facial expression recognition system with various feature extraction techniques and machine learning methodsBuild a panorama Android application using the OpenCV stitching module in C++ with NDK supportOptimize your object detection model, make it rotation invariant, and apply scene-specific constraints to make it faster and more robustCreate a person identification and registration system based on biometric properties of that person, such as their fingerprint, iris, and faceFuse data from videos and gyroscopes to stabilize videos shot from your mobile phone and create hyperlapse style videosIn DetailComputer vision is becoming accessible to a large audience of software developers who can leverage mature libraries such as OpenCV. However, as they move beyond their first experiments in computer vision, developers may struggle to ensure that their solutions are sufficiently well optimized, well trained, robust, and adaptive in real-world conditions. With sufficient knowledge of OpenCV, these developers will have enough confidence to go about creating projects in the field of computer vision.This book will help you tackle increasingly challenging computer vision problems that you may face in your careers. It makes use of OpenCV 3 to work around some interesting projects. Inside these pages, you will find practical and innovative approaches that are battle-tested in the authors’ industry experience and research. Each chapter covers the theory and practice of multiple complementary approaches so that you will be able to choose wisely in your future projects. You will also gain insights into the architecture and algorithms that underpin OpenCV’s functionality.We begin by taking a critical look at inputs in order to decide which kinds of light, cameras, lenses, and image formats are best suited to a given purpose. We proceed to consider the finer aspects of computational photography as we build an automated camera to assist nature photographers. You will gain a deep understanding of some of the most widely applicable and reliable techniques in object detection, feature selection, tracking, and even biometric recognition. We will also build Android projects in which we explore the complexities of camera motion: first in panoramic image stitching and then in video stabilization.By the end of the book, you will have a much richer understanding of imaging, motion, machine learning, and the architecture of computer vision libraries and applications!Style and approachThis book covers a combination of theory and practice. We examine blueprints for specific projects and discuss the principles behind these blueprints, in detail.
Mastering SciPy
Mastering SciPy
Francisco J. Blanco-Silva
¥80.65
Implement state-of-the-art techniques to visualize solutions to challenging problems in scientific computing, with the use of the SciPy stackAbout This BookMaster the theory and algorithms behind numerical recipes and how they can be applied to real-world problemsLearn to combine the most appropriate built-in functions from the SciPy stack by understanding the connection between the sources of your problem, volume of data, or computer architectureA comprehensive coverage of all the mathematical techniques needed to solve the presented topics, with a discussion of the relevant algorithms built in the SciPy stackWho This Book Is ForIf you are a mathematician, engineer, or computer scientist with a proficiency in Python and familiarity with IPython, this is the book for you. Some basic knowledge of numerical methods in scientific computing would be helpful.What You Will LearnMaster relevant algorithms used in symbolic or numerical mathematics to address approximation, interpolation, differentiation, integration, root-finding, and optimization of scalar or multi-variate functionsDevelop different algorithms and strategies to efficiently store and manipulate large matrices of data, in particular to solve systems of linear equations, or compute their eigenvalues/eigenvectorsUnderstand how to model physical problems with systems of differential equations and distinguish the factors that dictate the strategies to solve themPerform statistical analysis, hypothesis test design and resolution, or data mining at a higher level, and apply them to real-life problems in the field of data analysisGain insights on the power of distances, Delaunay triangulations and Voronoi diagrams for Computational Geometry, and apply them to various engineering problemsFamiliarize yourself with different techniques in signal/image processing, including filtering audio, images, or video to extract information, features, or remove componentsIn DetailThe SciPy stack is a collection of open source libraries of the powerful *ing language Python, together with its interactive shells. This environment offers a cutting-edge platform for numerical computation, programming, visualization and publishing, and is used by some of the world’s leading mathematicians, scientists, and engineers. It works on any operating system that supports Python and is very easy to install, and completely free of charge! It can effectively transform into a data-processing and system-prototyping environment, directly rivalling MATLAB and Octave.This book goes beyond a mere de*ion of the different built-in functions coded in the libraries from the SciPy stack. It presents you with a solid mathematical and computational background to help you identify the right tools for each problem in scientific computing and visualization. You will gain an insight into the best practices with numerical methods depending on the amount or type of data, properties of the mathematical tools employed, or computer architecture, among other factors.The book kicks off with a concise exploration of the basics of numerical linear algebra and graph theory for the treatment of problems that handle large data sets or matrices. In the subsequent chapters, you will delve into the depths of algorithms in symbolic algebra and numerical analysis to address modeling/simulation of various real-world problems with functions (through interpolation, approximation, or creation of systems of differential equations), and extract their representing features (zeros, extrema, integration or differentiation).Lastly, you will move on to advanced concepts of data analysis, image/signal processing, and computational geometry.Style and approachPacked with real-world examples, this book explores the mathematical techniques needed to solve the presented topics, and focuses on the algorithms built in the SciPy stack.
Getting Started with Citrix XenApp? 7.6
Getting Started with Citrix XenApp? 7.6
Konstantin Cvetanov
¥99.18
Install, configure, and support your XenApp systems with the power of Citrix XenAppAbout This BookFamiliarize yourself with Citrix applications and desktop virtualizationMaintain and troubleshoot your XenApp environment to minimize system downtimeA hands-on, step-by-step guide with a practical approach and real-world examples to get you up and running with XenApp systemsWho This Book Is ForThis book is intended for IT administrators and consultants who want to build application and desktop virtualization solutions for their employers and customers. No prior knowledge of Citrix technologies is required.What You Will LearnMake the use case for Citrix XenApp and design your first systemPrepare your existing IT infrastructure for XenApp and learn what licenses you needInstall and configure the XenApp infrastructureEnable access with StoreFront and NetScaler GatewayEnable load balancing with NetScalerMaintain servers and publish applications and desktopsManage printing in a Citrix environmentTroubleshoot your environment using advanced tools and methodologies employed by Citrix Escalation TeamsIn DetailIf you want to effectively deploy the various components of Citrix XenApp to create an enterprise environment for application and desktop delivery, this hands-on guide is perfect for you. You start off by understanding the need and benefits of Citrix XenApp with respect to Virtualization technology. After this, you will get to grips with the requirement analysis and designing aspect of building XenApp systems and all the necessary installation and configuration procedures for Citrix XenApp, StoreFront and NetScalar Gateway are explained one by one in detail.Step-by-step, you will learn to deploy your first XenApp with the Machine Creation Services method and Provisioning Services method. After this, you will explore the administering part of applications and systems, followed by printing in the XenApp environment. Next, you will learn all the trips and tricks required to troubleshoot and support the XenApp environment. By the end of this book, you will be ready to go live with your new XenApp environment.Style and approachThis is a step-by-step guide to technical implementations in a conversational and easy-to-follow style. Each component is deployed sequentially until a full solution is built. Basic as well as advanced features of the product are explored to appeal to the widest possible audience interested in the topic.
iOS 9 Game Development Essentials
iOS 9 Game Development Essentials
Chuck Gaffney
¥63.21
Design, build, and publish an iOS game from scratch using the stunning features of iOS 9 About This Book Create storyboards in Xcode from concept to code and designChalk out your game’s overall navigation and structureWork with 2D and 3D game development toolsWho This Book Is ForThis book is intended for game developers who wish to develop 2D and 3D games for iPhone and iPad. If you are a developer from another platform, or game engine such as Android or Unity, a current iOS developer wishing to learn more about Swift and the latest features of iOS 9, or even if you are new to game development, then this book is for you. Some prior programming knowledge is recommended, but not required.What You Will LearnFamiliarise yourself with both basic and advanced Swift game development codeUnderstand the structure and flow of a typical iOS appWork with the SpriteKit framework to make 2D games, sprites, and overlaysDiscover 3D game development with SceneKitVisually design levels and game assets with XCode 7’s latest featuresExplore the concept of component-based structuring with iOS 9’s GameplaykitBeta test and publish your game with iTunes ConnectIn DetailGame development has always been a combination of programming and art, and mobile game development is no exception to this rule. The iOS platform has been both a staple in the ever-growing mobile game market, as well as a launching point for many game developers (hobby and career-wise). The features and frameworks available in iOS 9 continue to cater to the synergy of design and computer engineering, using tools that allow developers to take a game idea from concept to application in record time.Whether you are new to iOS and game development as a whole, or are an experienced programmer wanting to learn the latest features of the platform, iOS 9 Game Development Essentials will provide you with crucial insight into this widely used platform.Starting with the Swift programming language, this book gets the ball rolling with code concepts and game-centric code samples right from the get-go, giving you get a solid understanding of Apple’s cutting-edge programming language. The book takes you through iOS game development concepts and introduces the various frameworks that allow you to develop robust, reusable, and intelligent game components in both 2D and 3D game environments.Style and approachThis book is a step-by-step guide into the code and concepts of iOS apps. Each chapter contains diagrams that showcase the features of the platform, along with code samples from Apple and code samples exclusive to this book.
Android Sensor Programming By Example
Android Sensor Programming By Example
Varun Nagpal
¥71.93
Take your Android applications to the next level of interactivity by exploring the wide variety of Android sensors About This Book Get a thorough understanding of the fundamentals and framework of Android sensors. Acquire knowledge of advance sensor programming, and learn how to connect and use sensors in external devices such as the Android Watch, Polar heart rate monitors, Adidas speed cells, and so on. Learn from real-world sensor-based applications such as the Pedometer app to detect daily steps, the Driving app to detect driving events, and the Professional Fitness tracker app to track heart rate, weight, daily steps, calories burned, and so on. Who This Book Is For This book is targeted at Android developers who want to get a good understanding of sensors and write sensor-based applications, or who want to enhance their existing applications with additional sensor functionality. A basic knowledge of Android development is required What You Will Learn Learn about sensor fundamentals, different types of sensors, and the sensor co-ordinate system Understand the various classes, callbacks, and APIs of the Android Sensor framework Check all the available sensors on an Android device and know their individual capabilities—for example, their range of values, power consumption, and so on. Implement sensor fusion using two or more sensors together and learn to compensate for the weakness of one sensor by using the strength of another Build a variety of sensor based, real-world applications such as Weather, Pedometer, Compass, Driving Events Detection, Fitness Tracker, and so on. Get to know about wake up and non-wake up sensors, wake locks, and how to use sensor batch processing along with the sensor hardware FIFO queue Develop efficient battery and processor algorithms using raw sensor data to solve real-world problems Connect to a variety of remote sensors such as body weight measurement and body fat percentage measurement using the Google Fit platform from your Android app In Detail Android phones available in today’s market have a wide variety of powerful and highly precise sensors. Interesting applications can be built with them such as a local weather app using weather sensors, analyzing risky driving behavior using motion sensors, a fitness tracker using step-counter sensors, and so on. Sensors in external devices such as Android Watch, Body Analyzer & Weight Machine, Running Speed Cell, and so on can also be connected and used from your Android app running on your phone. Moving further, this book will provide the skills required to use sensors in your Android applications. It will walk you through all the fundamentals of sensors and will provide a thorough understanding of the Android Sensor Framework. You will also get to learn how to write code for the supportive infrastructure such as background services, scheduled and long running background threads, and databases for saving sensor data. Additionally, you will learn how to connect and use sensors in external devices from your Android app using the Google Fit platform. By the end of the book, you will be well versed in the use of Android sensors and programming to build interactive applications. Style and approach A step-by-step and easy-to-follow guide that focuses on utilizing sensors to perform certain tasks. After covering the fundamentals in the first chapter, the book develops the concepts by building a real-world, sensor-based application in subsequent chapters.