万本电子书0元读

万本电子书0元读

Across the Long Sea
Across the Long Sea
Remy, Sarah
¥49.05
The gripping follow-up to Stonehill DownsAs the most valuable asset in the kingdom of Wilhaiim, Malachi Doyle has many responsibilities—protector, assassin, detective, and King Renault's right-hand man. And until he met Avani in the cursed village of Stonehill Downs, he believed he was the last of his kind: a magus who can communicate with the dead.But Wilhaiim is left vulnerable when Mal and his page, Liam, are kidnapped and ferried across the Long Sea to a warring kingdom in search of its own magus. To make matters worse, a springtime plague is rapidly spreading, and beneath the earth the sidhe are preparing for war. With Mal missing and presumed dead, Avani reluctantly takes his place as Wilhaiim's magus. But her powers are unreliable and untested, her many allies are treacherous, and she is certain Mal is alive. Will she be able to keep Wilhaiim—and herself—safe?
Rice, Noodle, Fish
Rice, Noodle, Fish
Goulding, Matt
¥207.69
An innovative new take on the travel guide, Rice, Noodle, Fish decodes Japan's extraordinary food culture through a mix of in-depth narrative and insider advice, along with 195 color photographs. In this five-thousand-mile journey through the noodle shops, tempura temples, and teahouses of Japan, Matt Goulding, co-creator of the enormously popular Eat This, Not That! book series, navigates the intersection of food, history, and culture, creating one of the most ambitious and complete books ever compiled from the Western perspective about the Japanese culinary landscape. Written in the same evocative voice that drives the award-winning magazine Roads & Kingdoms, Rice, Noodle, Fish explores Japan's most intriguing culinary disciplines in seven key regions, from the kaiseki tradition of Kyoto and the sushi masters of Tokyo to the street food of Osaka and the ramen culture of Fukuoka. You won't find hotel recommendations or bus schedules; you will find a brilliant narrative that interweaves immersive food journalism with intimate portraits of the cities and the people who shape Japan's food world. This is not your typical travel guide. Rice, Noodle, Fish is a rare blend of inspiration and information, perfect for the intrepid journeyman and armchair traveler alike. Combining literary storytelling, indispensable insider information, and world-class design and photography, the result is the first-ever guidebook for the new age of culinary tourism.
Kali Linux Web Penetration Testing Cookbook
Kali Linux Web Penetration Testing Cookbook
Gilberto Nájera-Gutiérrez
¥90.46
Over 80 recipes on how to identify, exploit, and test web application security with Kali Linux 2About This BookFamiliarize yourself with the most common web vulnerabilities a web application faces, and understand how attackers take advantage of themSet up a penetration testing lab to conduct a preliminary assessment of attack surfaces and run exploitsLearn how to prevent vulnerabilities in web applications before an attacker can make the most of itWho This Book Is ForThis book is for IT professionals, web developers, security enthusiasts, and security professionals who want an accessible reference on how to find, exploit, and prevent security vulnerabilities in web applications. You should know the basics of operating a Linux environment and have some exposure to security technologies and tools.What You Will LearnSet up a penetration testing laboratory in a secure wayFind out what information is useful to gather when performing penetration tests and where to look for itUse crawlers and spiders to investigate an entire website in minutesDiscover security vulnerabilities in web applications in the web browser and using command-line toolsImprove your testing efficiency with the use of automated vulnerability scannersExploit vulnerabilities that require a complex setup, run custom-made exploits, and prepare for extraordinary scenariosSet up Man in the Middle attacks and use them to identify and exploit security flaws within the communication between users and the web serverCreate a malicious site that will find and exploit vulnerabilities in the user's web browserRepair the most common web vulnerabilities and understand how to prevent them becoming a threat to a site's securityIn DetailWeb applications are a huge point of attack for malicious hackers and a critical area for security professionals and penetration testers to lock down and secure. Kali Linux is a Linux-based penetration testing platform and operating system that provides a huge array of testing tools, many of which can be used specifically to execute web penetration testing.This book will teach you, in the form step-by-step recipes, how to detect a wide array of vulnerabilities, exploit them to analyze their consequences, and ultimately buffer attackable surfaces so applications are more secure, for you and your users.Starting from the setup of a testing laboratory, this book will give you the skills you need to cover every stage of a penetration test: from gathering information about the system and the application to identifying vulnerabilities through manual testing and the use of vulnerability scanners to both basic and advanced exploitation techniques that may lead to a full system compromise. Finally, we will put this into the context of OWASP and the top 10 web application vulnerabilities you are most likely to encounter, equipping you with the ability to combat them effectively. By the end of the book, you will have the required skills to identify, exploit, and prevent web application vulnerabilities.Style and approachTaking a recipe-based approach to web security, this book has been designed to cover each stage of a penetration test, with de*ions on how tools work and why certain programming or configuration practices can become security vulnerabilities that may put a whole system, or network, at risk. Each topic is presented as a sequence of tasks and contains a proper explanation of why each task is performed and what it accomplishes.
OpenGL Game Development By Example
OpenGL Game Development By Example
Robert Madsen
¥107.90
Design and code your own 2D and 3D games efficiently using OpenGL and C++ About This Book Create 2D and 3D games completely, through a series of end-to-end game projects Learn to render high performance 2D and 3D graphics using OpenGL Implement a rudimentary game engine using step-by-step code Who This Book Is For If you are a prospective game developer with some experience using C++, then this book is for you. Both prospective and experienced game programmers will find nuggets of wisdom and practical advice as they learn to code two full games using OpenGL, C++, and a host of related tools. What You Will Learn Set up your development environment in Visual Studio using OpenGL Use 2D and 3D coordinate systems Implement an input system to handle the mouse and the keyboard Create a state machine to handle complex changes in the game Load, display, and manipulate both 2D and 3D graphics Implement collision detection and basic physics Discover the key components needed to complete a polished game Handle audio files and implement sound effects and music In Detail OpenGL is one of the most popular rendering SDKs used to develop games. OpenGL has been used to create everything from 3D masterpieces running on desktop computers to 2D puzzles running on mobile devices. You will learn to apply both 2D and 3D technologies to bring your game idea to life. There is a lot more to making a game than just drawing pictures and that is where this book is unique! It provides a complete tutorial on designing and coding games from the setup of the development environment to final credits screen, through the creation of a 2D and 3D game. The book starts off by showing you how to set up a development environment using Visual Studio, and create a code framework for your game. It then walks you through creation of two games–a 2D platform game called Roboracer 2D and a 3D first-person space shooter game–using OpenGL to render both 2D and 3D graphics using a 2D coordinate system. You'll create sprite classes, render sprites and animation, and navigate and control the characters. You will also learn how to implement input, use audio, and code basic collision and physics systems. From setting up the development environment to creating the final credits screen, the book will take you through the complete journey of creating a game engine that you can extend to create your own games. Style and approach An easy-to-follow guide full of code examples to illustrate every concept and help you build a 2D and 3D game from scratch, while learning the key tools that surround a typical OpenGL project.
Mobile Application Penetration Testing
Mobile Application Penetration Testing
Vijay Kumar Velu
¥90.46
Explore real-world threat scenarios, attacks on mobile applications, and ways to counter them About This Book Gain insights into the current threat landscape of mobile applications in particular Explore the different options that are available on mobile platforms and prevent circumventions made by attackers This is a step-by-step guide to setting up your own mobile penetration testing environment Who This Book Is For If you are a mobile application evangelist, mobile application developer, information security practitioner, penetration tester on infrastructure web applications, an application security professional, or someone who wants to learn mobile application security as a career, then this book is for you. This book will provide you with all the skills you need to get started with Android and iOS pen-testing. What You Will Learn Gain an in-depth understanding of Android and iOS architecture and the latest changes Discover how to work with different tool suites to assess any application Develop different strategies and techniques to connect to a mobile device Create a foundation for mobile application security principles Grasp techniques to attack different components of an Android device and the different functionalities of an iOS device Get to know secure development strategies for both iOS and Android applications Gain an understanding of threat modeling mobile applications Get an in-depth understanding of both Android and iOS implementation vulnerabilities and how to provide counter-measures while developing a mobile app In Detail Mobile security has come a long way over the last few years. It has transitioned from "should it be done?" to "it must be done!"Alongside the growing number of devises and applications, there is also a growth in the volume of Personally identifiable information (PII), Financial Data, and much more. This data needs to be secured. This is why Pen-testing is so important to modern application developers. You need to know how to secure user data, and find vulnerabilities and loopholes in your application that might lead to security breaches. This book gives you the necessary skills to security test your mobile applications as a beginner, developer, or security practitioner. You'll start by discovering the internal components of an Android and an iOS application. Moving ahead, you'll understand the inter-process working of these applications. Then you'll set up a test environment for this application using various tools to identify the loopholes and vulnerabilities in the structure of the applications. Finally, after collecting all information about these security loop holes, we'll start securing our applications from these threats. Style and approach This is an easy-to-follow guide full of hands-on examples of real-world attack simulations. Each topic is explained in context with respect to testing, and for the more inquisitive, there are more details on the concepts and techniques used for different platforms.
Mastering JBoss Drools 6
Mastering JBoss Drools 6
Mauricio Salatino
¥90.46
Discover the power of Drools 6 and Business Rules for developing complex scenarios in your applications About This Book Implement and model different rules using the DRL full syntax Model complex business decisions and domain models in order to automate and improve your operational decisions with the Drools framework A practical, fast-paced, hands-on guide to help you use the different components provided by the Drools Rule Engine Who This Book Is For This book is for Java developers and architects who need to have a deep understanding of how to create or integrate your applications with the Drools Rules Framework. The book assumes that you know the Java language well and also have experience with some widely used frameworks, such as Spring. You should also know the basics of Maven-based applications. What You Will Learn Automate your application’s decisions, such as promotion applying, discount policies, fraud detection, and more. Quickly get started with writing your first rules using the DRL full syntax. Discover the power of the new syntax components of the rule language. Define inferences in your business rules to simplify complex decisions. Write decision tables, templates,domain-specific languages, and scorecards, and learn how to map them to the Drools framework. Harness the full operational power of Drools through all of its configuration points. Use Drools configurations and architectures for different environments and scenarios. In Detail Mastering JBoss Drools 6 will provide you with the knowledge to develop applications involving complex scenarios. You will learn how to use KIE modules to create and execute Business Rules, and how the PHREAK algorithm internally works to drive the Rule Engine decisions. This book will also cover the relationship between Drools and jBPM, which allows you to enrich your applications by using Business Processes. You will be briefly introduced to the concept of complex event processing (Drools CEP) where you will learn how to aggregate and correlate your data based on temporal conditions. You will also learn how to define rules using domain-specific languages, such as spreadsheets, database entries, PMML, and more. Towards the end, this book will take you through the integration of Drools with the Spring and Camel frameworks for more complex applications. Style and approach Approached from a developer’s perspective, the book teaches you all the advanced concepts of Business Rules applicable examples with helpful screenshots, diagrams, tutorials, and examples.
Mastering Cross-Platform Development with Xamarin
Mastering Cross-Platform Development with Xamarin
Can Bilgin
¥80.65
Master the skills required to steer cross-platform applications from drawing board to app store(s) using Xamarin About This Book Develop your Xamarin development skills with this comprehensive guide on various patterns and features so you can create elegant and high-quality applications Create adaptive user interfaces on separate platforms without compromising the user experience and platform identity Implement application lifecycle management concepts to manage and finalize cross-platform projects and efficiently collaborate with others Who This Book Is For This book is ideal for those who want to take their entry–level Xamarin mobile development skills to the next level to become the go-to person within their organization. To fully understand the patterns and concepts described, you should possess a reasonable level of knowledge about the core elements of Xamarin and cross-platform application development with it. What You Will Learn Configure your environment for cross-platform projects with Xamarin Gain memory management skills to avoid memory leaks and premature code cycles while decreasing the memory print of your applications Employ asynchronous and parallel patterns to execute non-interactive and non-blocking processes Create and use SQLite databases for offline scenarios Integrate network resources with cross-platform applications Design and implement eye-catching and reusable UI components without compromising nativity in mobile applications Manage the application lifecycle of cross-platform development projects Distribute Xamarin applications through public or private channels In Detail The main goal of this book is to equip you with the required know-how to successfully analyze, develop, and manage Xamarin cross-platform projects using the most efficient, robust, and scalable implementation patterns. This book starts with general topics such as memory management, asynchronous programming, local storage, and networking, and later moves onto platform-specific features. During this transition, you will learn about key tools to leverage the patterns described, as well as advanced implementation strategies and features. The book also presents User Interface design and implementation concepts on Android and iOS platforms from a Xamarin and cross-platform perspective, with the goal to create a consistent but native UI experience. Finally, we show you the toolset for application lifecycle management to help you prepare the development pipeline to manage and see cross-platform projects through to public or private release. Style and approach This is a comprehensive guide on various Xamarin features and patterns. Each topic is explained and demonstrated with code samples, which are revised in each section in an iterative manner and analyzed with available diagnostic tools to demonstrate the benefits of different patterns.
Mastering Wireshark
Mastering Wireshark
Charit Mishra
¥90.46
Analyze data network like a professional by mastering Wireshark - From 0 to 1337 About This Book Master Wireshark and train it as your network sniffer Impress your peers and get yourself pronounced as a network doctor Understand Wireshark and its numerous features with the aid of this fast-paced book packed with numerous screenshots, and become a pro at resolving network anomalies Who This Book Is For Are you curious to know what’s going on in a networkDo you get frustrated when you are unable to detect the cause of problems in your networksThis is where the book comes into play. Mastering Wireshark is for developers or network enthusiasts who are interested in understanding the internal workings of networks and have prior knowledge of using Wireshark, but are not aware about all of its functionalities. What You Will Learn Install Wireshark and understand its GUI and all the functionalities of it Create and use different filters Analyze different layers of network protocols and know the amount of packets that flow through the network Decrypt encrypted wireless traffic Use Wireshark as a diagnostic tool and also for network security analysis to keep track of malware Troubleshoot all the network anomalies with help of Wireshark Resolve latencies and bottleneck issues in the network In Detail Wireshark is a popular and powerful tool used to analyze the amount of bits and bytes that are flowing through a network. Wireshark deals with the second to seventh layer of network protocols, and the analysis made is presented in a human readable form. Mastering Wireshark will help you raise your knowledge to an expert level. At the start of the book, you will be taught how to install Wireshark, and will be introduced to its interface so you understand all its functionalities. Moving forward, you will discover different ways to create and use capture and display filters. Halfway through the book, you’ll be mastering the features of Wireshark, analyzing different layers of the network protocol, looking for any anomalies. As you reach to the end of the book, you will be taught how to use Wireshark for network security analysis and configure it for troubleshooting purposes. Style and approach Every chapter in this book is explained to you in an easy way accompanied by real-life examples and screenshots of the interface, making it easy for you to become an expert at using Wireshark.
OpenStack Trove Essentials
OpenStack Trove Essentials
Alok Shrivastwa
¥63.21
Build your own cloud based Database as a Service using OpenStack Trove About This Book Familiarize yourself with the concept of Database as a Service and make your existing system scalable and efficient with OpenStack Trove Minimize the administrative tasks and complexities of managing your cloud infrastructure This is a fast-paced guide to datastore management on the OpenStack platform using OpenStack Trove Who This Book Is For If you are a DBA / system administrator / architect, or a student who wants to build a Database as a Service based on OpenStack, this book is for you. You should have a basic knowledge of OpenStack components, RDBMS/NoSQL, IaaS, and cloud computing. What You Will Learn Get to grips with the basics of OpenStack and the prerequisites to install Trove Understand the expectations of DBaaS and how Trove can help you achieve them Set up a basic installation of DevStack (Development Stack) in a virtual box Install Trove and utilize its configuration groups to manage and tune databases Use Image builder to create guest images for Trove Utilize Trove to provision your first database instance Back up and restore your databases with the help of Trove In Detail OpenStack has become an extremely popular solution to build public and private clouds with. Database as a Service (DBaaS) enables the delivery of more agile database services at lower costs. Some other benefits of DBaaS are secure database deployments and compliance to standards and best practices. Trove is a DBaaS built on OpenStack and is becoming more popular by the day. Since Trove is one of the most recent projects of OpenStack, DBAs and system administrators can find it difficult to set up and run a DBaaS using OpenStack Trove. This book helps DBAs make that step. We start by introducing you to the concepts of DBaaS and how is it implemented using OpenStack Trove. Following this, we look at implementing OpenStack and deploying Trove. Moving on, you will learn to create guest images to be used with Trove. We then look at how to provision databases in self-service mode, and how to perform administration tasks such as backup and recovery, and fine-tuning databases. At the end of the book, we will examine some advanced features of Trove such as replication. Style and approach This fast-paced, step-by-step guide introduces you to DBaaS, OpenStack Trove, and its components, leading you through building your own Cloud-based DBaaS. Using the DevStack deployment method, you will spend less time on installing OpenStack so you can devote more time to learning how to provision and manage databases in a DBaaS environment.
Flask By Example
Flask By Example
Gareth Dwyer
¥63.21
Unleash the full potential of the Flask web framework by creating simple yet powerful web applications About This Book The most up-to-date book on Flask on the market Create your own world-class applications and master the art of Flask by unravelling its enigma through this journey This step-by-step tutorial is packed with examples on blending different technologies with Flask to get you up and running Who This Book Is For Have you looked at PHP and hated the clunky bloated syntaxOr looked at .Net and wished it was more open and flexibleMaybe you’ve tried your hand at GUI libraries in Python and found them hard to useIf your answer to any one of these questions is a yes, then this is just the book for you. It is also intended for people who know the basics of Python and want to learn how to use it to build powerful solutions with a web front-end. What You Will Learn Build three web applications from the ground up using the powerful Python micro framework, Flask. Dynamically display data to your viewers, based on their requests Store user and static data in SQL and NoSQL databases and use this data to power your web applications Create a good user experience by combining HTML, CSS, and JavaScript Harness the convenience of freely available APIs, including OpenWeatherMap, Open Exchange Rates, and bitly Extend your applications to build advanced functionality, such as a user account control system using Flask-Login Learn about web application security and defend against common attacks, such as SQL injection and XSS In Detail This book will take you on a journey from learning about web development using Flask to building fully functional web applications. In the first major project, we develop a dynamic Headlines application that displays the latest news headlines along with up-to-date currency and weather information. In project two, we build a Crime Map application that is backed by a MySQL database, allowing users to submit information on and the location of crimes in order to plot danger zones and other crime trends within an area. In the final project, we combine Flask with more modern technologies, such as Twitter's Bootstrap and the NoSQL database MongoDB, to create a Waiter Caller application that allows restaurant patrons to easily call a waiter to their table. This pragmatic tutorial will keep you engaged as you learn the crux of Flask by working on challenging real-world applications. Style and approach This book will provide you with rich, practical experience of Flask. Every technology, that is employed along with Flask is comprehensively introduced, while the book focusses on developing web applications. Pointers to educational material are always given if you want to gain in-depth knowledge of the various technologies used.
Claude Monet:Vol1
Claude Monet:Vol1
Brodskaïa,Nathalia
¥122.54
对莫奈而言,艺术创作始终是一种痛苦的挣扎。较之同时代人,他更深沉地痴迷于表达情感,更强烈地渴望传达超越大自然的光线效果。用他自己的话来形容:“技巧来来去去……艺术始终如一——它是大自然的转译,需要与意志力同等的敏感性。我和太阳搏斗……(我)应该用金子和宝石作画。”
Claude Monet:Vol2
Claude Monet:Vol2
Brodskaïa,Nathalia
¥122.54
对莫奈而言,艺术创作始终是一种痛苦的挣扎。较之同时代人,他更深沉地痴迷于表达情感,更强烈地渴望传达超越大自然的光线效果。用他自己的话来形容:“技巧来来去去……艺术始终如一——它是大自然的转译,需要与意志力同等的敏感性。我和太阳搏斗……(我)应该用金子和宝石作画。”
Art of the 20th century
Art of the 20th century
Eimert,Dorothea
¥114.37
二十世纪是艺术史上的革命岁月。在其短短的几年中,现代主义喷薄而出,打破了几个世纪以来的古典形象艺术传统,创造出了崭新的作品。这本令人震撼地全面地展现了艺术的现代时代的作品,勾勒了二十世纪几场关键的艺术运动,从野兽派到流行艺术,详细特写了这一时代中负盛名的一些作品,也刊登了艺术批评家和艺术史学家的那些富有启发性的文章。翻开此书犹如打开了一扇进入现代艺术大家心灵世界的大门,生动而丰富,对于任何一个现代艺术粉丝来说,二十世纪的艺术都是不可或缺之物。
Daughters of Men
Daughters of Men
Vassel, Rachel
¥90.73
From actress Sanaa Lathan to Georgia State Supreme Court chief justice Leah Ward Sears, many African-American women attribute much of their success to having a positive father figure In Daughters of Men, author Rachel Vassel has compiled dozens of stunning photographs and compelling personal essays about African-American women and their fathers. Whether it's a father who mentors his daughter's artistic eye by taking her to cultural events or one who unwaveringly supports a risky career move, the fathers in this book each had his own unique and successful style of parenting. The first book to showcase the importance of the black father's impact on the accomplishments of his daughter, Daughters of Men provides an intimate look at black fatherhood and the many ways fathers have a lasting impact on their daughters' lives.
HarperCollins e-books
HarperCollins e-books
Maguire, Joe
¥123.24
She is an uncompromising apologist for the right and a hater of all things left. Is there anything she won't do or say to further her agendaThe answer is no.Brainless: The Lies and Lunacy of Ann Coulter is an unbridled look at a woman who twists the truth, misleads, plays loose with facts and allusions, and has been accused of plagiarism in hammering home her logic-defying arguments.Brainless illustrates the dangers, ironies, and hypocrisies of the Mistress of Malice. She spews her venom generously across the spectrum. Democrats and Liberals are just the beginning. If you're a woman (you shouldn't vote), gay (you're going to hell), a 9/11 widow (dancing on your murdered husband's grave) or Bill Clinton (slurs and charges too numerous to mention here), you will find yourself the object of her ire.Now it's time to turn the tables and take a good hard look at the High Priestess of Hypocrisy. Journalist Joe Maguire takes apart her arguments, picks apart her agenda, and gives us a look at the psychology and background of the woman who has reduced public political and cultural debate to browbeating and name-calling.Diligently researched (with source notes you can verify!), Maguire separates fact from myth and gives us an unvarnished look at the REAL Ann Coulter.Let's face it. You don't ever want to read a book by Ann Coulter. Read this so you don't have to!
HarperCollins e-books
HarperCollins e-books
Gross, Daniel
¥128.85
Bubbles from hot stocks in the 1920s to hot stocks in the 1990s are much-lamented features of contemporary economic life. Time and again, American investors, seduced by the lures of quick money, new technologies, and excessive optimism, have shown a tendency to get carried away. Time and again, they have appeared foolish when the bubble burst. The history of finance is filled with tragic tales of shattered dreams, bankruptcies, and bitter recriminations.But what if the I-told-you-so lectures about bubbles tell only half the storyWhat if bubbles accomplish something that can only be seen in retrospectWhat if the frenzy of irrational economic enthusiasm lays the groundwork for sober-minded opportunities, growth, and innovationCould it be that bubbles wind up being a competitive advantage for the bubble-prone U.S. economy?In this entertaining and fast-paced book you'll laugh as much as you cry Daniel Gross convincingly argues that every bubble has a golden lining. From the 19th-century mania for the telegraph to the current craze in alternative energy, from railroads to real estate, Gross takes us on a whirlwind tour of reckless investors and pie-in-the-sky promoters, detailing the mania they created but also the lasting good they left behind. In one of the great ironies of history, Gross shows how the bubbles once generally seen as disastrous have actually helped build the commercial infrastructures that have jump-started American growth. If there is a secret to the perennial resilience and exuberance of the American economy, Gross may just have found it in our peculiar capacity to blow financial bubbles and successfully clean up the mess.
The Wealth of My Mother's Wisdom
The Wealth of My Mother's Wisdom
J, Terrence
¥84.16
"It's amazing how much my mom did on my behalf. As a seventeen-year-old single mom with relatively little support and all the chips stacked against her, she was able to provide an incredible amount of support for me. Her lessons enriched my spirit, my emotions, and my relationship with God." When Lisa, a seventeen-year-old from Queens, New York, found out she was pregnant, she knew she only had one choice—to keep the child and give him the best life she could. That baby was Terrence Jenkins, better known to the world as Terrence J. From hosting gigs on BET's 106 and Park and E! News to roles in some of Hollywood's biggest movies, Terrence J is living a life he could have only imagined when he was a young boy. But it was the lessons he learned from his mother that helped make him a man—lessons about sacrifice, courage, loyalty, dreams, and perseverance. Through her words and her actions, Lisa showed Terrence the right path. From an early age Terrence's mother pushed him to succeed and led by example. Most important, she put her son first—even if it meant leaving behind the only life she had ever known in New York City in search of a safer environment for her son, having the drive to go back to school to learn a new skill, or having the courage to start her own business and build it from the ground up. Her drive eventually became Terrence's drive. Inspirational, funny, current, and down-to-earth, The Wealth of My Mother's Wisdom offers advice for a new generation. With stories, lessons, and advice from one of the top young names in Hollywood, along with input from some of his famous friends like Kevin Hart, Ludacris, T.I., Trey Songz, and Laz Alonso, Terrence J offers a positive, powerful message: with a strong family bond, the possibilities are endless.
William Morrow
William Morrow
Stoddard, Alexandra
¥123.45
In this inspirational follow-up to the beloved Things I Want My Daughters to Know, lifestyle philosopher Alexandra Stoddard reflects on the lessons she's learned from her daughters and offers further thoughts and words of wisdom garnered from her own life.A mother, a grandmother, and the author of more than twenty-five books on personal fulfillment, Alexandra Stoddard celebrates the wisdom of motherhood and the lessons mothers can learn from their daughters in this warm and deeply moving new book that cuts to the heart of what is important in life.Speaking from her own experience and relying on the many conversations she has had with her contemporaries and their children, Stoddard has created a wonderful gift for every mother, daughter, and mother-to-be to give, receive, and share. Bridging generations, full of timeless insights to help us pursue a life rich with happiness, love, and gratitude, The Shared Wisdom of Mothers and Daughters reminds us of everything that makes life beautiful and profound.
How God Became King
How God Became King
Wright, N. T.
¥83.92
Foundational: The four gospels come directly fromthe ancient church and are among the primary sourcesfor the church's teachings.Familiar: Since Christian worship services began, areading from the gospels has played a central role.Studied: For over two hundred years scholars havechallenged and defended the central claims of thegospels: miracles, historical accuracy, the divinity ofJesus, and more.But Forgotten: Still, leading Bible scholar N. T.Wright reveals shocking news: We have all forgottenwhat the four gospels are about."Despite centuries of intense and heavy industryexpended on the study of all sorts of features of thegospels," Wright writes, "we have often managed tomiss the main thing that they, all four of them, aremost eager to tell us. What we need is not just a bitof fine-tuning, an adjustment here and there. We needa fundamental rethink about what the gospels aretrying to tell us."What Wright offers is an opportunity to confront thesepowerful texts afresh, as if we are encountering themfor the first time. How God Became King reveals thesurprising, unexpected, and shocking news of thegospels: this is the story of a new king, a new kind ofking, a king who has changed everything, and a kingwho invites us to be part of his new world.
Real-Time Big Data Analytics
Real-Time Big Data Analytics
Sumit Gupta
¥80.65
Design, process, and analyze large sets of complex data in real timeAbout This BookGet acquainted with transformations and database-level interactions, and ensure the reliability of messages processed using StormImplement strategies to solve the challenges of real-time data processingLoad datasets, build queries, and make recommendations using Spark SQLWho This Book Is ForIf you are a Big Data architect, developer, or a programmer who wants to develop applications/frameworks to implement real-time analytics using open source technologies, then this book is for you.What You Will LearnExplore big data technologies and frameworksWork through practical challenges and use cases of real-time analytics versus batch analyticsDevelop real-word use cases for processing and analyzing data in real-time using the programming paradigm of Apache StormHandle and process real-time transactional dataOptimize and tune Apache Storm for varied workloads and production deploymentsProcess and stream data with Amazon Kinesis and Elastic MapReducePerform interactive and exploratory data analytics using Spark SQLDevelop common enterprise architectures/applications for real-time and batch analyticsIn DetailEnterprise has been striving hard to deal with the challenges of data arriving in real time or near real time.Although there are technologies such as Storm and Spark (and many more) that solve the challenges of real-time data, using the appropriate technology/framework for the right business use case is the key to success. This book provides you with the skills required to quickly design, implement and deploy your real-time analytics using real-world examples of big data use cases.From the beginning of the book, we will cover the basics of varied real-time data processing frameworks and technologies. We will discuss and explain the differences between batch and real-time processing in detail, and will also explore the techniques and programming concepts using Apache Storm.Moving on, we’ll familiarize you with “Amazon Kinesis” for real-time data processing on cloud. We will further develop your understanding of real-time analytics through a comprehensive review of Apache Spark along with the high-level architecture and the building blocks of a Spark program.You will learn how to transform your data, get an output from transformations, and persist your results using Spark RDDs, using an interface called Spark SQL to work with Spark.At the end of this book, we will introduce Spark Streaming, the streaming library of Spark, and will walk you through the emerging Lambda Architecture (LA), which provides a hybrid platform for big data processing by combining real-time and precomputed batch data to provide a near real-time view of incoming data.Style and approachThis step-by-step is an easy-to-follow, detailed tutorial, filled with practical examples of basic and advanced features.Each topic is explained sequentially and supported by real-world examples and executable code snippets.
Moodle 3 Administration - Third Edition
Moodle 3 Administration - Third Edition
Alex Büchner
¥90.46
An administrator’s guide to configuring, securing, customizing, and extending MoodleAbout This BookLearn how to plan, install, optimize, customize, and configure MoodleGuarantee a cutting-edge learning experience in a secure and customizable environment while optimizing your day-to-day workloadA one-stop guide with a problem-solution approach and a wide range of real-world examplesWho This Book Is ForIf you are a technician, systems administrator, or part of academic staff, this is the book for you. This book is ideal for anyone who has to administer a Moodle system. Whether you are dealing with a small-scale local Moodle system or a large-scale multi-site Virtual Learning Environment, this book will assist you with any administrative task. Some basic Moodle knowledge is helpful, but not essential.What You Will LearnInstall and update Moodle on multiple platforms manually and via CLI and GITManage courses and categories, users and cohorts, as well as rolesGet Moodle hooked up to repositories, portfolios, and open badgesConfigure Moodle for mobile usage, accessibility, localization, communication, and collaborationGuarantee backups, security and privacy, and achieve maximum performance via the Moodle Universal Cache and the new cron systemConfigure the Moodle events system to generate comprehensive reports, statistics, and learning analyticsNetwork Moodle with Mahara and extend it with third-party add-ons and via LTICustomize Moodle web services to enable mobile learning and integration with other IT systemsIn DetailMoodle is the de facto standard for open source learning platforms. However, setting up and managing a learning environment can be a complex task since it covers a wide range of technical, organizational, and pedagogical topics. This ranges from basic user and course management, to configuring plugins and design elements, all the way to system settings, performance optimization, events frameworks, and so on.This book concentrates on basic tasks such as how to set up and configure Moodle and how to perform day-to-day administration activities, and progresses on to more advanced topics that show you how to customize and extend Moodle, manage courses, cohorts, and users, and how to work with roles and capabilities. You’ll learn to configure Moodle plugins and ensure your VLE conforms to pedagogical and technical requirements in your organization. You’ll then learn how to integrate the VLE via web services and network it with other sites, including Mahara, and extend your system via plugins and LTI. By the end of this book, you will be able to set up an efficient, fully fledged, and secure Moodle system.Style and approachThe book takes a problem-solution approach to fall in line with your day-to-day operations. This is a one-stop reference for any task you will ever come across when administering a Moodle site of any shape and size.