万本电子书0元读

万本电子书0元读

WiX 3.6: A Developer’s Guide to Windows Installer XML
WiX 3.6: A Developer’s Guide to Windows Installer XML
Nick Ramirez
¥90.46
A step-by-step tutorial with plenty of code and examples to improve your learning curve. If you are a developer and want to create installers for software targeting the Windows platform, then this book is for you. You’ll be using plenty of XML and ought to know the basics of writing a well-formed document. No prior experience in WiX or Windows Installer is assumed. You should know your way around Visual Studio to compile projects, add project references and tweak project properties.
Java 9 Regular Expressions
Java 9 Regular Expressions
Anubhava Srivastava
¥63.21
Solve real world problems using Regex in Java. About This Book ? Discover regular expressions and how they work ? Implement regular expressions with Java to your code base ? Learn to use regular expressions in emails, URLs, paths, and IP addresses Who This Book Is For This book is for Java developers who would like to understand and use regular expressions. A basic knowledge of Java is assumed. What You Will Learn ? Understand the semantics, rules, and core concepts of writing Java code involving regular expressions ? Learn about the java.util.Regex package using the Pattern class, Matcher class, code snippets, and more ? Match and capture text in regex and use back-references to the captured groups ? Explore Regex using Java String methods and regex capabilities in the Java Scanner API ? Use zero-width assertions and lookarounds in regex ? Test and optimize a poorly performing regex and various other performance tips In Detail Regular expressions are a powerful tool in the programmer's toolbox and allow pattern matching. They are also used for manipulating text and data. This book will provide you with the know-how (and practical examples) to solve real-world problems using regex in Java. You will begin by discovering what regular expressions are and how they work with Java. This easy-to-follow guide is a great place from which to familiarize yourself with the core concepts of regular expressions and to master its implementation with the features of Java 9. You will learn how to match, extract, and transform text by matching specific words, characters, and patterns. You will learn when and where to apply the methods for finding patterns in digits, letters, Unicode characters, and string literals. Going forward, you will learn to use zero-length assertions and lookarounds, parsing the source code, and processing the log files. Finally, you will master tips, tricks, and best practices in regex with Java. Style and approach This book will take readers through this learning journey using simple, easy-to-understand, step-by-step instructions and hands-on examples at every stage.
By the Pricking of My Thumbs (Tommy & Tuppence)
By the Pricking of My Thumbs (Tommy & Tuppence)
Agatha Christie
¥58.86
An old woman in a nursing home speaks of a child buried behind the fireplace… When Tommy and Tuppence visited an elderly aunt in her gothic nursing home, they thought nothing of her mistrust of the doctors; after all, Ada was a very difficult old lady. But when Mrs Lockett mentioned a poisoned mushroom stew and Mrs Lancaster talked about ‘something behind the fireplace’, Tommy and Tuppence found themselves caught up in an unexpected adventure involving possible black magic…
The Mysterious Affair at Styles (Poirot)
The Mysterious Affair at Styles (Poirot)
Agatha Christie
¥36.98
With impeccable timing Hercule Poirot, the renowned Belgian detective, makes his dramatic entrance on to the English crime stage. Recently, there had been some strange goings on at Styles St Mary. Evelyn, constant companion to old Mrs Inglethorp, had stormed out of the house muttering something about ‘a lot of sharks’. And with her, something indefinable had gone from the atmosphere. Her presence had spelt security; now the air seemed rife with suspicion and impending evil.
The Mysterious Mr Quin
The Mysterious Mr Quin
Agatha Christie
¥58.47
A mysterious stranger appears at a New Year’s Eve party, becoming the enigmatic sleuthing sidekick to the snobbish Mr Satterthwaite… So far, it had been a typical New Year’s Eve house party. But Mr Satterthwaite – a keen observer of human nature – sensed that the real drama of the evening was yet to unfold. So it proved when a mysterious stranger arrived after midnight. Who was this Mr Quin? And why did his presence have such a pronounced effect on Eleanor Portal, the woman with the dyed-black hair?
BeagleBone Robotic Projects - Second Edition
BeagleBone Robotic Projects - Second Edition
Dr. Richard Grimmett
¥71.93
Exciting new capabilities to enable even easier DIY robotics with BeagleBone Blue About This Book ? Build powerful robots with the all new BeagleBone Blue ? Communicate with your robot and teach it to detect and respond to its environment ? Control walking, rolling, swimming, and flying robots with your iOS and Android mobile devices Who This Book Is For This book is for anyone who is curious about using new, low-cost hardware to create robotic projects and have previously been the domain of research labs, major universities, or defence departments. Some programming experience would be useful, but if you know how to use a personal computer, you can use this book to construct far more complex systems than you would have thought possible. What You Will Learn ? Power on and configure the BeagleBone Blue ? Get to know Simple programming techniques to enable the unique hardware capabilities of the BeagleBone Blue. ? Connect standard hardware to enable your projects to see, speak, hear, and move ? Build advanced capabilities into your projects, such as GPS and sonar sensors ? Build complex projects that can fly, or go under or on the water In Detail BeagleBone Blue is effectively a small, light, cheap computer in a similar vein to Raspberry Pi and Arduino. It has all of the extensibility of today’s desktop machines, but without the bulk, expense, or noise. This project guide provides step-by-step instructions that enable anyone to use this new, low-cost platform in some fascinating robotics projects. By the time you are finished, your projects will be able to see, speak, listen, detect their surroundings, and move in a variety of amazing ways. The book begins with unpacking and powering up the components. This includes guidance on what to purchase and how to connect it all successfully, and a primer on programming the BeagleBone Blue. You will add additional software functionality available from the open source community, including making the system see using a webcam, hear using a microphone, and speak using a speaker. You will then learn to use the new hardware capability of the BeagleBone Blue to make your robots move, as well as discover how to add sonar sensors to avoid or find objects. Later, you will learn to remotely control your robot through iOS and Android devices. At the end of this book, you will see how to integrate all of these functionalities to work together, before developing the most impressive robotics projects: Drone and Submarine. Style and approach Develop practical example projects with detailed explanations, combine the projects in a vast number of ways to create different robot designs, or work through them in sequence to discover the full capability of the BeagleBone Blue.
Spring 5 Design Patterns
Spring 5 Design Patterns
Dinesh Rajput
¥80.65
Learn various design patterns and best practices in Spring 5 and use them to solve common design problems. About This Book ? Explore best practices for designing an application ? Manage your code easily with Spring's Dependency Injection pattern ? Understand the benefits that the right design patterns can offer your toolkit Who This Book Is For This book is for developers who would like to use design patterns to address common problems while designing an app using the Spring Framework and Reactive Programming approach. A basic knowledge of the Spring Framework and Java is assumed. What You Will Learn ? Develop applications using dependency injection patterns ? Learn best practices to design enterprise applications ? Explore Aspect-Oriented Programming relating to transactions, security, and caching. ? Build web applications using traditional Spring MVC patterns ? Learn to configure Spring using XML, annotations, and Java. ? Implement caching to improve application performance. ? Understand concurrency and handle multiple connections inside a web server. ? Utilizing Reactive Programming Pattern to build Reactive web applications. In Detail Design patterns help speed up the development process by offering well tested and proven solutions to common problems. These patterns coupled with the Spring framework offer tremendous improvements in the development process. The book begins with an overview of Spring Framework 5.0 and design patterns. You will understand the Dependency Injection pattern, which is the main principle behind the decoupling process that Spring performs, thus making it easier to manage your code. You will learn how GoF patterns can be used in Application Design. You will then learn to use Proxy patterns in Aspect Oriented Programming and remoting. Moving on, you will understand the JDBC template patterns and their use in abstracting database access. Then, you will be introduced to MVC patterns to build Reactive web applications. Finally, you will move on to more advanced topics such as Reactive streams and Concurrency. At the end of this book, you will be well equipped to develop efficient enterprise applications using Spring 5 with common design patterns Style and approach The book takes a pragmatic approach, showing various design patterns and best-practice considerations, including the Reactive programming approach with the Spring 5 Framework and ways to solve common development and design problems for enterprise applications.
The Prey (The Prey Series, Book 1)
The Prey (The Prey Series, Book 1)
Tom Isbell
¥58.86
In the Republic of the True America, it's always hunting season. Riveting action, intense romance, and gripping emotion make this fast-paced adventure a standout debut. After a radiation blast burned most of the Earth to a crisp, the new government established settlement camps for the survivors. At one such camp, Book and the other ‘LTs’ are eager to graduate as part of the Rite. Until they learn the dark truth: ‘LTs’ doesn't stand for lieutenant but for ‘Less Thans’, feared by society and raised to be hunted for sport. Together with the sisters, Hope and Faith, twin girls who've suffered their own haunting fate, they join forces to seek the safety of the fabled New Territory. As Book and Hope lead their quest for freedom, these teens must find the best in themselves to fight the worst in their enemies. But as they are pursued by sadistic hunters, secrets are revealed, allegiances are made, and lives are threatened.
Dream a Little Dream
Dream a Little Dream
Phillips, Susan Elizabeth
¥56.07
A Desperate Young MotherRachel Stone's bad luck has taken a turn for the worse. With an empty wallet, a car's that's spilling smoke, and a five-year-old son to support, she's come home to a town that hates her. But this determined young widow with a scandalous past has learned how to be a fighter. And she'll do anything to keep her child safe even take on. . . A man With No HeartGabe Bonner wants to be left alone, especially by the beautiful outcast who's invaded his property. She has a ton of attitude, a talent for trouble, and a child who brings back bad memories. Yet Rachel's feisty spirit might just be heaven-sent to save a tough, stubborn man. Dare To DreamWelcome to Salvation, North Carolina where a man who's forgotten what tenderness means meets a woman with nothing to lose. here two endearing lovers will set off on a funny, touching journey of the heart. . .to a place where dreams just might come true.
A Storm of Swords: Part 2 Blood and Gold (A Song of Ice and Fire, Book 3)
A Storm of Swords: Part 2 Blood and Gold (A Song of Ice and Fire, Book 3)
George R.R. Martin
¥44.93
HBO’s hit series A GAME OF THRONES is based on George R R Martin’s internationally bestselling series A SONG OF ICE AND FIRE, the greatest fantasy epic of the modern age. A STORM OF SWORDS: BLOOD AND GOLD is the SECOND part of the third volume in the series. ‘Colossal, staggering . . . one of the greats’ SFX
The Body in the Library (Miss Marple)
The Body in the Library (Miss Marple)
Agatha Christie
¥61.51
Agatha Christie’s world-famous Miss Marple mystery, reissued with a striking new cover designed to appeal to the latest generation of Agatha Christie fans and book lovers. It’s seven in the morning. The Bantrys wake to find the body of a young woman in their library. She is wearing evening dress and heavy make-up, which is now smeared across her cheeks. But who is she? How did she get there? And what is the connection with another dead girl, whose charred remains are later discovered in an abandoned quarry? The respectable Bantrys invite Miss Marple to solve the mystery… before tongues start to wag.
Curtain: Poirot’s Last Case (Poirot)
Curtain: Poirot’s Last Case (Poirot)
Agatha Christie
¥61.51
A wheelchair-bound Poirot returns to Styles, the venue of his first investigation, where he knows another murder is going to take place… The house guests at Styles seemed perfectly pleasant to Captain Hastings; there was his own daughter Judith, an inoffensive ornithologist called Norton, dashing Mr Allerton, brittle Miss Cole, Doctor Franklin and his fragile wife Barbara , Nurse Craven, Colonel Luttrell and his charming wife, Daisy, and the charismatic Boyd-Carrington. So Hastings was shocked to learn from Hercule Poirot’s declaration that one of them was a five-times murderer. True, the ageing detective was crippled with arthritis, but had his deductive instincts finally deserted him?…
The Ultimate Book of Mind Maps
The Ultimate Book of Mind Maps
Tony Buzan
¥91.43
This book is the definitive guide to Mind Mapping. Tony Buzan has changed the lives of millions with Mind Maps, his revolutionary system of note-taking that will help you excel in every area of your life. This practical full-colour book shows how this incredible thinking tool works and how you can use it to achieve your full potential. The Ultimate Book of Mind Maps will help you: ? Come up with brilliant ideas ? Find inspired solutions to any problem ? Create more time for yourself ? Set goals and achieve them ? Motivate yourself and others ? Remember anything you want when you want Colour illustrated throughout, this definitive guide is packed full of examples of amazing thinking tools and practical Mind Map examples, including running a meeting, preparing for an interview, starting up a new venture, planning family events, shopping for gifts, designing a garden, getting fit, and writing a speech for a wedding. It can even help you plan your ideal future!
The Control Theory Manager
The Control Theory Manager
Glasser, William, M.D.
¥71.94
Combining the control theory of William Glasser with the wisdom of W. Edwards Deming, this indispensable management resource explains both what quality is and what lead-managers need to do to achieve it.
One Soldier's Story
One Soldier's Story
Dole, Bob
¥90.51
Before he became one of America's most respected statesmen, Bob Dole was an average citizen serving heroically for his country. The bravery he showed after suffering near-fatal injuries in the final days of World War II is the stuff of legend. Now, for the first time in his own words, Dole tells the moving story of his harrowing experience on and off the battlefield, and how it changed his life.Speaking here not as a politician but as a wounded G.I., Dole recounts his own odyssey of courage and sacrifice, and also honors the fighting spirit of the countless heroes with whom he served. Heartfelt and inspiring, One Soldier's Story is the World War II chronicle that America has been waiting for.
Eight Lessons for a Happier Marriage
Eight Lessons for a Happier Marriage
Glasser, William, M.D.
¥71.72
Applying the methods and ideas espoused in his popular book Choice Theory, world-renowned psychiatrist and relationship expert Dr. William Glasser, along with his wife, Carleen, offers a practical guide to an enduring, satisfying, successful marriage. Eight Lessons for a Happier Marriage showcases eight real-life histories of troubled couples and presents simple, practical solutions to overcoming the pitfalls illustrated therein. Keeping love alive and strong is not as difficult as you think; let the Glassers and this indispensable book show you how!
Getting Together and Staying Together
Getting Together and Staying Together
Glasser, William, M.D.
¥84.16
The facts are nothing short of startling--no matter how many people seem to walk down the aisle, the divorce rate in America is at a record high. What's the secret to getting into a happy marriage and, even more important, staying in oneNow world-renowed psychiatrist Dr. William Glasser and his wife, Carleen Glasser, update their classic guide to successful marriages, Staying Together, for couples young and old. As they examine the questions of why some marriages work and others fail, the Glassers advise readers on how to create loving and happy relationships by applying Dr. Glasser's trademark "choice theory." The result is a wealth of new information about who would make a compatible partner and how to improve any relationship.
Choice Theory in the Classroom
Choice Theory in the Classroom
Glasser, William, M.D.
¥72.93
William Glasser, M.D., puts his successful choice theory to work in our schools--with a new approach in increasing student motivation. "Dr. Glasser translates choice theory into a productive, classroom model of team learning with emphasis on satisfaction and excitement. Working in small teams, students find that knowledge contributes to power, friendship and fun. Because content and the necessary student collaboration skills must be taught, teachers need to develop skills if they are to use this model successfully. The dividends are 'turned-on ' students and satisfied teachers."--Madeline Hunter, University of California at Los Angeles "Choice Theory in the Classroom is a landmark book, without question one of the most important and useful books for teachers to appear in a long while. Written with rare lucidity and grace, the book has numerous instantly usable ideas that will contribute fundamentally to the success of classroom teachers. William Glasser combines his extensive theoretical expertise and wide practical experience to provide a practical and illuminating guide for teachers [that] should be required reading in every college of education in the country."--David and Roger Johnson, University of Minnesota"Choice Theory in the Classroom presents an insightful analysis of what is wrong with traditional school and what need to be done about it. Dr. Glasser gives a compelling rationale for the use of learning-teams in schools to capture the excitement and commitment students display in sports but rarely in the classroom. The book is well written and persuasive. I hope every teacher in America buys it, believes it, and behaves accordingly."--Robert Slavin, John Hopkins University
Deep Learning for Computer Vision
Deep Learning for Computer Vision
Rajalingappaa Shanmugamani
¥73.02
Learn how to model and train advanced neural networks to implement a variety of Computer Vision tasks About This Book ? Train different kinds of deep learning model from scratch to solve specific problems in Computer Vision ? Combine the power of Python, Keras, and TensorFlow to build deep learning models for object detection, image classification, similarity learning, image captioning, and more ? Includes tips on optimizing and improving the performance of your models under various constraints Who This Book Is For This book is targeted at data scientists and Computer Vision practitioners who wish to apply the concepts of Deep Learning to overcome any problem related to Computer Vision. A basic knowledge of programming in Python—and some understanding of machine learning concepts—is required to get the best out of this book. What You Will Learn ? Set up an environment for deep learning with Python, TensorFlow, and Keras ? Define and train a model for image and video classification ? Use features from a pre-trained Convolutional Neural Network model for image retrieval ? Understand and implement object detection using the real-world Pedestrian Detection scenario ? Learn about various problems in image captioning and how to overcome them by training images and text together ? Implement similarity matching and train a model for face recognition ? Understand the concept of generative models and use them for image generation ? Deploy your deep learning models and optimize them for high performance In Detail Deep learning has shown its power in several application areas of Artificial Intelligence, especially in Computer Vision. Computer Vision is the science of understanding and manipulating images, and finds enormous applications in the areas of robotics, automation, and so on. This book will also show you, with practical examples, how to develop Computer Vision applications by leveraging the power of deep learning. In this book, you will learn different techniques related to object classification, object detection, image segmentation, captioning, image generation, face analysis, and more. You will also explore their applications using popular Python libraries such as TensorFlow and Keras. This book will help you master state-of-the-art, deep learning algorithms and their implementation. Style and approach This book will teach advanced techniques for Computer Vision, applying the deep learning model in reference to various datasets.
A Game of Thrones (A Song of Ice and Fire, Book 1)
A Game of Thrones (A Song of Ice and Fire, Book 1)
George R.R. Martin
¥73.58
Summers span decades. Winter can last a lifetime. And the struggle for the Iron Throne has begun. As Warden of the north, Lord Eddard Stark counts it a curse when King Robert bestows on him the office of the Hand. His honour weighs him down at court where a true man does what he will, not what he must … and a dead enemy is a thing of beauty. The old gods have no power in the south, Stark’s family is split and there is treachery at court. Worse, the vengeance-mad heir of the deposed Dragon King has grown to maturity in exile in the Free Cities. He claims the Iron Throne.
Graham Thorpe: Rising from the Ashes
Graham Thorpe: Rising from the Ashes
Graham Thorpe
¥72.99
Graham Thorpe’s achievements on the cricket field contrasted wildly with his personal problems, where drink and depression combined to send him spiralling off the rails. This is his brutally honest life story, including his dramatic retirement from Test cricket, and updated to include England’s 2005 Ashes win, and his new coaching career. Graham Thorpe was one of the best batsmen in world cricket for more than a decade. Yet the national press hounded him as 'English cricket's most disturbed player' for pulling out of a series of tours and turning his back on the game more than once. With painful candour and often unexpected humour, Thorpe dissects his career in cricket and the inner recesses of his private life: the impact of his bitter divorce; the suicidal depression that afflicted him in his darkest hours; the reasons why he needed to 'save himself' by withdrawing from past England tours; the elation of his magnificent century on his comeback Test at the Oval in 2003; and his fresh outlook in life with a new partner after confronting his own failings and past troubles. Twelve years on from his Test debut against Australia, Thorpe took the decision to retire from international cricket after the disappointment of his controversial non-selection for the Ashes 2005 tour. With updated material on his coaching spell in Australia – where he gained valuable insight into cricket’s No 1 nation.