万本电子书0元读

万本电子书0元读

Data Visualization with D3 4.x Cookbook - Second Edition
Data Visualization with D3 4.x Cookbook - Second Edition
Nick Zhu
¥80.65
Discover over 65 recipes to help you create breathtaking data visualizations using the latest features of D3 About This Book Learn about D3 4.0 from the inside out and master its new features Utilize D3 packages to generate graphs, manipulate data, and create beautiful presentations Solve real-world visualization problems with the help of practical recipes Who This Book Is For If you are a developer familiar with HTML, CSS, and JavaScript, and you wish to get the most out of D3, then this book is for you. This book can serve as a desktop quick-reference guide for experienced data visualization developers. You’ll also find this book useful if you’re a D3 user who wants to take advantage of the new features introduced in D3 4.0. You should have previous experience with D3. What You Will Learn Get a solid understanding of the D3 fundamentals and idioms Use D3 to load, manipulate, and map data to any kind of visual representation on the web Create data-driven dynamic visualizations that update as the data does Leverage the various modules provided by D3 to create sophisticated, dynamic, and interactive charts and graphics Create data-driven transitions and animations within your visualizations Understand and leverage more advanced concepts such as force, touch, and Geo data visualizations In Detail This book gives you all the guidance you need to start creating modern data visualizations with D3 4.x that take advantage of the latest capabilities of JavaScript. The book starts with the basic D3 structure and building blocks and quickly moves on to writing idiomatic D3-style JavaScript code. You will learn how to work with selection to target certain visual elements on the page, then you will see techniques to represent data both in programming constructs and its visual metaphor. You will learn how map values in your data domain to the visual domain using scales, and use the various shape functions supported by D3 to create SVG shapes in visualizations. Moving on, you’ll see how to use and customize various D3 axes and master transition to add bells and whistles to otherwise dry visualizations. You’ll also learn to work with charts, hierarchy, graphs, and build interactive visualizations. Next you’ll work with Force, which is one of the most awe-inspiring techniques you can add to your visualizations, and you’ll implement a fully functional Choropleth map (a special purpose colored map) in D3. Finally, you’ll learn to unit test data visualization code and test-driven development in a visualization project so you know how to produce high-quality D3 code. Style and approach This step-by-step guide to mastering data visualizations with D3 will help you create amazing data visualizations with professional efficiency and precision. It is a solution-based guide in which you learn through practical recipes, illustrations, and code samples.
Big Data Visualization
Big Data Visualization
James D. Miller
¥80.65
Learn effective tools and techniques to separate big data into manageable and logical components for efficient data visualization About This Book This unique guide teaches you how to visualize your cluttered, huge amounts of big data with ease It is rich with ample options and solid use cases for big data visualization, and is a must-have book for your shelf Improve your decision-making by visualizing your big data the right way Who This Book Is For This book is for data analysts or those with a basic knowledge of big data analysis who want to learn big data visualization in order to make their analysis more useful. You need sufficient knowledge of big data platform tools such as Hadoop and also some experience with programming languages such as R. This book will be great for those who are familiar with conventional data visualizations and now want to widen their horizon by exploring big data visualizations. What You Will Learn Understand how basic analytics is affected by big data Deep dive into effective and efficient ways of visualizing big data Get to know various approaches (using various technologies) to address the challenges of visualizing big data Comprehend the concepts and models used to visualize big data Know how to visualize big data in real time and for different use cases Understand how to integrate popular dashboard visualization tools such as Splunk and Tableau Get to know the value and process of integrating visual big data with BI tools such as Tableau Make sense of the visualization options for big data, based upon the best suited visualization techniques for big data In Detail When it comes to big data, regular data visualization tools with basic features become insufficient. This book covers the concepts and models used to visualize big data, with a focus on efficient visualizations. This book works around big data visualizations and the challenges around visualizing big data and address characteristic challenges of visualizing like speed in accessing, understanding/adding context to, improving the quality of the data, displaying results, outliers, and so on. We focus on the most popular libraries to execute the tasks of big data visualization and explore "big data oriented" tools such as Hadoop and Tableau. We will show you how data changes with different variables and for different use cases with step-through topics such as: importing data to something like Hadoop, basic analytics. The choice of visualizations depends on the most suited techniques for big data, and we will show you the various options for big data visualizations based upon industry-proven techniques. You will then learn how to integrate popular visualization tools with graphing databases to see how huge amounts of certain data. Finally, you will find out how to display the integration of visual big data with BI using Cognos BI. Style and approach With the help of insightful real-world use cases, we’ll tackle data in the world of big data. The scalability and hugeness of the data makes big data visualizations different from normal data visualizations, and this book addresses all the difficulties encountered by professionals while visualizing their big data.
ServiceNow Cookbook
ServiceNow Cookbook
Ashish Rudra Srivastava
¥80.65
Over 50 practical and immediately applicable recipes to help you manage services in your enterprise environment efficiently About This Book Solve problems and challenges encountered while implementing or using ServiceNow in your organization Helps you build core administration, management, and maintenance skills to automate and orchestrate your IT environment Comes with recipes to improve the way you design and create automated workflows Who This Book Is For This book targets IT professionals and administrators who have some experience of working with ServiceNow already and are looking to solve regular or unique problems that surface when using ServiceNow. It’s advisable to have a basic level of administration experience with ServiceNow. Familiarity with JavaScript is assumed. What You Will Learn Grasp the basics, such as entering and navigation, required to implement ServiceNow Perform core configuration and management tasks Use the ServiceNow plugins to manage development Build and publish custom applications for service management Design data-driven apps to connect with outside worlds by getting into Client and server *ing Configure alerts and notifications and understand e-mail troubleshooting and watermarking Build and configure reports to set up your dashboard as per the requirement Create and configure workflow activities In Detail ServiceNow is the ideal platform for you to create enterprise-level applications, giving borh requesters and fulfillers better visibility and access to a process. With this title we’ll guide you through the world of ServiceNow, letting you take on the best the platform offers you with the least amount of hassle. Starting with the core configuration and management tasks, this book will help you build data-driven apps and it will also explore development best practices. You will learn to set up email notifications for users and work with the database view for reporting. Next, the book will guide you through creating various tasks from the workflow and show you how to make the most of the workflow utilities available in ServiceNow. Finally, the book will drive you through the auditing and diagnosing aspects of ServiceNow. By the end of this book, you will acquire immediately applicable skills to rectify everyday problems encountered on the ServiceNow platform. Style and approach This book follows a recipe-based problem-solution approach to address and dispel challenges faced when implementing and using ServiceNow on a regular basis. It will act as a quick solution when trying to solve specific problems without having to read an exhaustive tutorial.
Python: Real World Machine Learning
Python: Real World Machine Learning
Prateek Joshi
¥161.31
Learn to solve challenging data science problems by building powerful machine learning models using Python About This Book Understand which algorithms to use in a given context with the help of this exciting recipe-based guide This practical tutorial tackles real-world computing problems through a rigorous and effective approach Build state-of-the-art models and develop personalized recommendations to perform machine learning at scale Who This Book Is For This Learning Path is for Python programmers who are looking to use machine learning algorithms to create real-world applications. It is ideal for Python professionals who want to work with large and complex datasets and Python developers and analysts or data scientists who are looking to add to their existing skills by accessing some of the most powerful recent trends in data science. Experience with Python, Jupyter Notebooks, and command-line execution together with a good level of mathematical knowledge to understand the concepts is expected. Machine learning basic knowledge is also expected. What You Will Learn Use predictive modeling and apply it to real-world problems Understand how to perform market segmentation using unsupervised learning Apply your new-found skills to solve real problems, through clearly-explained code for every technique and test Compete with top data scientists by gaining a practical and theoretical understanding of cutting-edge deep learning algorithms Increase predictive accuracy with deep learning and scalable data-handling techniques Work with modern state-of-the-art large-scale machine learning techniques Learn to use Python code to implement a range of machine learning algorithms and techniques In Detail Machine learning is increasingly spreading in the modern data-driven world. It is used extensively across many fields such as search engines, robotics, self-driving cars, and more. Machine learning is transforming the way we understand and interact with the world around us. In the first module, Python Machine Learning Cookbook, you will learn how to perform various machine learning tasks using a wide variety of machine learning algorithms to solve real-world problems and use Python to implement these algorithms. The second module, Advanced Machine Learning with Python, is designed to take you on a guided tour of the most relevant and powerful machine learning techniques and you’ll acquire a broad set of powerful skills in the area of feature selection and feature engineering. The third module in this learning path, Large Scale Machine Learning with Python, dives into scalable machine learning and the three forms of scalability. It covers the most effective machine learning techniques on a map reduce framework in Hadoop and Spark in Python. This Learning Path will teach you Python machine learning for the real world. The machine learning techniques covered in this Learning Path are at the forefront of commercial practice. This Learning Path combines some of the best that Packt has to offer in one complete, curated package. It includes content from the following Packt products: Python Machine Learning Cookbook by Prateek Joshi Advanced Machine Learning with Python by John Hearty Large Scale Machine Learning with Python by Bastiaan Sjardin, Alberto Boschetti, Luca Massaron Style and approach This course is a smooth learning path that will teach you how to get started with Python machine learning for the real world, and develop solutions to real-world problems. Through this comprehensive course, you’ll learn to create the most effective machine learning techniques from scratch and more!
Entity Framework Core Cookbook - Second Edition
Entity Framework Core Cookbook - Second Edition
Ricardo Peres
¥90.46
Leverage the full potential of Entity Framework with this collection of powerful and easy-to-follow recipes About This Book Learn how to use the new features of Entity Framework Core 1 Improve your queries by leveraging some of the advanced features Avoid common pitfalls Make the best of your .NET APIs by integrating with Entity Framework Who This Book Is For This book is for .NET developers who work with relational databases on a daily basis and understand the basics of Entity Framework, but now want to use it in a more efficient manner. You are expected to have some prior knowledge of Entity Framework. What You Will Learn Master the technique of using sequence key generators Validate groups of entities that are to be saved / updated Improve MVC applications that cover applications developed using ASP.NET MVC Core 1 Retrieve database information (table, column names, and so on) for entities Discover optimistic concurrency control and pessimistic concurrency control. Implement Multilatency on the data side of things. Enhance the performance and/or scalability of Entity Framework Core Explore and overcome the pitfalls of Entity Framework Core In Detail Entity Framework is a highly recommended Object Relation Mapping tool used to build complex systems. In order to survive in this growing market, the knowledge of a framework that helps provide easy access to databases, that is, Entity Framework has become a necessity. This book will provide .NET developers with this knowledge and guide them through working efficiently with data using Entity Framework Core. You will start off by learning how to efficiently use Entity Framework in practical situations. You will gain a deep understanding of mapping properties and find out how to handle validation in Entity Framework. The book will then explain how to work with transactions and stored procedures along with improving Entity Framework using query libraries. Moving on, you will learn to improve complex query scenarios and implement transaction and concurrency control. You will then be taught to improve and develop Entity Framework in complex business scenarios. With the concluding chapter on performance and scalability, this book will get you ready to use Entity Framework proficiently. Style and approach Filled with rich code-based examples, this book takes a recipe-based approach that will teach .NET developers to improve their understanding of Entity Framework and help them effortlessly apply this knowledge in everyday situations.
Learning Xcode 8
Learning Xcode 8
Jak Tiano
¥90.46
Learn how to use the power of Xcode to turn your next great app idea into a reality About This Book Learn the theory and tools behind app development using Swift 3 and Xcode 8 Build a fully featured iOS app, including a companion app for the Apple Watch Optimize, debug, and ultimately release your app on Test Flight and the App Store Who This Book Is For This book is intended for programmers looking to get a jump-start into the world of iOS development. Whether you’re a young student who has only spent a few months with Java, or a seasoned developer who has spent their career developing for a different platform, all that is expected is a basic understanding of a programming language such as C++, C#, or Java. What You Will Learn Understand the most important features of the Xcode IDE Write Swift 3 code for application data models and view controllers Prepare visual layouts for an iOS application using storyboards, size classes, and auto-layout Integrate many common technologies into an app, such as multi-touch gestures, CoreData, and notifications Build companion applications for the Apple Watch with watchOS 3 Debug applications using Xcode’s suite of debugging tools, and prevent bugs with unit testing Optimize an application using Xcode 8’s profiling tools and asset catalogs Distribute a beta application through TestFlight, and a finished application through the App Store In Detail Over the last few years, we’ve seen a breakthrough in mobile computing and the birth of world-changing mobile apps. With a reputation as one of the most user-centric and developer-friendly platforms, iOS is the best place to launch your next great app idea. As the official tool to create iOS applications, Xcode is chock full of features aimed at making a developer’s job easier, faster, and more fun. This book will take you from complete novice to a published app developer, and covers every step in between. You’ll learn the basics of iOS application development by taking a guided tour through the Xcode software and Swift programming language, before putting that knowledge to use by building your first app called “Snippets.” Over the course of the book, you will continue to explore the many facets of iOS development in Xcode by adding new features to your app, integrating gestures and sensors, and even creating an Apple Watch companion app. You’ll also learn how to use the debugging tools, write unit tests, and optimize and distribute your app. By the time you make it to the end of this book, you will have successfully built and published your first iOS application. Style and approach This easy-to-follow guide presents topics in a hands-on lecture format where concepts are introduced and explained, then used in an example as reinforcement. The first third of the book covers the separate building blocks of development, while the second two thirds cover the development of an app from start to finish.
Natural Language Processing: Python and NLTK
Natural Language Processing: Python and NLTK
Nitin Hardeniya
¥152.59
Learn to build expert NLP and machine learning projects using NLTK and other Python libraries About This Book Break text down into its component parts for spelling correction, feature extraction, and phrase transformation Work through NLP concepts with simple and easy-to-follow programming recipes Gain insights into the current and budding research topics of NLP Who This Book Is For If you are an NLP or machine learning enthusiast and an intermediate Python programmer who wants to quickly master NLTK for natural language processing, then this Learning Path will do you a lot of good. Students of linguistics and semantic/sentiment analysis professionals will find it invaluable. What You Will Learn The scope of natural language complexity and how they are processed by machines Clean and wrangle text using tokenization and chunking to help you process data better Tokenize text into sentences and sentences into words Classify text and perform sentiment analysis Implement string matching algorithms and normalization techniques Understand and implement the concepts of information retrieval and text summarization Find out how to implement various NLP tasks in Python In Detail Natural Language Processing is a field of computational linguistics and artificial intelligence that deals with human-computer interaction. It provides a seamless interaction between computers and human beings and gives computers the ability to understand human speech with the help of machine learning. The number of human-computer interaction instances are increasing so it’s becoming imperative that computers comprehend all major natural languages. The first NLTK Essentials module is an introduction on how to build systems around NLP, with a focus on how to create a customized tokenizer and parser from scratch. You will learn essential concepts of NLP, be given practical insight into open source tool and libraries available in Python, shown how to analyze social media sites, and be given tools to deal with large scale text. This module also provides a workaround using some of the amazing capabilities of Python libraries such as NLTK, scikit-learn, pandas, and NumPy. The second Python 3 Text Processing with NLTK 3 Cookbook module teaches you the essential techniques of text and language processing with simple, straightforward examples. This includes organizing text corpora, creating your own custom corpus, text classification with a focus on sentiment analysis, and distributed text processing methods. The third Mastering Natural Language Processing with Python module will help you become an expert and assist you in creating your own NLP projects using NLTK. You will be guided through model development with machine learning tools, shown how to create training data, and given insight into the best practices for designing and building NLP-based applications using Python. This Learning Path combines some of the best that Packt has to offer in one complete, curated package and is designed to help you quickly learn text processing with Python and NLTK. It includes content from the following Packt products: NTLK essentials by Nitin Hardeniya Python 3 Text Processing with NLTK 3 Cookbook by Jacob Perkins Mastering Natural Language Processing with Python by Deepti Chopra, Nisheeth Joshi, and Iti Mathur Style and approach This comprehensive course creates a smooth learning path that teaches you how to get started with Natural Language Processing using Python and NLTK. You’ll learn to create effective NLP and machine learning projects using Python and NLTK.
Windows Server 2016 Cookbook
Windows Server 2016 Cookbook
Jordan Krause
¥107.90
Sauté your way through more than 100 hands-on recipes designed to prepare any server administrator to work with Windows Server 2016 About This Book Get the first book on the market to unleash the power of Windows Server 2016, which improves the lives of thousands of enterprise users Be the first to leverage the advent of Containers and Nano Server on Windows Server 2016, which utilizes the resources efficiently and increases productivity. This practical, recipe-based approach helps you to delivering global-scale cloud services into your infrastructure using Windows Server 2016 Who This Book Is For This book is for system administrators and IT professionals with experience in Windows Server 2012 R2 environments who are looking to acquire the skills and knowledge necessary to manage and maintain the core infrastructure required for a Windows Server 2016 environment. What You Will Learn Build the infrastructure required for a successful Windows network Navigate the new Server 2016 interface efficiently Implement solid networking and security practices into your Windows Server environment Design your own PKI and start issuing certificates today Explore the brand-new Nano Server functionality Enable nested virtualization on Hyper-V and Server Connect your remote laptops back to the corporate network using Microsoft's own remote access technologies, including DirectAccess Provide a centralized point for users to access applications and data by configuring Remote Desktop Services Compose optimal Group Policies Facilitate task automation with PowerShell 5.0 *ing In Detail This hands-on Cookbook is stuffed full of practical recipes that will help you handle the essential administrative tasks in Windows Server 2016. You’ll start by familiarizing yourself with the look and feel of Windows Server 2016, and will then learn how to navigate through some daily tasks using the graphical interface. You will see how to compose optimal Group Policies and facilitate task automation with PowerShell 5.0 *ing. We will also take a look at the functions available to provide remote network access to your traveling users, and explore the much anticipated Nano Server and Hyper-V built-in integration support that is brand new in Windows Server 2016. By the end of this book, you will know how to take your Windows Server 2016-powered server and turn it into any common infrastructure role that might be required in your company. Style and approach The book follows a recipe-based approach that starts with an introduction and the installation of Windows Server 2016, then dives into the powerful features, and then ends with the concept of security.
Blender 3D: Characters, Machines, and Scenes for Artists
Blender 3D: Characters, Machines, and Scenes for Artists
Enrico Valenza
¥179.84
Gain the insights and techniques you need to give life to your own custom characters, machines, and scenes in Blender 3D About This Book Learn how to establish the basic shape of a character on the basis of templates, and take it to completion using the tools available in Blender Develop realistic and awesome machines for your 3D projects and animation films Discover advanced techniques by adding fur to a character, creating a grass field, and fine-tuning a shot with post-processing effects to enhance your creations Who This Book Is For This learning path is for those who know the basics of Blender and have hands-on experience with the software. We will directly dive into creating characters first. If you wish to use Blender to create games, animated films, and architecture simulations, this learning path will benefit you. What You Will Learn Use your sculpting skills to carve the character features from the mesh Find the best possible flow for your edge-loops to enhance the character features and to get the best possible range of deformation Mix both the Blender Internal and Cycles rendering engines in order to render materials as quickly as possible Know when and where to use various types of geometry—something that saves time in one instance will pose significant problems in another Create a 3D robot toy model from start to finish using the basic modeling tools of Blender Make a full alien character using the skin mesh modifier and the sculpting tools with an artistic approach Use re-topology techniques to create a clean 3D version of the previously sculpted alien Model a full haunted house and its environment using more advanced modeling tools and techniques such as the Array Modifier, Instance duplication, and Curves In Detail Blender 3D is one of the top 3D animation software available. As the Blender software grows more powerful and popular, there is a demand to take your modeling skills to the next level. This learning path is divided into three modules that will take you on this incredible journey of creating games. The first module will take you on a journey to understand the workflow normally used to create characters, from the modeling to the rendering stages, using the tools of the last official release of Blender exclusively. You will be making production-quality 3D models and characters quickly and efficiently, which will be ready to be added to your very own animated feature or game. The second module will help you develop a comprehensive skill set that covers the key aspects of mechanical modeling. You will create many types of projects, including a pistol, spacecraft, robot, and a racer. By the end of this module, you will have mastered a workflow that you will be able to apply to your own creations. The final module will help you to create many types of projects using a step-by-step approach. Each project in this module will give you more practice and increase your knowledge of the Blender tools and game engine. This learning path combines some of the best that Packt has to offer in one complete, curated package. It includes content from the following Packt products: Blender 3D Cookbook, Second Edition by Enrico Valenza Blender 3D Incredible Machines, Second Edition by Christopher Kuhn Blender 3D By Example by Romain Caudron and Pierre-Armand Nicq Style and approach This easy-to-follow course will teach you how to create complex 3D characters, create incredible machines, and put them together to create a 3D scene. Each topic is explained sequentially in the process of creating various models, and includes detailed explanations of the basic and advanced features.
How to Be Everything
How to Be Everything
Emilie Wapnick,Emily McDowell
¥88.56
What do you want to be when you grow upIt's a familiar question we're all asked as kids. While seemingly harmless, the question has unintended consequences. It can make you feel like you need to choose one job, one passion, one thing to be about. Guess whatYou don't. Having a lot of different interests, projects and curiosities doesn't make you a "jack-of-all-trades, master of none." Your endless curiosity doesn't mean you are broken or flaky. What you are is a multipotentialite: someone with many interests and creative pursuits. And that is actually your biggest strength. How to Be Everything helps you channel your diverse passions and skills to work for you. Based on her popular TED talk, "Why some of us don't have one true calling", Emilie Wapnick flips the * on conventional career advice. Instead of suggesting that you specialize, choose a niche or accumulate 10,000 hours of practice in a single area, Wapnick provides a practical framework for building a sustainable life around ALL of your passions. You'll discover: Why your multipotentiality is your biggest strength, especially in today's uncertain job market. How to make a living and structure your work if you have many skills and interests. How to focus on multiple projects and make progress on all of them. How to handle common insecurities such as the fear of not being the best, the guilt associated with losing interest in something you used to love and the challenge of explaining "what you do" to others. Not fitting neatly into a box can be a beautiful thing. How to Be Everything teaches you how to design a life, at any age and stage of your career, that allows you to be fully you, and find the kind of work you'll love.
Prairie Cowboy (Mills & Boon Historical)
Prairie Cowboy (Mills & Boon Historical)
Linda Ford
¥38.65
Indulge your fantasies of delicious Regency Rakes, fierce Viking warriors and rugged Highlanders. Be swept away into a world of intense passion, lavish settings and romance that burns brightly through the centuries Linda Ford grew up devouring books and making up stories in her head often late at night when she couldn't sleep. But she hadn't planned to write. Instead, she dreamed of running an orphanage. In a way, that dream came true. She married, had four homemade children, adopted ten and lived (at times, endured) the dream. During one of those times when the dream seemed more like a nightmare, when several of the kids were teens and acting out in weird and awful ways, she discovered the wonderfully controllable world of writing. Writing first took her to non-fiction human-interest articles for newspapers and eventually a non-fiction book about tuberculosis set in the 1930s and 1940s (Touched By The White Plague). But romance had always been her first love and she turned to writing love stories. She is multi-published in the CBA market. She lives on a small ranch in Alberta where she can see the mountains every day. She and her husband continue to enjoy their children and grandchildren. Linda also provides care for a paraplegic, double-amputee man. She still finds a great deal of enjoyment and satisfaction in creating imaginary worlds, only now she does it on paper or rather, at the computer.
Rocky Mountain Redemption (Mills & Boon Historical)
Rocky Mountain Redemption (Mills & Boon Historical)
Pamela Nissen
¥38.65
Indulge your fantasies of delicious Regency Rakes, fierce Viking warriors and rugged Highlanders. Be swept away into a world of intense passion, lavish settings and romance that burns brightly through the centuries Pamela Nissen is an award-winning author with a love for creating. Whether characters, cooking, scrapbooking or other artistic endeavors, she delights in putting things together for others to enjoy. While homeschooling her children in 2000, she started handwriting her first novel, and after finally stepping into the computer age, she won first place in the 2007 Heart of the Rockies Inspirational Romance category. Since then she hasn't looked back. Pamela lives in the woods in Iowa with her husband, two boys, her Newfoundland dog, cats and one churlish bunny. She loves watching her children pursue their dreams and can be found cheering on the sidelines at her boys' games or being moved to tears as she watches her grown daughter perform on stage. If she's not writing or serving lattes at the local Starbucks, she enjoys scrapbooking weekends with her sister, coffee and conversation with friends and running in the rain. Having glimpsed the dark and light of life, she is passionate about writing "real" people with "real" issues and "real" responses.
Cold Case (Mills & Boon M&B) (A Barbara Holloway Novel, Book 5)
Cold Case (Mills & Boon M&B) (A Barbara Holloway Novel, Book 5)
Kate Wilhelm
¥46.01
With no strong evidence, attorney Barbara Holloway's legal instincts are all she has. If they can't lead her to the truth, her client will die. But if she succeeds, her own life will be on the line. Controversial author and scholar David Etheridge is not the kind of company an aspiring politician wants to keep. But ambitious state senator Robert McCrutchen has a history with Etheridge--a history he's desperately trying to keep under wraps. Twenty-two years ago, while attending the University of Oregon, both men were investigated in the death of a young coed, but the case was never solved. A circle of secrecy guaranteed it. But the old stories resurface when Etheridge returns to Eugene, Oregon. Tied to their past, McCrutchen is his grudging host--until the senator is found shot dead. Now Etheridge is back where he was more than two decades ago--suspected of murder. Only this time, with the cold case reopened, he's facing a double charge. And Etheridge might not be so lucky again. Barbara must battle the prosecution and the court of public opinion, which has already tried and convicted Etheridge for both murders. As the pressure mounts, Barbara ties the past and present together, risking her own life to protect a client and preserve justice.
Let Sleeping Dogs Lie (Mills & Boon M&B)
Let Sleeping Dogs Lie (Mills & Boon M&B)
Suzann Ledbetter
¥55.92
Private investigator Jack McPhee has a two-word business philosophy: no partners. Rules are allegedly made to be broken, but Jack didn't expect that a contract to nab the so-called Calendar Burglar would force him to team up with a ten-pound, hyperactive Maltese. Or that as McPhee Investigations goes to the dogs, he'd fall deeply in-like with Dina Wexler, an undertall groomer, whose definition of a P.I. comes from watching w-a-a-y too many detective shows. Or that his absolutely genius idea to catch a thief would make him the prime–and only–suspect in a cold-blooded, diabolical homicide.
The Price Of Silence (Mills & Boon M&B)
The Price Of Silence (Mills & Boon M&B)
Kate Wilhelm
¥46.01
This is not a Barbara Holloway novel. - Kate Wilhelm's Mira novels have always achieved an NSR of 50% or more, including Clear And Convincing Proof (Mira Books, 8/03) at 65%, Skeletons (Mira Books, 7/03) at 64% and Death Qualified (Mira Books, 4/02) at 69% NSR. - Widely regarded as one of today's best writers, Kate is the bestselling author of over 40 novels, including legal and psychological thrillers and many science fiction classics. - Kate Wilhelm has won numerous awards, including the Nebula Award (three times) for short fiction, the Hugo Award, the Prix Apollo, the Jupiter Award and the Locus Award. - Kate was inducted into the Science Fiction Hall of Fame in July 2003.
An Engagement in Seattle: Groom Wanted / Bride Wanted (Mills & Boon M&B)
An Engagement in Seattle: Groom Wanted / Bride Wanted (Mills & Boon M&B)
Debbie Macomber
¥51.50
Perfect for fans of Maeve Binchy' - Candis Aleksandr Berinksi is a Russian biochemist in the U.S. on a visa that is about to expire.
Home for the Holidays: The Forgetful Bride / When Christmas Comes (Mills & Boon
Home for the Holidays: The Forgetful Bride / When Christmas Comes (Mills & Boon
Debbie Macomber
¥51.50
Perfect for fans of Maeve Binchy' - Candis The Forgetful Bride Caitlin Marshall's trying to go home to Minnesota, but at the last minute she gives her airline ticket to a stranded soldier. So Cait spends Christmas with Joe Rockwell, who was a childhood friend–and is still a terrible tease, claiming that Cait's his wife. Oh, sure, they were "married" in a pretend ceremony when she was eight, but now Joe wants to make their "marriage" real! When Christmas Comes Emily Springer trades her Leavenworth, Washington, home for Charles Brewster's Boston condo. Then Emily's friend Faith comes to visit her in Washington–and instead finds Charles, a complete stranger and a curmudgeon, to boot. His brother, Ray, meanwhile, shows up at Charles's place, only to discover Emily living there. But through all the mix-ups and misunderstandings, among the chaos and confusion, romance begins to emerge….
Ready for Romance (Mills & Boon M&B)
Ready for Romance (Mills & Boon M&B)
Debbie Macomber
¥62.59
Perfect for fans of Maeve Binchy' - Candis At the age of fourteen, Jessica Kellerman was wildly infatuated with Evan Dryden. But that was just a teenage crush and now, almost ten years later, she’s in love-truly in love-with his older brother, Damian. But everyone, including Damian, believes she’s carrying a torch for Evan!
The Doctor's Family (Mills & Boon Love Inspired) (Rocky Mountain Heirs, Book 3)
The Doctor's Family (Mills & Boon Love Inspired) (Rocky Mountain Heirs, Book 3)
Lenora Worth
¥30.90
Family, Clayton Style Raising four-year-old triplets and an abandoned teenager, single mother Arabella Clayton Michaels has her hands full. She loves everything about her big family in tiny Clayton, Colorado. But when a Denver surgeon arrives with the news that her beloved teenager is his long-lost niece, Arabella worries she'll lose the girl—and much more. Jonathan Turner's harrowing past makes her want to open her heart to him. But will the handsome doctor accept a bigger ready-made family than either dreamed was possible?
A Family of Their Own (Mills & Boon Love Inspired) (Dreams Come True, Book 2)
A Family of Their Own (Mills & Boon Love Inspired) (Dreams Come True, Book 2)
Gail Gaymer Martin
¥30.90
Four Makes A Family With her daughter's health back on track, Kelsey Rhodes counts her blessings. But life is still not easy for the sweet single mom. She craves companionship, yet finds it difficult to trust anyone. Ross Salburg seems like the perfect match for her. The handsome single dad also struggles to keep his daughter healthy. Can Kelsey convince Ross to take a leap of faith and meld their two families into one?
The Cowboy's Lady (Mills & Boon Love Inspired) (Rocky Mountain Heirs, Book 4)
The Cowboy's Lady (Mills & Boon Love Inspired) (Rocky Mountain Heirs, Book 4)
Carolyne Aarsen
¥30.90
Cody Jameson knows that hiring gourmet chef Vivienne Clayton for the Circle C Ranch has to be a mistake. He once secretly loved her, but she’s back in tiny Clayton, Colorado, for just a year. Vivienne wonders how she’ll survive in the town she couldn’t leave fast enough. Yet she soon finds herself cooking beans and biscuits for cowboys and helping Cody with his sassy teenage sister. To the entire ranch’s surprise, it seems like this big-city chef might actually stand a chance of becoming a cowboy’s lady forever. Rocky Mountain Heirs: When the greatest fortune of all is love.