万本电子书0元读

万本电子书0元读

ArcGIS Blueprints
ArcGIS Blueprints
Eric Pimpler
¥99.18
Explore the robust features of Python to create real-world ArcGIS applications through exciting, hands-on projects About This Book Get to grips with the big world of Python add-ins and wxPython in GUI development to implement their features in your application Integrate advanced Python libraries, ArcPy mapping, and data access module techniques to develop a mapping application Construct a top-notch intermediate-to-advanced project by accessing ArcGIS Server and ArcGIS Online resources through the ArcGIS REST API using a project-based approach Who This Book Is For If you have prior experience building simple apps with ArcGIS and now have a fancy for developing a more challenging and complex desktop application in ArcGIS, then this book is ideal for you. What You Will Learn Automate the creation of creative output data visualizations including maps, charts, and graphs Explore ways to use the ArcPy Mapping module and Data-driven Pages to automate the creation of map books in your own project Develop applications that use the Plotly platform and library to create stunning charts and graphs that can be integrated into ArcGIS Desktop Build tools that access REST services and download data to a local geodatabase Design, build, and integrate advanced GUIs with wxPython and ArcGIS Desktop in ArcGIS Get clued up about constructing applications that export data to Google Earth Pro to automate time-consuming complex processes Maximize the access of ArcGIS Server and ArcGIS Online using the ArcGIS REST API with Python In Detail This book is an immersive guide to take your ArcGIS Desktop application development skills to the next level It starts off by providing detailed de*ion and examples of how to create ArcGIS Desktop Python toolboxes that will serve as containers for many of the applications that you will build. We provide several practical projects that involve building a local area/community map and extracting wildfire data. You will then learn how to build tools that can access data from ArcGIS Server using the ArcGIS REST API. Furthermore, we deal with the integration of additional open source Python libraries into your applications, which will help you chart and graph advanced GUI development; read and write JSON, CSV, and XML format data sources; write outputs to Google Earth Pro, and more. Along the way, you will be introduced to advanced ArcPy Mapping and ArcPy Data Access module techniques and use data-driven Pages to automate the creation of map books. Finally, you will learn advanced techniques to work with video and social media feeds. By the end of the book, you will have your own desktop application without having spent too much time learning sophisticated theory. Style and approach This is an easy-to-follow, project-based guide that guides you through the whole ArcGIS theme with practical, real-world examples and a systematic approach.
Learning Network Programming with Java
Learning Network Programming with Java
Richard M Reese
¥90.46
Harness the hidden power of Java to build network-enabled applications with lower network traffic and faster processes About This BookLearn to deliver superior server-to-server communication through the networking channelsGain expertise of the networking features of your own applications to support various network architectures such as client/server and peer-to-peerExplore the issues that impact scalability, affect security, and allow applications to work in a heterogeneous environmentWho This Book Is ForLearning Network Programming with Java is oriented to developers who wish to use network technologies to enhance the utility of their applications. You should have a working knowledge of Java and an interest in learning the latest in network programming techniques using Java. No prior experience with network development or special software beyond the Java SDK is needed. Upon completion of the book, beginner and experienced developers will be able to use Java to access resources across a network and the Internet.What You Will LearnConnect to other applications using socketsUse channels and buffers to enhance communication between applicationsAccess network services and develop client/server applicationsExplore the critical elements of peer-to-peer applications and current technologies availableUse UDP to perform multicastingAddress scalability through the use of core and advanced threading techniques Incorporate techniques into an application to make it more secure Configure and address interoperability issues to enable your applications to work in a heterogeneous environment In Detail Network-aware applications are becoming more prevalent and play an ever-increasing role in the world today. Connecting and using an Internet-based service is a frequent requirement for many applications. Java provides numerous classes that have evolved over the years to meet evolving network needs. These range from low-level socket and IP-based approaches to those encapsulated in software services. This book explores how Java supports networks, starting with the basics and then advancing to more complex topics. An overview of each relevant network technology is presented followed by detailed examples of how to use Java to support these technologies. We start with the basics of networking and then explore how Java supports the development of client/server and peer-to-peer applications. The NIO packages are examined as well as multitasking and how network applications can address practical issues such as security. A discussion on networking concepts will put many network issues into perspective and let you focus on the appropriate technology for the problem at hand. The examples used will provide a good starting point to develop similar capabilities for many of your network needs. Style and approach Each network technology’s terms and concepts are introduced first. This is followed up with code examples to explain these technologies. Many of the examples are supplemented with alternate Java 8 solutions when appropriate. Knowledge of Java 8 is not necessary but these examples will help you better understand the power of Java 8.
Magento 2 Developer's Guide
Magento 2 Developer's Guide
Branko Ajzele
¥80.65
Harness the power of Magento 2 – The most recent version of the world’s favourite e-Commerce platform for your online store About This Book Set up, configure, and power up your Magento environment from development to production Master the use of Web API to communicate with the Magento system and create custom services Create custom modules from scratch to extend the core functionality of the Magento system Who This Book Is For This book is intended primarily for intermediate to professional-level PHP developers who are interested in Magento development. For backend developers, several topics are covered that will enable you to modify and extend your Magento 2 store. Frontend developers will also find some coverage on how to customize the look of the site in the frontend. What You Will Learn Set up the development and production environment of Magento 2 Understand the new major concepts and conventions used in Magento 2 Build a miniature yet fully-functional module from scratch to manage your e-commerce platform efficiently Write models and collections to manage and search your entity data Dive into backend development such as creating events, observers, cron jobs, logging, profiling, and messaging features Get to the core of frontend development such as blocks, templates, layouts, and the themes of Magento 2 Use token, session, and Oauth token-based authentication via various flavors of API calls, as well as creating your own APIs Get to grips with testing Magento modules and custom themes, which forms an integral part of development In Detail Magento is one of the most exciting, flexible, and customizable e-commerce systems. It offers you an extensive suite of powerful tools for creating and managing an online store. After years of development, Magento 2 introduces itself with a strong emphasis on modularity, Web API's, automated testing and overall new technology stack platform. The long-awaited Magento 2 release introduces a whole new e-commerce platform to develop online stores. The all new Magento 2 architecture, Web APIs, and a host of other features are equally challenging to master as much as they are exciting to use. This book will ease the learning curve by offering step-by-step guidance on how to extend the core functionality of your Magento 2 store. This book is your one-stop guide to build and customize a quality e-commerce website from the latest version of one of the largest, fastest growing, and most popular e-commerce platforms—Magento 2. We start off with an introduction to the fundamental concepts of Magento to give you a foundation to work from. We then move on to configure the development and basic production environment for Magento. After this, you’ll get to grips with the major concepts and conventions that are new to the Magento 2 platform. We then delve deeper to get to the core of automated deployments, persisting data, writing data fixture *s and applying various backend and frontend modifications. As we near the end of the book, you will learn to make API calls and write automated tests. Finally, you will be guided through building a full-blown helpdesk module from scratch. By the end of this book, you will have learned a wide range of techniques to extend and customize your Magento 2 store to fit the requirements of your business. Style and approach This book is a mix of theoretical and step-by-step approaches, explained in a conversational and easy-to-follow style. Topics are explained sequentially, giving detailed explanations of the basic and advanced features to get you working on Magento 2.
Learning Qlik Sense?: The Official Guide - Second Edition
Learning Qlik Sense?: The Official Guide - Second Edition
Christopher Ilacqua
¥90.46
Get the most out of your Qlik Sense investment with the latest insight and guidance direct from the Qlik Sense team About This Book Updated with new coverage on Qlik Cloud, Qlik Sense Modeling, and Extending the Qlik Analytic Platform. Get insider insight on Qlik Sense and its new approach to business intelligence Explore practical demonstrations for utilizing Qlik Sense to discover data for sales, human resources, and more Who This Book Is For Learning Qlik Sense?: The Official Guide Second Edition is for anyone seeking to understand and utilize the revolutionary new approach to business intelligence offered by Qlik Sense. Familiarity with the basics of business intelligence will be helpful when picking up this book, but not essential. What You Will Learn Understand the vision behind the creation of Qlik Sense, and the promise that data discovery offers to you and your organization Get to grips with the life cycle of a Qlik Sense application Load and manage your data for app creation Visualize your data with Qlik Sense's engaging and informative graphing Administer your Qlik Sense system and monitor its security Build efficient and responsive Associative Models Extend the Qlik Analytic Platform with the Dev Hub Optimize Qlik Sense for sales, human resources, and demographic data discovery In Detail The intuitive and powerful Qlik Sense visual analytics software allows anyone to engage in data discovery, to explore your data, and find meaningful insights to empower your business. Qlik Sense lets you easily create personalized reports and visualizations and reveal essential connections to show new opportunities from every angle. Written by members of the Qlik Sense team, this book is the official guide from Qlik to understanding and using their powerful new product with fully updated coverage to the latest features of the most modern edition of Qlik Sense. Benefit from the vision behind the development of Qlik Sense and get to grips with how Qlik Sense can empower you as a data discovery consumer. Learn how to create your own applications for Qlik Sense to customize it to meet your personal needs for business intelligence, and how to oversee and administer the Qlik Sense data architecture. Finally, explore utilizing Qlik Sense to uncover essential data, with practical examples on finding and visualizing intelligence for sales figures, human resources information, travel expense tracking, and demographic data discovery. Style and approach This book is a practical guide to understand what Qlik Sense is and how to implement it. This is an example-rich, step-by-step book to implement and optimize Qlik Sense for sales, human resources, and demographic data discovery.
Learning Python
Learning Python
Fabrizio Romano
¥90.46
Learn to code like a professional with Python – an open source, versatile, and powerful programming language About This Book Learn the fundamentals of programming with Python – one of the best languages ever created Develop a strong set of programming skills that you will be able to express in any situation, on every platform, thanks to Python’s portability Create outstanding applications of all kind, from websites to *ing, and from GUIs to data science Who This Book Is For Python is the most popular introductory teaching language in U.S. top computer science universities, so if you are new to software development, or maybe you have little experience, and would like to start off on the right foot, then this language and this book are what you need. Its amazing design and portability will help you become productive regardless of the environment you choose to work with. What You Will Learn Get Python up and running on Windows, Mac, and Linux in no time Grasp the fundamental concepts of coding, along with the basics of data structures and control flow. Write elegant, reusable, and efficient code in any situation Understand when to use the functional or the object oriented programming approach Create bulletproof, reliable software by writing tests to support your code Explore examples of GUIs, *ing, data science and web applications Learn to be independent, capable of fetching any resource you need, as well as dig deeper In Detail Learning Python has a dynamic and varied nature. It reads easily and lays a good foundation for those who are interested in digging deeper. It has a practical and example-oriented approach through which both the introductory and the advanced topics are explained. Starting with the fundamentals of programming and Python, it ends by exploring very different topics, like GUIs, web apps and data science. The book takes you all the way to creating a fully fledged application. The book begins by exploring the essentials of programming, data structures and teaches you how to manipulate them. It then moves on to controlling the flow of a program and writing reusable and error proof code. You will then explore different programming paradigms that will allow you to find the best approach to any situation, and also learn how to perform performance optimization as well as effective debugging. Throughout, the book steers you through the various types of applications, and it concludes with a complete mini website built upon all the concepts that you learned. Style and approach This book is an easy-to-follow guide that will take you from a novice to the proficient level at a comfortable pace, using a lot of simple but effective examples. Each topic is explained thoroughly, and pointers are left for the more inquisitive readers to dig deeper and expand their knowledge.
Forge of Heaven
Forge of Heaven
Cherryh, C. J.
¥55.31
One of today's bestselling and most critically acclaimed writers of science fiction and fantasy, C. J. Cherryh has been entertaining readers for more than thirty years with beautifully imagined, complex novels of intrigue and adventure. With Hammerfall she began an entirely new universe -- her first in three decades -- and an enthralling tale of mystery and survival on a desert world devastated by nanotechnology. Now she returns to the captivating universe of The Gene Wars in a brilliant, visionary story that reaches from the desert to the stars.
Unreal Engine Game Development Blueprints
Unreal Engine Game Development Blueprints
Nicola Valcasara
¥90.46
Discover all the secrets of Unreal Engine and create seven fully functional games with the help of step-by-step instructions About This Book Understand what a Blueprint is and how to create a complex visual *ing code Discover the infinite possibilities that Unreal Engine offers, and understand which tool to use, where and when Learn to think like a real game developer in order to create enjoyable and bug-free games using this comprehensive and practical handbook Who This Book Is For This book is ideal for intermediate level developers who know how to use Unreal Engine and want to go through a series of projects that will further their expertise. Working knowledge of C++ is a must. What You Will Learn Write clean and reusable Blueprint *s Develop any kind of game you have in mind, following the rules used by experts Move through Unreal Engine 4, always knowing what you are doing and where to find the right tool for your needs Integrate C++ code into your projects using Visual Studio and the tools that Unreal provides Extricate between classes, nodes, interfaces, macros, and functions Work with different types of assets, from 3D objects to audio sources, from UI buttons to animations Explore all the aspects of the game logic—collisions, navigation meshes, matinees, volumes, events, and states In Detail With the arrival of Unreal Engine 4, a new wonderful tool was born: Blueprint. This visual *ing tool allows even non-programmers to develop the logic for their games, allowing almost anyone to create entire games without the need to write a single line of code. The range of features you can access with Blueprint * is pretty extensive, making it one of the foremost choices for many game developers. Unreal Engine Game Development Blueprints helps you unleash the real power of Unreal by helping you to create engaging and spectacular games. It will explain all the aspects of developing a game, focusing on visual *ing, and giving you all the information you need to create your own games. We start with an introductory chapter to help you move fluidly inside the Blueprint user interface, recognize its different components, and understand any already written Blueprint *. Following this, you will learn how to modify generated Blueprint classes to produce a single player tic-tac-toe game and personalize it. Next, you will learn how to create simple user interfaces, and how to extend Blueprints through code. This will help you make an informed decision between choosing Blueprint or code. You will then see the real power of Unreal unleashed as you create a beautiful scene with moving, AI controlled objects, particles, and lights. Then, you will learn how to create AI using a behavior tree and a global level Blueprint, how to modify the camera, and how to shoot custom bullets. Finally, you will create a complex game using Blueprintable components complete with a menu, power-up, dangerous objects, and different weapons. Style and approach This is an easy-to-follow guide full of practical game examples. Each chapter contains step-by-step instructions to build a complete game and each game uses a different tool in order to cover all the topics in a detailed and progressive manner.
The Gravedigger's Daughter
The Gravedigger's Daughter
Oates, Joyce Carol
¥88.56
In 1936 the Schwarts, an immigrant family desperate to escape Nazi Germany, settle in a small town in upstate New York, where the father, a former high school teacher, is demeaned by the only job he can get: gravedigger and cemetery caretaker. After local prejudice and the family's own emotional frailty result in unspeakable tragedy, the gravedigger's daughter, Rebecca, begins her astonishing pilgrimage into America, an odyssey of erotic risk and imaginative daring, ingenious self-invention, and, in the end, a bittersweet—but very "American"—triumph. "You are born here, they will not hurt you"—so the gravedigger has predicted for his daughter, which will turn out to be true. In The Gravedigger's Daughter, Oates has created a masterpiece of domestic yet mythic realism, at once emotionally engaging and intellectually provocative: an intimately observed testimony to the resilience of the individual to set beside such predecessors as The Falls, Blonde, and We Were the Mulvaneys.
A Green Desire
A Green Desire
Myrer, Anton
¥94.10
Two brothers, as different as night and day: one, charming and ruthless, buys his way into Harvard, Wall Street, and high society; the other brother remains by his mother's side and makes his way to the top without the influence of money or prestige.Raised in separate worlds, these brothers are bound by a bitter rivalry for riches and power, but mostly, for the exciting, wildly captivating woman they fight all their lives to possess, a woman whose passion for one destroys her love for the other.Their story consumes an American century, spanning decades of splendor, struggle, upheaval, and war. It's an absorbing saga of innocent dreams and green desire corrupted by gilded temptation.
Half Life
Half Life
Jackson, Shelley
¥83.93
Nora and Blanche are conjoined twins. Nora is strong, funny, and deeply independent, thirsting for love and adventure. Blanche, by contrast, has been asleep for twenty years. Sick of carrying her sister's dead weight, Nora wants her other half gone for good—a desire that takes her from San Francisco to London in search of the Unity Foundation, a mysterious organization that promises to make two one. But once in England, Nora's past begins to surface in surprising and disturbing ways, pushing her to the brink of insanity and forcing her to question her own—and Blanche's—grip on the truth.
Hammerfall
Hammerfall
Cherryh, C. J.
¥51.92
One of the most renowned figures in science fiction, C.J. Cherryh has been enthralling audiences for nearly thirty years with rich and complex novels. Now at the peak of her career, this three-time Hugo Award winner launches her most ambitious work in decades, Hammerfall, part of a far-ranging series, The Gene Wars, set in an entirely new universe scarred by the most vicious of future weaponry, nanotechnology. In this brilliant novel -- possibly Cherryh's masterwork -- the fate of billions has come down to a confrontation between two profoundly alien cultures on a single desert planet."The mad shall be searched out and given to the Ila's messengers. No man shall conceal madness in his wife, or his son, or his daughter, or his father. Every one must be delivered up." -- The Book of the Ila's Au'itMarak has suffered the madness his entire life. He is a prince and warrior, strong and shrewd and expert in the ways of the desert covering his planet. In the service of his father, he has dedicated his life to overthrowing the Ila, the mysterious eternal dictator of his world. For years he has successfully hidden the visions that plague him -- voices pulling him eastward, calling Marak, Marak, Marak, amid mind-twisting visions of a silver tower. But when his secret is discovered, Marak is betrayed by his own father and forced to march in an endless caravan with the rest of his world's madmen to the Ila's city of Oburan.Instead of death, Marak finds in Oburan his destiny, and the promise of life -- if he can survive what is surely a suicidal mission. The Ila wants him to discover the source of the voices and visions that afflict the mad. Despite the danger sof the hostile desert, tensions within the caravan, and his own excruciating doubts, Marak miraculously reaches his goal -- only to be given another, even more impossible mission by the strange people in the towers.According to these beings who look like him yet act differently than anyone he has ever known, Marak has a slim chance to save his world's people from the wrath of Ila's enemies. But to do so, he must convince them all -- warring tribes, villagers, priests, young and old, as well as the Ila herself -- to follow him on an epic trek across the burning desert before the hammer of the Ila's foes falls from the heavens above.Written with deceptive simplicity and lyricism, this riveting, fast-paced epic of war, love, and survival in a brave new world marks a major achievement from the masterful C.J. Cherryh.
Portrait of an Unknown Woman
Portrait of an Unknown Woman
Bennett, Vanora
¥83.69
The year is 1527. The great portraitist Hans Holbein, who has fled the reformation in Europe, is making his first trip to England under commission to Sir Thomas More. In the course of six years, Holbein will become a close friend to the More family and paint two nearly identical family portraits. But closer examination of the paintings reveals that the second holds several mysteries...Set against the turmoil, intrigue and, tragedy of Henry VIII's court, Portrait of an Unknown Woman vividly evokes sixteenth-century England on the verge of enormous change. As the Protestant Reformation sweeps across Europe to lap at England's shores, relations between her king and the Catholic Church begin to plummet-driven by Henry VIII's insatiable need for a male heir and the urgings of his cunning mistress Anne Boleyn-and heresy begins to take hold. As tensions rise, Henry VIII turns to his most trusted servant and defender of Catholic orthodoxy, Sir Thomas More to keep peace in England, but soon the entire More family find their own lives at risk.At the center of Portrait of an Unknown Woman is Meg Gigg's, Sir Thomas More's twenty-three year old adopted daughter. Intelligent, headstrong, and tender-hearted, Meg has been schooled in the healing arts. And though she is devoted to her family, events conspire that will cause Meg to question everything she thought she knew-including the desires of her own heart. As the danger to More and his family increases, two men will vie for Meg's affections: John Clement, her former tutor and More's protg who shares Meg's passion for medicine, but whose true identity will become unclear, and the great Holbein, who's artistic vision will forever alter her understanding of the world. With a striking sense of period detail Portrait of an Unknown Woman is an unforgettable story of sin and religion, desire and deception. It is the story of a young woman on the brink of sensual awakening and of a country on the edge of mayhem.
The Post-Birthday World
The Post-Birthday World
Shriver, Lionel
¥83.03
American children's book illustrator Irina McGovern enjoys a secure, settled life in London with her smart, loyal, disciplined partner, Lawrence until the night she finds herself inexplicably drawn to kissing another man, a passionate, extravagant, top-ranked snooker player. Two competing alternate futures hinge on this single kiss, as Irina's decision to surrender to temptation or to preserve her seemingly safe partnership with Lawrence will have momentous consequences for her career, her friendships and familial relationships, and the texture of her daily life.
A Poisoned Season
A Poisoned Season
Alexander, Tasha
¥78.32
London's social season is in full swing, and Victorian aristocracy is atwitter over a certain gentleman who claims to be the direct descendant of Louis XVI and Marie Antoinette. Adding to their fascination with all things French, an audacious cat burglar is systematically stealing valuable items that once belonged to the ill fated queen. But things take a dark turn. The owner of one of the pilfered treasures is found murdered after the theft is reported in the newspapers, and the mysterious thief develops a twisted obsession with Lady Emily Ashton. It takes all of Lady Emily's wit and perseverance to unmask her stalker and ferret out the murderer, while faced with a brewing scandal that threatens both her reputation and her romance with the dashing Colin Hargreaves.
The Monk Upstairs
The Monk Upstairs
Farrington, Tim
¥77.26
Heavenly Ever After?When Rebecca Martin finds the love of her life, it's finally time to cross off one giant task from life's to-do list. But not so fast. The wedding is a minor disaster, the honeymoon doesn't get much better, and then the biggest shock of all living together as monk and wife.
Mules and Men
Mules and Men
Hurston, Zora Neale
¥90.51
Mules and Men is a treasury of black America's folklore as collected by a famous storyteller and anthropologist who grew up hearing the songs and sermons, sayings and tall tales that have formed an oral history of the South since the time of slavery. Returning to her hometown of Eatonville, Florida, to gather material, Zora Neale Hurston recalls "a hilarious night with a pinch of everything social mixed with the storytelling." Set intimately within the social context of black life, the stories, "big old lies," songs, Vodou customs, and superstitions recorded in these pages capture the imagination and bring back to life the humor and wisdom that is the unique heritage of African Americans.
Selections from Fragile Things, Volume Five
Selections from Fragile Things, Volume Five
Gaiman, Neil
¥10.86
The marvelous creations found in Fragile Things showcase the unparalleled invention and storytelling brilliance—as well as the terrifyingly dark and entertaining sense of humor—of the incomparable Neil Gaiman. By turns delightful, disturbing, and diverting, Fragile Things is a gift of literary enchantment from one of the most original writers of our time.In Selections from Fragile Things, Volume 5 you will find the following stories and poems sure to thrill and amaze.In the End“In the end,” starts the ultimate imagined biblical scene, a strange reversal of Genesis.GoliathDerived from the * of The Matrix, a giant man attempts to navigate a simple life on an Earth where even the most basic rules of time and travel are routinely broken.Pages from a Journal Found in a Shoebox Left in a Greyhound Bus Somewhere Between Tulsa, Oklahoma, and Louisville, KentuckyA rambling American journey in search of the evasive Scarlett, recorded in a journal and left in a shoebox of treasures for us to decipher.How To Talk To Girls At PartiesFifteen-year-old Enn has trouble talking to girls. His best friend Vic’s solutionWith practice comes comfort. But, this party, with its otherworldly guests, may produce just the opposite effect.The Day the Saucers CameYou would think the mass-landing of flying saucers would be hard to miss, unless of course you were distracted by the zombies or something equally consuming, as in Gaiman’s apocalyptic love poem. SunbirdWhat’s an Epicurean Club to do when it’s exhausted all the world’s finest delicacies, from flash-frozen mammoth, to unicorn flank tartare, to dung-beetle ballsHunt down a Sunbird and push the limits of gastronomic indulgence a bit further, of course. Inventing AladdinGaiman’s poem examines storytellers’ motivation through the most dire case, that of Scheherazade.
Murder Carries a Torch
Murder Carries a Torch
George, Anne
¥55.91
Though unalike as snowflakes, sisters Patricia Anne and Mary Alice share a sympathetic heart for their distraught cousin Luke -- known affectionately in his boyhood as "Pukey Lukey," because of his penchant for getting sick in moving vehicles. Luke is desperate to hunt down Virginia, his wife of forty years, who has run off with a housepainter/snake-handling preacher named "Monk." And the sisters have graciously agreed to accompany their stricken kinsman on his search...in Luke's car, of course.But, while practical "Mouse" and flamboyant "Sister" are unable to find their runaway cousin-in-law among the asp-loving faithful on Chandler Mountain, they do manage to stumble upon the corpse of a pretty young redhead who was prematurely sent to her eternal reward. And before you can say "anaconda," they are hot on the serpentine trail of a killer who'd like nothing better than to sink a pair of poisonous fangs into two meddling Southern sisters!
Murder Gets a Life
Murder Gets a Life
George, Anne
¥55.91
Patricia Anne can't imagine why Mary Alice is in such an uproar over her son Ray's new bride. Sunshine Dabbs is Ucute as can be," even if she is a bit unconventional, which should hardly come as a shock to Mary Alicc given that she's the one who raised her boy. But with all her motherly instincts, Mary Alice is sure that this sweet little blonde Barbie doll--who met her son in Bora Bora after she won the trip on Wheel of Fortune--thinks she's found herself a fortune in Ray's hefty wallet. The sisters can't wait to get a look at Sunshine's family, and quite a look it turns out to be. As soon as Meemaw Turkett invites Mary Alice and Patricia Anne into her cozy trailer on the family compound they stumble over a corpse, and Meemaw's best hog butchering knife is stuck in its chest. Meemaw, a Cabbage Patch look-alike and Sunshine's grandmother, guardian, and the family matriarch is shocked to pieces and immediately summons the family to her trailer. Pawpaw, a lovable bearded grump has his own trailer, and their grown kids each enjoy a private home-away-from-home on the five-trailer compound. The discovery of the mysterious body brings in Mary Alice's nemesis, good ol' boy Sheriff Reuse, who, she knows from her experience at the Skoot 'n' Boot, is nothing but trouble. Within minutes, the compound is strewn with a weird collection of friends, neighbors and relatives. There's Meemaw's spooky channeler, ready to give guidance as needed; Sunshine's jilted boyfriend skulking around; a bunch of dogs ready to attack...and Kerrigan, Sunshine's mostly absentee mama, who stars in the kind of video flicks that might even shock Mary Alice. Patricia Anne can't imagine why Mary Alice is in such an uproar over her son Ray's new bride. Sunshine Dabbs is Ucute as can be," even if she is a bit unconventional, which should hardly come as a shock to Mary Alicc given that she's the one who raised her boy. But with all her motherly instincts, Mary Alice is sure that this sweet little blonde Barbie doll--who met her son in Bora Bora after she won the trip on Wheel of Fortune--thinks she's found herself a fortune in Ray's hefty wallet. The sisters can't wait to get a look at Sunshine's family, and quite a look it turns out to be. As soon as Meemaw Turkett invites Mary Alice and Patricia Anne into her cozy trailer on the family compound they stumble over a corpse, and Meemaw's best hog butchering knife is stuck in its chest. Meemaw, a Cabbage Patch look-alike and Sunshine's grandmother, guardian, and the family matriarch is shocked to pieces and immediately summons the family to her trailer. Pawpaw, a lovable bearded grump has his own trailer, and their grown kids each enjoy a private home-away-from-home on the five-trailer compound. The discovery of the mysterious body brings in Mary Alice's nemesis, good ol' boy Sheriff Reuse, who, she knows from her experience at the Skoot 'n' Boot, is nothing but trouble. Within minutes, the compound is strewn with a weird collection of friends, neighbors and relatives. There's Meemaw's spooky channeler, ready to give guidance as needed; Sunshine's jilted boyfriend skulking around; a bunch of dogs ready to attack...and Kerrigan, Sunshine's mostly absentee mama, who stars in the kind of video flicks that might even shock Mary Alice.
Murder Shoots the Bull
Murder Shoots the Bull
George, Anne
¥55.91
Patricia Anne would swear that either she or her sister Mary Alice were switched at birth, except they were both born at home.Flashy, flirtatious Mary Alice is one foot taller, twice the body weight of Patricia Anne, and three times as likely to do something completely off the wall. But now Mary Alice's impulsive behavior has land them both in the Birmingham jail!It all begins with a call from their good friend Mitzi Phizer, who's starting an investment club -- kind of a Beardstown Ladies group. Patricia Anne is willing to make a small, conservative investment in a thriving chain of HMOs; Mary Alice is hot to trot to put her money on Viagra. But before the club idea gets off the ground, the sisters spot Mitzi's supposedly faithful husband in a chummy little huddle with a redhead -- and the next thing they know, Arthur is accused of murdering the mystery woman. Nothing about the whole sordid story fits the kind, gently Arthur, and Patricia Anne is doing her best to console her good friends. But when their house catches on fire, and Arthur is shot in a place that won't allow him to even sit down at his own murder trial, the sisters know they have to stand up for the poor fellow. And that means checking out everyone -- from low-down cads to highbrow bank presidents -- to find a no good gun-toting arsonist who believes big money is to kill for.
House of Many Shadows
House of Many Shadows
Michaels, Barbara
¥55.91
Meg Rittenhouse fears she is losing her mind. The doctors tell her the strange and disturbing hallucinations she's been experiencing ever since her accident are all in her head, and that, with a little rest, the haunting visions will vanish. But accepting an invitation to stay with her cousin in the country may be the worst decision Meg has ever made. Here, in a remote old house miles from anywhere, the terrible sights and sounds have gotten even worse. Suddenly eerie black shapes dance in the shadows—mocking Meg, haunting her . . . threatening her. And the presence of kind, considerate Andy Brenner, the caretaker, both reassures her and terrifies her—because Andy also sees these dark specters . . .