Learning iOS Penetration Testing
¥71.93
Secure your iOS applications and uncover hidden vulnerabilities by conducting penetration testsAbout This BookAchieve your goal to secure iOS devices and applications with the help of this fast paced manualFind vulnerabilities in your iOS applications and fix them with the help of this example-driven guideAcquire the key skills that will easily help you to perform iOS exploitation and forensics with greater confidence and a stronger understandingWho This Book Is ForThis book is for IT security professionals who want to conduct security testing of applications. This book will give you exposure to diverse tools to perform penetration testing. This book will also appeal to iOS developers who would like to secure their applications, as well as security professionals. It is easy to follow for anyone without experience of iOS pentesting.What You Will LearnUnderstand the basics of iOS app development, deployment, security architecture, application signing, application sandboxing, and OWASP TOP 10 for mobileSet up your lab for iOS app pentesting and identify sensitive information stored locallyPerform traffic analysis of iOS devices and catch sensitive data being leaked by side channelsModify an application’s behavior using runtime analysisAnalyze an application’s binary for security protectionAcquire the knowledge required for exploiting iOS devicesLearn the basics of iOS forensicsIn DetailiOS has become one of the most popular mobile operating systems with more than 1.4 million apps available in the iOS App Store. Some security weaknesses in any of these applications or on the system could mean that an attacker can get access to the device and retrieve sensitive information. This book will show you how to conduct a wide range of penetration tests on iOS devices to uncover vulnerabilities and strengthen the system from attacks.Learning iOS Penetration Testing discusses the common vulnerabilities and security-related shortcomings in an iOS application and operating system, and will teach you to conduct static and dynamic analysis of iOS applications.This practical guide will help you uncover vulnerabilities in iOS phones and applications. We begin with basics of iOS security and dig deep to learn about traffic analysis, code analysis, and various other techniques. Later, we discuss the various utilities, and the process of reversing and auditing.Style and approachThis fast-paced and practical guide takes a step-by-step approach to penetration testing with the goal of helping you secure your iOS devices and apps quickly.
MongoDB Cookbook - Second Edition
¥80.65
Harness the latest features of MongoDB 3 with this collection of 80 recipes – from managing cloud platforms to app development, this book is a vital resourceAbout This BookGet to grips with the latest features of MongoDB 3Interact with the MongoDB server and perform a wide range of query operations from the shellFrom administration to automation, this cookbook keeps you up to date with the world’s leading NoSQL databaseWho This Book Is ForThis book is engineered for anyone who is interested in managing data in an easy and efficient way using MongoDB. You do not need any prior knowledge of MongoDB, but it would be helpful if you have some programming experience in either Java or Python.What You Will LearnInstall, configure, and administer MongoDB sharded clusters and replica setsBegin writing applications using MongoDB in Java and Python languagesInitialize the server in three different modes with various configurationsPerform cloud deployment and introduce PaaS for MongoDiscover frameworks and products built to improve developer productivity using MongoTake an in-depth look at the Mongo programming driver APIs in Java and PythonSet up enterprise class monitoring and backups of MongoDBIn DetailMongoDB is a high-performance and feature-rich NoSQL database that forms the backbone of the systems that power many different organizations – it’s easy to see why it’s the most popular NoSQL database on the market. Packed with many features that have become essential for many different types of software professionals and incredibly easy to use, this cookbook contains many solutions to the everyday challenges of MongoDB, as well as guidance on effective techniques to extend your skills and capabilities.This book starts with how to initialize the server in three different modes with various configurations. You will then be introduced to programming language drivers in both Java and Python. A new feature in MongoDB 3 is that you can connect to a single node using Python, set to make MongoDB even more popular with anyone working with Python. You will then learn a range of further topics including advanced query operations, monitoring and backup using MMS, as well as some very useful administration recipes including SCRAM-SHA-1 Authentication. Beyond that, you will also find recipes on cloud deployment, including guidance on how to work with Docker containers alongside MongoDB, integrating the database with Hadoop, and tips for improving developer productivity.Created as both an accessible tutorial and an easy to use resource, on hand whenever you need to solve a problem, MongoDB Cookbook will help you handle everything from administration to automation with MongoDB more effectively than ever before.Style and approachEvery recipe is explained in a very simple set-by-step manner yet is extremely comprehensive.
OpenCV By Example
¥90.46
Enhance your understanding of Computer Vision and image processing by developing real-world projects in OpenCV 3About This BookGet to grips with the basics of Computer Vision and image processingThis is a step-by-step guide to developing several real-world Computer Vision projects using OpenCV 3This book takes a special focus on working with Tesseract OCR, a free, open-source library to recognize text in imagesWho This Book Is ForIf you are a software developer with a basic understanding of Computer Vision and image processing and want to develop interesting Computer Vision applications with Open CV, this is the book for you. Knowledge of C++ is required.What You Will LearnInstall OpenCV 3 on your operating systemCreate the required CMake *s to compile the C++ application and manage its dependenciesGet to grips with the Computer Vision workflows and understand the basic image matrix format and filtersUnderstand the segmentation and feature extraction techniquesRemove backgrounds from a static scene to identify moving objects for video surveillanceTrack different objects in a live video using various techniquesUse the new OpenCV functions for text detection and recognition with TesseractIn DetailOpen CV is a cross-platform, free-for-use library that is primarily used for real-time Computer Vision and image processing. It is considered to be one of the best open source libraries that helps developers focus on constructing complete projects on image processing, motion detection, and image segmentation.Whether you are completely new to the concept of Computer Vision or have a basic understanding of it, this book will be your guide to understanding the basic OpenCV concepts and algorithms through amazing real-world examples and projects.Starting from the installation of OpenCV on your system and understanding the basics of image processing, we swiftly move on to creating optical flow video analysis or text recognition in complex scenes, and will take you through the commonly used Computer Vision techniques to build your own Open CV projects from scratch.By the end of this book, you will be familiar with the basics of Open CV such as matrix operations, filters, and histograms, as well as more advanced concepts such as segmentation, machine learning, complex video analysis, and text recognition.Style and approachThis book is a practical guide with lots of tips, and is closely focused on developing Computer vision applications with OpenCV. Beginning with the fundamentals, the complexity increases with each chapter. Sample applications are developed throughout the book that you can execute and use in your own projects.
Boost.Asio C++ Network Programming Cookbook
¥90.46
Over 25 hands-on recipes to create robust and highly-efficient cross-platform distributed applications with the Boost.Asio libraryAbout This BookBuild highly efficient distributed applications with easeEnhance your cross-platform network programming skills with one of the most reputable C++ librariesFind solutions to real-world problems related to network programming with ready-to-use recipes using this detailed and practical handbookWho This Book Is ForIf you want to enhance your C++ network programming skills using the Boost.Asio library and understand the theory behind development of distributed applications, this book is just what you need. The prerequisite for this book is experience with general C++11. To get the most from the book and comprehend advanced topics, you will need some background experience in multithreading.What You Will LearnBoost your working knowledge of one of the most reputable C++ networking libraries—Boost.AsioFamiliarize yourself with the basics of TCP and UDP protocolsCreate scalable and highly-efficient client and server applicationsUnderstand the theory behind development of distributed applicationsIncrease the security of your distributed applications by adding SSL supportImplement a HTTP client easilyUse iostreams, scatter-gather buffers, and timersIn DetailStarting with recipes demonstrating the execution of basic Boost.Asio operations, the book goes on to provide ready-to-use implementations of client and server applications from simple synchronous ones to powerful multithreaded scalable solutions. Finally, you are presented with advanced topics such as implementing a chat application, implementing an HTTP client, and adding SSL support. All the samples presented in the book are ready to be used in real projects just out of the box.As well as excellent practical examples, the book also includes extended supportive theoretical material on distributed application design and construction.Style and approachThis book is a set of recipes, each containing the statement and de*ion of a particular practical problem followed by code sample providing the solution to the problem and detailed step-by-step explanation. Recipes are grouped by topic into chapters and ordered by the level of complexity from basic to advanced.
Splunk Developer's Guide - Second Edition
¥80.65
Learn the A to Z of building excellent Splunk applications with the latest techniques using this comprehensive guideAbout This BookThis is the most up-to-date book on Splunk 6.3 for developersGet ahead of being just a Splunk user and start creating custom Splunk applications as per your needsYour one-stop-solution to Splunk application developmentWho This Book Is ForThis book is for those who have some familiarity with Splunk and now want to learn how to develop an efficient Splunk application. Previous experience with Splunk, writing searches, and designing basic dashboards is expected.What You Will LearnImplement a Modular Input and a custom D3 data visualizationCreate a directory structure and set view permissionsCreate a search view and a dashboard view using advanced XML modulesEnhance your application using eventtypes, tags, and macrosPackage a Splunk application using best practicesPublish a Splunk application to the Splunk communityIn DetailSplunk provides a platform that allows you to search data stored on a machine, analyze it, and visualize the analyzed data to make informed decisions. The adoption of Splunk in enterprises is huge, and it has a wide range of customers right from Adobe to Dominos. Using the Splunk platform as a user is one thing, but customizing this platform and creating applications specific to your needs takes more than basic knowledge of the platform.This book will dive into developing Splunk applications that cater to your needs of making sense of data and will let you visualize this data with the help of stunning dashboards.This book includes everything on developing a full-fledged Splunk application right from designing to implementing to publishing. We will design the fundamentals to build a Splunk application and then move on to creating one. During the course of the book, we will cover application data, objects, permissions, and more. After this, we will show you how to enhance the application, including branding, workflows, and enriched data. Views, dashboards, and web frameworks are also covered.This book will showcase everything new in the latest version of Splunk including the latest data models, alert actions, XML forms, various dashboard enhancements, and visualization options (with D3). Finally, we take a look at the latest Splunk cloud applications, advanced integrations, and development as per the latest release.Style and approachThis book is an easy-to-follow guide with lots of tips and tricks to help you master all the concepts necessary to develop and deploy your Splunk applications.
JavaScript Projects for Kids
¥45.77
Gear up for a roller-coaster ride into the world of JavaScript and programming with this easy-to-follow, fun, and entertaining project-based guideAbout This BookGet to know the concepts of HTML and CSS to work with JavaScriptExplore the concepts of object-oriented programmingFollow this step-by-step guide on the fundamentals of JavaScript programmingWho This Book Is ForIf you've never written code before or you are completely new to the world of web programming, then this book is the right choice for you. This book is for kids of age 10 years and above and parents who are completely new to the world of programming and want to get introduced to programming.What You Will LearnLearn how to work with Google Developer tools to iterate, debug and profile your codeDevelop a Battleship game using the basic concepts of HTML and CSSGet to know the fundamentals of JavaScript programmingCreate our own version of Pac Man game.Discover the vital concepts of object-oriented programmingIn DetailJavaScript is the most widely-used programming language for web development and that's not all! It has evolved over the years and is now being implemented in an array of environments from websites to robotics. Learning JavaScript will help you see the broader picture of web development.This book will take your imagination to new heights by teaching you how to work with JavaScript from scratch. It will introduce you to HTML and CSS to enhance the appearance of your applications. You’ll then use your skills to build on a cool Battleship game! From there, the book will introduce you to jQuery and show you how you can manipulate the DOM. You’ll get to play with some cool stuff using Canvas and will learn how to make use of Canvas to build a game on the lines of Pacman, only a whole lot cooler! Finally, it will show you a few tricks with OOP to make your code clean and will end with a few road maps on areas you can explore further.Style and approachThis is an easy-to-follow, informative, and fun guide that takes a project-based approach to teaching programming in JavaScript. You will learn everything you need to get started with serious web application development.
Swift Essentials - Second Edition
¥63.21
Discover how to build iOS and watchOS applications in Swift 2 using XcodeAbout This BookGets you up and running with Swift programming without any prior iOS development experience.A fast paced guide showing best practices and lets you get up to speed with Swift to quickly build your own iOS applicationsA unique practical approach to make your life with Swift easy.Who This Book Is ForAre you interested in learning SwiftDo you want to write iOS applications in SwiftIf yes, then this is the book for you. No prior iOS programming experience is assumed; however, having some experience with any programming language will be beneficial.What You Will LearnDive into Swift and explore its innovative and powerful syntaxWork with Swift in Xcode to get a unique and productive approach to developmentFind out how to create complete iOS applicationsDiscover rapid prototyping with a Swift playgroundGet to know how to use the Swift storyboard to develop multi-page applicationsGet to grips with parsing JSON and XML data from network sourcesBuild a network client for GitHub repositories, with full source code on GitHubIn DetailSwift was considered one of the biggest innovations last year, and certainly with Swift 2 announced at WWDC in 2015, this segment of the developer space will continue to be hot and dominating.This is a fast-paced guide to provide an overview of Swift programming and then walks you through in detail how to write iOS applications. Progress through chapters on custom views, networking, parsing and build a complete application as a Git repository, all by using Swift as the core languageStyle and approachThis fast-paced practical guide will quickly give you hands-on experience with all the features of Swift programming. Following the practical examples in the book will help you successfully create your own iOS applications.
Programming the BeagleBone
¥54.49
Master BeagleBone programming by doing simple electronics and Internet of Things projectsAbout This BookQuickly develop electronics projects that interact with Internet applications using JavaScript and PythonLearn about electronics components such as sensors and motors, and how to communicate with them by writing programsA step-by-step guide to explore the exciting world of BeagleBone—from connecting BeagleBone to doing electronics projects and creating IoT applicationsWho This Book Is ForIf you want to learn programming on embedded systems with BeagleBone by doing simple electronics projects, this book is for you. This book is also helpful to BeagleBone owners who want to quickly implement small-scale home automation solutions. It is assumed that you have familiarity with C and Python programming. Some familiarity with electronics is helpful but not essential.What You Will LearnConnect your BeagleBone to a computer in different ways and get the Cloud9 IDE running to quick-start programming on the BeagleBoneGet to know about BeagleBone extension pins such as GPIO and how to connect various electronics components with BeagleBoneRead and write to various electronics components such as LED, Push-button, sensors, and motorsGrasp in-depth theory on Analog, PWM, and BUS programming and the electronics components used in programsHandle data to and from various BUS supporting modules such as UART, I2C, and SPI using the Adafruit BBIO Python libraryWrite real-life IoT applications in JavaScript and Python such as shooting an e-mail on overheat and controlling a servo motor remotelyMake use of online free cloud services to store and analyze sensor data collected on the BeagleBoneDiscover what else can be done using the BeagleBoneGet to grips with embedded system BUS communicationIn DetailThe whole world is moving from desktop computers to smartphones and embedded systems. We are moving towards utilizing Internet of Things (IoT). An exponential rise in the demand for embedded systems and programming in the last few years is driving programmers to use embedded development boards such as Beaglebone.BeagleBone is an ultra-small, cost-effective computer that comes with a powerful hardware. It runs a full-fledged Debian Linux OS and provides numerous electronics solutions. BeagleBone is open source and comes with an Ethernet port, which allows you to deploy IoT projects without any additions to the board. It provides plenty of GPIO, Anlaog pins, and UART, I2C, SPI pins which makes it the right choice to perform electronics projects. This gives you all the benefits of Linux kernel such as multitasking, multiusers, and extensive device driver support. This allows you to do programming in many languages including high-level languages such as JavaScript and Python.This book aims to exploit the hardware and software capabilities of BeagleBone to create real-life electronics and IoT applications quickly. It is divided into two parts. The first part covers JavaScript programs. The second part provides electronics projects and IoT applications in Python.First, you will learn to use BeagleBone as tool to write useful applications on embedded systems. Starting with the basics needed to set up BeagleBone and the Cloud9 IDE, this book covers interfacing with various electronics components via simple programs. The electronics theory related to these components is then explained in depth before you use them in a program. Finally, the book helps you create some real-life IoT applications.Style and approachAn easy-to-follow guide full of real-world electronics programs and quick troubleshooting tips using BeagleBone. All the required electronics concepts are explained in detail before using them in a program and all programs are explained in depth. Most of the theory is covered in the first part; while the second part gives you some quick programs.
CentOS 7 Linux Server Cookbook - Second Edition
¥90.46
Over 80 recipes to get up and running with CentOS 7 Linux serverAbout This BookA practical guide to install, configure, administer and maintain CentOS 7 serversAn in-depth guide to the CentOS 7 operating system, exploring its various new features and changes in server administrationPresents tricks and solutions to tackle common server issues with the help of practical examples and real-life scenariosWho This Book Is ForThis book is targeted at beginner and more experienced system administrators alike who want to use CentOS as their server solution. Readers do not need much pre-knowledge or experience at all to work with this book.What You Will LearnInstall and configure CentOS 7 Linux server system from scratch using normal and advanced methodsMaintain a performance-based and secure server solution by deploying expert configuration advice and managing software packagesMonitor, manage and develop your server's file system to maintain a stable performanceGain best practice methods on sharing files and resources through a networkInstall and configure common standard services such as web, mail, FTP, database and domain name server technologiesIntroduce you to the world of operating-system-level virtualization using the Docker platform.Understand the fundamentals of the Security-Enhanced Linux access control architectureMonitor your IT infrastructure using NagiosIn DetailThis book will provide you with a comprehensive series of starting points that will give you direct access to the inner workings of the latest CentOS version 7 and help you trim the learning curve to master your server.You will begin with the installation and basic configuration of CentOS 7, followed by learning how to manage your system, services and software packages. You will then gain an understanding of how to administer the file system, secure access to your server and configure various resource sharing services such as file, printer and DHCP servers across your network. Further on, we cover advanced topics such as FTP services, building your own DNS server, running database servers, and providing mail and web services. Finally, you will get a deep understanding of SELinux and you will learn how to work with Docker operating-system virtualization and how to monitor your IT infrastructure with Nagios.By the end of this book, you will have a fair understanding of all the aspects of configuring, implementing and administering CentOS 7 Linux server and how to put it in control.Style and approachThis book is a practical reference guide with hands-on examples and solutions to real-world administration problems. It covers in-depth and comprehensive information on CentOS 7 and its new features.
Building Telephony Systems with OpenSIPS - Second Edition
¥80.65
Build high-speed and highly scalable telephony systems using OpenSIPSAbout This BookInstall and configure OpenSIPS to authenticate, route, bill, and monitor VoIP callsGain a competitive edge using the most scalable VoIP technologyDiscover the latest features of OpenSIPS with practical examples and case studiesWho This Book Is ForIf you want to understand how to build a SIP provider from scratch using OpenSIPS, then this book is ideal for you. It is beneficial for VoIP providers, large enterprises, and universities. This book will also help readers who were using OpenSER but are now confused with the new OpenSIPS.Telephony and Linux experience will be helpful to get the most out of this book but is not essential. Prior knowledge of OpenSIPS is not assumed.What You Will LearnLearn to prepare and configure a Linux system for OpenSIPSFamiliarise yourself with the installation and configuration of OpenSIPSUnderstand how to set a domain and create users/extensionsConfigure SIP endpoints and make calls between themMake calls to and from the PSTN and create access control lists to authorize callsInstall a graphical user interface to simplify the task of provisioning user and system informationImplement an effective billing system with OpenSIPSMonitor and troubleshoot OpenSIPS to keep it running smoothlyIn DetailOpenSIPS is a multifunctional, multipurpose signalling SIP server. SIP (Session Initiation Protocol) is nowadays the most important VoIP protocol and OpenSIPS is the open source leader in VoIP platforms based on SIP. OpenSIPS is used to set up SIP Proxy servers. The purpose of these servers is to receive, examine, and classify SIP requests. The whole telecommunication industry is changing to an IP environment, and telephony as we know it today will completely change in less than ten years. SIP is the protocol leading this disruptive revolution and it is one of the main protocols on next generation networks. While a VoIP provider is not the only kind of SIP infrastructure created using OpenSIPS, it is certainly one of the most difficult to implement.This book will give you a competitive edge by helping you to create a SIP infrastructure capable of handling tens of thousands of subscribers.Starting with an introduction to SIP and OpenSIPS, you will begin by installing and configuring OpenSIPS. You will be introduced to OpenSIPS Scripting language and OpenSIPS Routing concepts, followed by comprehensive coverage of Subscriber Management. Next, you will learn to install, configure, and customize the OpenSIPS control panel and explore dialplans and routing. You will discover how to manage the dialog module, accounting, NATTraversal, and other new SIP services. The final chapters of the book are dedicated to troubleshooting tools, SIP security, and advanced scenarios including TCP/TLS support, load balancing, asynchronous processing, and more.A fictional VoIP provider is used to explain OpenSIPS and by the end of the book, you will have a simple but complete system to run a VoIP provider.Style and approachThis book is a step-by-step guide based on the example of a VoIP provider. You will start with OpenSIPS installation and gradually, your knowledge depth will increase.
The Rich and the Dead
¥78.55
To solve the crime of the century, she'll have to go back in time....Welcome to Star Island, where Miami's wealthiest residents lead private lives behind the tall gates of their sprawling mansions. It's a blissful escape from the hot and dirty city—or it was, until New Year's Day 2015, when twelve of the most powerful people in the world were found murdered in the basement of a Star Island mansion. The massacre shocked the nation and destroyed the life of investigator Lila Day. Her hunt for the Star Island killer consumed her. But the case went unsolved, resulting in her dismissal from the Miami PD.Now, three years later, life hands Lila an unexpected second chance: reclusive billionaire Teddy Hawkins approaches Lila and asks her to solve the case. But how do you investigate a crime when all the leads have long ago gone coldThe answer, Teddy tells her, is to solve the case before it happens. He's going to send Lila back in time.With nothing left to lose, an incredulous Lila travels back to 2014, determined to find the Star Island killer once and for all. But as she goes undercover among the members of Miami's high society, she finds herself caring for—and falling for—people who are destined to die that fateful night. Now she must either say good-bye or risk altering the future forever.
Pleasantville
¥90.51
Jay Porter, the hero of the critically acclaimed bestseller Black Water Rising, becomes embroiled in a toxic case involving politics, corruption, and murder in this electrifying and atmospheric tale from Attica Locke, a writer "akin to George Pelecanos or Dennis Lehane" (New York Times).Fifteen years after his career-defining case against Cole Oil, Jay Porter is broke and tired. That victory might have won the environmental lawyer fame, but thanks to a string of appeals, he hasn't seen a dime. His latest case—representing Pleasantville in the wake of a chemical fire—is dragging on, shaking his confidence and raising doubts about him within this upwardly mobile black community on Houston's north side. Though Jay still believes in doing what's right, he is done fighting other people's battles. Once he has his piece of the settlement, the single father is going to devote himself to what matters most—his children.His plans are abruptly derailed when a female campaign volunteer vanishes on the night of Houston's mayoral election, throwing an already contentious campaign into chaos. The accused is none other than the nephew and campaign manager of one of the leading candidates—a scion of a prominent Houston family headed by the formidable Sam Hathorne. Despite all the signs suggesting that his client is guilty—and his own misgivings—Jay can't refuse when a man as wealthy and connected as Sam asks him to head up the defense. Not if he wants that new life with his kids. But he has to win.Plunging into a shadowy world of ambitious enemies and treacherous allies armed with money, lies, and secrets, Jay reluctantly takes on his first murder trial—a case that will put him and his client, and an entire political process, on trial.
The Heiresses
¥88.56
You know the Saybrooks. Everyone does. Perhaps you've read a profile of them in People or have seen their pictures in the society pages of Vogue. Perhaps while walking along that choice block on Fifth Avenue, you've been tempted to enter the ornate limestone building with their family name etched into the pediment above the door.The only thing more flawless than a Saybrook's diamond solitaire is the family behind the jewelry empire. Beauties, entrepreneurs, debutantes, and style mavens, they are the epitome of New York City's high society. But being a Saybrook comes at a price—they are heirs not only to a dizzying fortune but also to a decades-old family curse.Tragedy strikes the prominent family yet again when thirty-four-year-old Poppy, the most exquisite Saybrook of them all, flings herself from the window of her TriBeCa office. Everyone is shocked that a woman who had it all would end her own life. Then her cousins receive an ominous threat: one heiress down, four to go. Was it suicide . . . or murderIn the aftermath of the tragedy, the remaining heiresses—Corinne, the perfectionist; Rowan, the workaholic; Aster, the hedonist; and Natasha, the enigma—wrestle with feelings of sadness, guilt, and, most of all, fear. Now they must uncover the truth about their family before they lose the only thing money can't buy: their lives. The Heiresses is a whip-smart mystery that simmers with the wicked sense of humor and intrigue that made Sara Shepard's number one New York Times bestselling Pretty Little Liars series a must-read, must-watch phenomenon.
The Secrets of Lily Graves
¥56.08
Gone Girl meets Six Feet Under in bestselling author Sarah Strohmeyer's romantic YA mystery about a girl who must unravel a web of lies in her small town before it's too late.Descended from a long line of female morticians, Lily Graves knows all about buried secrets. So after senior-class president Erin Donohue—perfect saint to the community—turns up dead, Lily believes it's her job to find the culprit. But Lily has feelings for Erin's ex-boyfriend, Matt, which makes both of them suspects and makes Lily's investigation . . . complicated. As her world crumbles around her, Lily must figure out the difference between truth and deception, between genuine love and a web of lies. And she must do it quickly, before the killer claims another victim.Fans of Sara Shepard who enjoy realistic contemporary fiction with a dash of mystery will love the secrets, lies, and romance swirling in this sexy, intriguing novel.
Get Dirty
¥55.93
The Breakfast Club meets Pretty Little Liars in Gretchen McNeil's witty and suspenseful sequel to Get Even. The members of Don't Get Mad aren't just mad anymore . . . they're afraid. And with Margot in a coma and Bree under house arrest, it's up to Olivia and Kitty to try to catch their deadly tormentor. But just as the girls are about to go on the offensive, Ed the Head reveals a shocking secret that turns all their theories upside down. The killer could be anyone, and this time he—or she—is out for more than just revenge.The girls desperately try to discover the killer's identity as their personal lives are falling apart: Donté is pulling away from Kitty and seems to be hiding a secret of his own, and Olivia's mother is on an emotional downward spiral. The killer is closing in, the threats are becoming more personal, and when the police refuse to listen, the girls have no choice but to confront their anonymous friend . . . or die trying.
Death's Head Legion
¥10.86
Death's Head Legion: Part Two of three in The Spear of Destiny, the first novel in a new steampunk, horror, alternate history, action-adventure series set in a 1920s where the Nazis have begun their subjugation of the world using the occult, advanced science, and a holy relic with awesome powers.And don't miss the other parts of this serialized novel—Part One: Black Sun Reich and Part Three: Shadows Will Fall.Trey Garrison recaptures the unapologetic adventure, wonder and excitement of the classic pulp fiction of the 1930s and 1940s, blending elements of steampunk with deeply-researched historical fiction and a good dose of humor. The novel also explores major philosophical and moral issues relevant to our contemporary world: the trade-off between security and liberty, the morality of preemptive war, and what fundamentally separates good from evil.The North American continent is made up of several rival nations, and a Cold War is building between them. The Nazis rose to power a decade earlier. People travel by airship and powerful organizations calculate with Babbage's Difference Engine. The Nazis have hatched a plot to raise a legion of undead soldiers.Enter Sean Fox Rucker, Jesus D'Anconia Lago, two Great War veterans and freelance pilots who are pulled into the quest. They are joined by a brash Greek merchant, a brilliant Jewish cowboy, and the woman who once broke Rucker's heart. This ragtag band of reluctant, bickering, swashbuckling heroes soon is locked in a globe-spanning race against Nazi occultists, clockwork assassins, and a darkly charismatic commando. In a world where science and the supernatural coexist, and the monsters of legend are as real necromancers who summon them from dark realms, our heroes alone stand before the rising darkness. But all their efforts may not be enough.
Holidays at Crescent Cove
¥34.91
From the acclaimed author of Beach Colors come two fabulous stories of holidays spent by the beautiful shoreThanksgiving and Christmas are all about friends, family, and good food. But this year, the holidays will truly bring the residents of Crescent Cove home.Thanksgiving At Crescent CoveAmidst visions of turkey and pumpkin pie, sweet Grace is ready to greet Thanksgiving in a quiet celebration of home and heart. But things don't go according to plan. Her father—to whom she hasn't spoken in years—comes walking through the door, expecting a reunion and her help. And of course this is the exact moment her friend Jake has finally decided to make a declaration. Will the spirit of Thanksgiving be enough to help Grace accept her family and her friend's love?Christmas At Crescent CoveIt's Christmas, and Bri never expected to find a handsome stranger sleeping in her barn. But she never expected to be living in Crescent Cove again with her two adopted daughters. Since 'tis the season to open your home to those in need, Bri decides to let David spend the holidays with her new family, and he gives her and the girls a precious gift—the true meaning of Christmas.
Stargazey Nights
¥28.00
Take a trip to the South Carolina coast and indulge in the beautiful sunsets that lead to perfect Stargazey Nights.A call from the past and a mysterious inheritance bring Cabot Reynolds to a magical town and force him to make a decision that will change his life forever. Stargazey Point, once a slice of Southern heaven, is in need of tender love and care, something Cab learns he is in desperate need of himself. Stargazey Nights is a tantalizing glimpse into a world that will come to life in the forthcoming novel Stargazey Point.
How to Meet Boys
¥56.08
Find out what happens when you fall for your best friend's worst enemy in this hilarious tale of a forbidden first love and forever friendship. The author of Maine Squeeze and Love and Other Things I'm Bad At, Catherine Clark, has once again crafted a romantic coming-of-age story that will stay with you long after you turn the last page.Lucy can't wait to spend the summer at the lake with her best friend, Mikayla. But when Jackson, the boy she's been avoiding ever since he rejected her, reappears in her life, Lucy wonders if this summer to remember is one she'd rather forget.Mikayla's never had much luck talking to boys, but when she (literally) runs into the cutest guy she's ever seen, and sparks fly, she thinks things might be looking up . . . until she realizes the adorable stranger is the same boy who broke her best friend's heart.As things begin to heat up between Mikayla and the one guy she should avoid, will Lucy be able to keep her cool or will the girls' perfect summer turn into one hot mess?
Woman with a Gun
¥88.56
This compelling thriller, from new york times bestseller Phillip Margolin, centers on an intriguing photograph that may contain long-hidden answers to the mystery of a millionaire's murder.At a retrospective on the work of acclaimed photographer Kathy Moran, aspiring novelist Stacey Kim is fascinated by the exhibition's centerpiece: the famous Woman with a Gun, which launched the artist's career. Shot from behind, the enigmatic black-and-white image depicts a woman in a wedding dress standing on the shore at night, facing the sea. But this is no serene, romantic portrait. In her right hand, which is hidden behind her back, she holds a six-shooter.The picture captures Stacey's imagination and raises a host of compelling questions: Who is this womanIs this a photograph of her on her wedding dayDoes she plan to kill herself or someone elseObsessed with finding answers, she soon discovers the identity of the woman: a suspect in a ten-year-old murder investigation. Convinced that proof of the woman's guilt, or innocence, is somehow connected to the photograph, Stacey embarks on a relentless investigation.Drawn deeper into the case, Stacey finds that everyone involved has a different opinion of the woman's culpability. But the one person who may know the whole story—Kathy Moran—isn't talking. Stacey must find a way to get to the reclusive photographer, and get her to talk, or the truth about what happened that day will stay forever hidden in the shadows.
Secret Daughter
¥62.24
Secret Daughter by Shilpi Somaya Gowda has de*ive copy which is not yet available from the Publisher.

购物车
个人中心

