万本电子书0元读

万本电子书0元读

Mastering Android NDK
Mastering Android NDK
Sergey Kosarevsky
¥90.46
Master the skills you need to develop portable, highly-functional Android applications using NDK About This Book Develop portable games using Android NDK and debug them on your desktop Familiarise yourself with different popular C++ libraries on Android and use them in your games Write multi-threaded code with graphics, sound, networking, and resource storage Who This Book Is For If you want to leverage your C++ skills in mobile development and increase the performance of your Android applications, then this is the book for you. Knowledge of C or C++ is assumed, including pointer manipulation, multi-threading, object-oriented programming concepts, and the basics of C++11. It would be an added advantage if you know how to develop applications without any IDE. What You Will Learn Explore popular C++ libraries and use them on Android Write portable, multithreaded native networking code Create portable audio framework using OpenAL Implement portable rendering framework using OpenGL ES 3 Debug mobile applications on your desktop machine Access resources from APK archives Render text with FreeType In Detail Android NDK is used for multimedia applications that require direct access to system resources. NDK is also the key for portability, which in turn allows a reasonably comfortable development and debugging process using familiar tools such as GCC and Clang toolchains. This is a hands-on guide to extending your game development skills with Android NDK. The book takes you through many clear, step-by-step example applications to help you further explore the features of Android NDK and some popular C++ libraries and boost your productivity by debugging the development process. Through the course of this book, you will learn how to write portable multi-threaded native code, use HTTP networking in C++, play audio files, use OpenGL ES 3, and render high-quality text. Each chapter aims to take you one step closer to building your application. By the end of this book, you will be able to create an engaging, complete gaming application. Style and approach This book adopts a step-by-step approach and each chapter is based on the material from the previous ones. The book focuses on putting to your knowledge of C++ use while you develop Android applications of your own.
腕錶導賞手冊
腕錶導賞手冊
佘宗明
¥52.40
鑑賞的人,沒可能比一個製錶師更能了解一枚錶的機械結構,沒可能比品牌總裁更清楚製錶業的來龍去派,沒可能比零售商更洞悉市場狀況,沒可能比收藏家有更長時間去細味去感受一枚錶的長期表現。但他們有的是不偏不倚的觀點。關於技術、關於功能、關於品牌、關於購買。全方位資訊讓你從認識腕錶開始,終擁有自己的夢幻之錶。
天心月圓悟禪機:李叔同說佛(插圖本)
天心月圓悟禪機:李叔同說佛(插圖本)
李叔同
¥64.99
佛經裡問佛觀心 塵世中修身養性李叔同是近代極具傳奇色彩而又頗有爭議的人物。前半生,閱盡繁華,是濁世中的翩翩佳公子;後半世,超然塵外,是玄門中的潛心念佛人。本書從李叔同的著作、演講稿中,輯錄了他自述的生平經歷,關於佛學入門和日常修持的文章,以及對《華嚴經》、《無常經》、《地藏經》等佛教經典經文的專門論述。
圖解非常心理學
圖解非常心理學
楊甫德
¥46.11
為你揭曉日常“騎呢”怪行的心理根源!為什麼恐怖片越怕越愛看?為什麼越等不到巴士越要等下去?為什麼有人可以與鬼魂交流?為什麼燈光暗淡的酒吧艷遇多?為什麼明星走紅之後就離婚?……生活中稀奇古怪的行為、詭計多端的騙局和匪夷所思的超自然現象,比比皆是,令人摸不著頭腦。但怪誕行為並非無法解釋,複雜的人心亦非難以忖測。本書運用眾多卓越心理學家的研究成果,深入剖析各種“非常”現象,揭示隱藏在背後的心理玄機。
Mastering ServiceStack
Mastering ServiceStack
Andreas Niedermair
¥80.65
Utilize ServiceStack as the rock solid foundation of your distributed systemAbout This BookTake advantage of the various data providers to access authentication and authorization, sessions, cache, and databaseLeverage asynchronous processing for decoupling components to ease scalingMonitor and tune the performance of your distributed system Who This Book Is For Mastering ServiceStack is targeted at developers who have already implemented web services with ASMX, WCF, or ServiceStack and want to gain more insight into the possibilities ServiceStack has to offer to build distributed systems of all scales.What You Will LearnDesign a prudent and resilient API, following the RESTful designUnderstand the internal processing chain and utilize the provided hooksIncorporate ServiceStack as a full service provider to your existing distributed systemLeverage the power of asynchronous processing and add message queues to your architectureAnalyze and tune the performance of your service In Detail Mastering ServiceStack covers real-life problems that occur over the lifetime of a distributed system and how to solve them by deeply understanding the tools of ServiceStack. Distributed systems is the enterprise solution that provide flexibility, reliability, scaling, and performance. ServiceStack is an outstanding tool belt to create such a system in a frictionless manner, especially sophisticated designed and fun to use. The book starts with an introduction covering the essentials, but assumes you are just refreshing, are a very fast learner, or are an expert in building web services. Then, the book explains ServiceStack's data transfer object patterns and teach you how it differs from other methods of building web services with different protocols, such as SOAP and SOA. It also introduces more low-level details such as how to extend the User Auth, message queues and concepts on how the technology works. By the end of this book, you will understand the concepts, framework, issues, and resolutions related to ServiceStack.Style and approach A step-by-step approach that follows the natural requirements of a distributed system in a conversational style.
Learning IPython for Interactive Computing and Data Visualization - Second Editi
Learning IPython for Interactive Computing and Data Visualization - Second Editi
Cyrille Rossant
¥71.93
Get started with Python for data analysis and numerical computing in the Jupyter notebookAbout This BookLearn the basics of Python in the Jupyter NotebookAnalyze and visualize data with pandas, NumPy, matplotlib, and seabornPerform highly-efficient numerical computations with Numba, Cython, and ipyparallel Who This Book Is For This book targets students, teachers, researchers, engineers, analysts, journalists, hobbyists, and all data enthusiasts who are interested in analyzing and visualizing real-world datasets. If you are new to programming and data analysis, this book is exactly for you. If you're already familiar with another language or analysis software, you will also appreciate this introduction to the Python data analysis platform. Finally, there are more technical topics for advanced readers. No prior experience is required; this book contains everything you need to know.What You Will LearnInstall Anaconda and code in Python in the Jupyter NotebookLoad and explore datasets interactivelyPerform complex data manipulations effectively with pandasCreate engaging data visualizations with matplotlib and seabornSimulate mathematical models with NumPyVisualize and process images interactively in the Jupyter Notebook with scikit-imageAccelerate your code with Numba, Cython, and IPython.parallelExtend the Notebook interface with HTML, JavaScript, and D3 In Detail Python is a user-friendly and powerful programming language. IPython offers a convenient interface to the language and its analysis libraries, while the Jupyter Notebook is a rich environment well-adapted to data science and visualization. Together, these open source tools are widely used by beginners and experts around the world, and in a huge variety of fields and endeavors. This book is a beginner-friendly guide to the Python data analysis platform. After an introduction to the Python language, IPython, and the Jupyter Notebook, you will learn how to analyze and visualize data on real-world examples, how to create graphical user interfaces for image processing in the Notebook, and how to perform fast numerical computations for scientific simulations with NumPy, Numba, Cython, and ipyparallel. By the end of this book, you will be able to perform in-depth analyses of all sorts of data.Style and approach This is a hands-on beginner-friendly guide to analyze and visualize data on real-world examples with Python and the Jupyter Notebook.
Double the Love
Double the Love
Barbara Cartland
¥24.44
The beautiful Ariana Dancer is orphaned and has led a cheerless life in London with her disagreeable Guardian, Uncle Konstantin Bardici. He has shown little interest in his niece and she has been left very much to her own devices. One day Uncle Konstantin suggests that Ariana marry an Albanian Prince – one who is seeking an English wife and who claims to have fallen in love with her portrait – and it does not take much to persuade her to agree. Even before she sets out for Albania, she begins to dream of romance and her lonely heart ensures that she quickly fancies herself in love with a man she has never seen. She is sure in her heart that she will find everlasting happiness with Prince Stefan of Dukka in the depths of Albania.! But the journey she must take to fulfil her dreams is longer and more treacherous than she could ever have imagined. When she and her hapless maid are kidnapped en route to Castle Dukka by brigands, the rosy future she dreamed of becomes bitterly compromised. Soon life in the wild mountains begins to exert an unexpected pull, while the King of the Brigands turns out to possess an irresistible charm. Ariana discovers that love can have a double meaning and that image is not all that it seems. Forced to choose between honour and passion and faced with the responsibility of deciding life or death for the man she loves, she bravely makes the ultimate sacrifice. Even then Ariana’s torment is not over – Find out how Ariana unexpectedly finds all that she has been seeking, and more, in this exciting and unusual romantic tale by BARBARA CARTLAND
Mastering Python Forensics
Mastering Python Forensics
Dr. Michael Spreitzenbarth
¥71.93
Master the art of digital forensics and analysis with PythonAbout This BookLearn to perform forensic analysis and investigations with the help of Python, and gain an advanced understanding of the various Python libraries and frameworksAnalyze Python *s to extract metadata and investigate forensic artifactsThe writers, Dr. Michael Spreitzenbarth and Dr. Johann Uhrmann, have used their experience to craft this hands-on guide to using Python for forensic analysis and investigations Who This Book Is For If you are a network security professional or forensics analyst who wants to gain a deeper understanding of performing forensic analysis with Python, then this book is for you. Some Python experience would be helpful.What You Will LearnExplore the forensic analysis of different platforms such as Windows, Android, and vSphereSemi-automatically reconstruct major parts of the system activity and time-lineLeverage Python ctypes for protocol decodingExamine artifacts from mobile, Skype, and browsersDiscover how to utilize Python to improve the focus of your analysisInvestigate in volatile memory with the help of volatility on the Android and Linux platforms In Detail Digital forensic analysis is the process of examining and extracting data digitally and examining it. Python has the combination of power, expressiveness, and ease of use that makes it an essential complementary tool to the traditional, off-the-shelf digital forensic tools. This book will teach you how to perform forensic analysis and investigations by exploring the capabilities of various Python libraries. The book starts by explaining the building blocks of the Python programming language, especially ctypes in-depth, along with how to automate typical tasks in file system analysis, common correlation tasks to discover anomalies, as well as templates for investigations. Next, we’ll show you cryptographic algorithms that can be used during forensic investigations to check for known files or to compare suspicious files with online services such as VirusTotal or Mobile-Sandbox. Moving on, you’ll learn how to sniff on the network, generate and analyze network flows, and perform log correlation with the help of Python *s and tools. You’ll get to know about the concepts of virtualization and how virtualization influences IT forensics, and you’ll discover how to perform forensic analysis of a jailbroken/rooted mobile device that is based on iOS or Android. Finally, the book teaches you how to analyze volatile memory and search for known malware samples based on YARA rules.Style and approach This easy-to-follow guide will demonstrate forensic analysis techniques by showing you how to solve real-word-scenarios step by step.
PhoneGap 4 Mobile Application Development Cookbook
PhoneGap 4 Mobile Application Development Cookbook
Zainul Setyo Pamungkas
¥90.46
Build real-world hybrid mobile applications using the robust PhoneGap development platformAbout This BookGet to grips with the usage of PhoneGap and its command-line interfaceLearn to use numerous plugins to access several hardware capabilitiesStep-by-step instructions on creating captivating mobile applications using popular frameworks Who This Book Is For If you are a developer who wants to get started with mobile application development using PhoneGap, then this book is for you. Previous experience with data mining libraries will help, but is not mandatory. A basic understanding of web technologies such as HTML, CSS, and JavaScript is a must.What You Will LearnSet up a development environment to develop PhoneGap applicationsGenerate, build, and run applications using the PhoneGap command-line interfaceInstall plugins from the command line to add native capabilities to your applicationCall the JavaScript API of plugins and hook into native eventsManipulate DOM using zepto and xuijsDevelop a user interface using jQuery Mobile and the Ionic frameworkGet accustomed to using the PhoneGap Build service In Detail Developing mobile applications often feels intimidating. Especially when building cross-platform application. We have to learn a specific programming language to build an application for each platform. PhoneGap makes cross-platform mobile application development faster and easier by using web technologies such as HTML5, CSS, and JavaScript. This book gives you practical lessons on how to build a world class mobile application using PhoneGap. Whether you are a brand new to mobile application development, a web developer expert, or a seasoned mobile application developer, this book will guide you through creating hybrid mobile applications. Starting with setting up a development environment, the book moves on to utilizing a new PhoneGap command-line tool, installing plugins, and designing your application. It then moves on to concepts such as file system, storage, and local database, the book effectively lays a solid base for advanced topics. By working through the steps in each chapter, you will quickly master the features of PhoneGap. By the end of the book, you will be able to successfully build a highly functional, real-world hybrid mobile application using PhoneGap.Style and approach And easy-to-follow guide full of practical examples of real-world mobile application. Each topic is explained step by step with detailed explanations on each concept.
MariaDB Essentials
MariaDB Essentials
Emilien Kenler
¥54.49
Quickly get up to speed with MariaDB—the leading, drop-in replacement for MySQL, through this practical tutorialAbout This BookGet to know the basic SQL queries so you can quickly start using MariaDBTake control of your data through the advanced features of MariaDBExploit the full potential of MariaDB’s exclusive features through quick, practical examples Who This Book Is For If you don't know the SQL language, but you want to quickly jump into the SQL world and learn how to use MariaDB, or if you already know how to use MySQL but you want to go further, then this book is ideal for you.What You Will LearnInstall and configure MariaDBCreate databases, tables, and indexesImport and export data from and to external filesWork with views and virtual columnsCreate, read, update, and delete records in your databaseUse dynamic columnsSet up a powerful full-text search systemAccess your external data from MariaDB through the CONNECT engine In Detail This book will take you through all the nitty-gritty parts of MariaDB, right from the creation of your database all the way to using MariaDB’s advanced features. At the very beginning, we show you the basics, that is, how to install MariaDB. Then, we walk you through the databases and tables of MariaDB, and introduce SQL in MariaDB. You will learn about all the features that have been added in MariaDB but are absent in MySQL. Moving on, you’ll learn to import and export data, views, virtual columns, and dynamic columns in MariaDB. Then, you’ll get to grips with full-text searches and queries in MariaDb. You’ll also be familiarized with the CONNECT storage engine. At the end of the book, you’ll be introduced to the community of MariaDB.Style and approach This is a complete guide that uses concrete examples to help you understand and exploit the full potential of MariaDB.
QlikView for Finance
QlikView for Finance
B. Diane Blackwood
¥63.21
Concoct dynamic business intelligence dashboards for financial analysis with QlikView About This Book Get accustomed to QlikView features for effective data analysis and visualization in Finance Employ the Memory data store, which refreshes data in real time, providing a faster response to business financial information A step-by step guide to using Qlikview features such as key performance indicators, interactive charts, and tables for financial analysis Who This Book Is For If you are a finance professional with basic knowledge of QlikView functions and wish to increase your knowledge of QlikView to apply it in the field of finance, then this book is for you. A good knowledge of financial aspects is an must-have. What You Will Learn Design Key Performance Indicators and extend your revenue ratio reporting Set up actions within a Text Object and create variables to make a chart toggle between visible and not visible Merge data from multiple sources to get more asset management options Examine good and bad practices in dashboard design and create a Group button to make more data available in less space Analyse the sales dashboard by adding tending lines and forecasting Create input boxes and use the input in formulas to perform “What If” analysis Examine the Key Performance Indicator (KPI) and Inventory Turnover, and investigate the usefulness of Pivot Create a QlikView analysis document and add data to it to gain deep insights In Detail This book is an effective step-by-step tutoring guide for financial analysis using Qlikview. It begins by teaching you the crucial concepts of Qlikview Finance to help you develop an effective understanding of financial data analysis and finance. The book then goes on to cover real-world, practical examples on the use of Qlikview for financial planning and analysis, expense management, risk management, and more. Moving on, topics such as Asset Management QlikView Dashboard and Retail Sales Analysis are covered in a strategic way. We then shift the focus to deal with the concepts of Inventory, Supply Chain, and Plant Coverage Dashboards. The book then reaches its conclusion by dealing with ways to share your QlikView insights. By the end of this book, you will have a good understanding of how to use Qlikview for numerous applications in finance. Style and approach This book is designed to explore what can be done in QlikView to facilitate Financial Analysis. It follows a step-by-step approach and each chapter has easy-to-follow, hands-on examples of important concepts.
Kiss from a Stranger
Kiss from a Stranger
Barbara Cartland
¥24.44
Horrified when her beloved dog, Rufus, is caught in a cruel snare while out walking in the estate of Arrow Castle, local Parson’s daughter Shenda is at first relieved when a handsome stranger comes to poor Rufus’s rescue and then at once she is abashed and confused when he claims a kiss – Shenda’s very first – as his reward. But then she is told that her father has been killed by a savage bull and that she must leave the family’s Vicarage forthwith. Penniless Shenda is obliged to take a job at Arrow Castle as a seamstress, where she stumbles across a letter from one of Napoleon Bonaparte’s spies to Society beauty Lucille Gratton, ‘the most beautiful Lady in England’, who is staying at The Castle. Reporting the discovery to the Earl, she finds that he is no other than her ‘gentleman stranger’ and just as she realises that she is falling in love with the heroic Earl of Arrow, she is embroiled in a counter-espionage plot that puts her young life – and her love for the Earl – in deadly peril.
La Fuente del Amor
La Fuente del Amor
Barbara Cartland
¥24.44
El Duque de Madrescourt, un hombre obstinado y dictatorial, informa a su hija, Lady Loretta, que ha hecho arreglos para que esta se case con el hijo del Duque de Sauerdun, un noble francés. Era costumbre, entre los aristócratas franceses y británicos, concertar matrimonios. A Loretta le horroriza la idea de tener que unirse a un hombre a quien jamás había visto en su vida y que además, no lo amaba. Mientras su padre se ausenta, para participar en una carrera de caballos, Lady Loretta decide escaparse a París, acompa?ada de una vieja doncella, dispuesta a ponerse en contacto con su prima Lady Ingrid, quien unos cuantos a?os atrás había abandonado a su marido, para fugarse con el atractivo Marqués de Galston, Loretta suplica a Ingrid, que la ayude a conocer a Fabián de Sauerdun, sin que él conozca su verdadera identidad. Era un plan impresionante, la única forma de escapar al matrimonio arreglado por su padre, pero también descubre que Fabián es muy diferente de lo que ella suponía… el destino tenía sus propios planes… y como se salvará la bella Loretta de las atenciones de un Donjuán parisinoEs relatado, en esta fascinante novela de Barbara Cartland.
An Angel In Hell
An Angel In Hell
Barbara Cartland
¥24.44
After years of caring for her ailing father, the Earl of Medwin, the ethereally beautiful young Lady Ancella Winn is pale, drawn and exhausted now that he has died and she is devastated. Worse still, she has nowhere to go, except for the home of her strait-laced and disapproving aunts. So when family friend and doctor, Sir Felix Johnson, suggests that it would be good for her health to travel to the French Riviera to work as the nurse-companion to an ageing Russian Princess, she nervously agrees. Although her new employer is difficult and demanding, Ancella is bewitched, first by the beauty of the C?te d’Azur and then by the Princess’s ineffably handsome son, Prince Vladimer. Caught up in the glamour of the Monte Carlo Casino, the den of iniquity against which her aunts had warned her in no uncertain terms, it seems that she has won the Prince’s heart as the feckless aristocrats around her lose fortunes at Roulette and Baccarat. But then to her horror her hopes of the love she has always dreamt about are dashed when it she finds that Prince Vladimer has betrayed her with the grasping but alluring Marchioness of Chiswick.
The Love Trap
The Love Trap
Barbara Cartland
¥24.44
Hugo, the Duke of Wynchester enjoys many affaires de coeur and his latest lover, the beautiful but scheming and spoilt Olive Lady Brandon, is trying to blackmail him into marriage by forcing her husband to divorce her. Storming angrily from her house, Hugo finds a strange stowaway aboard his carriage. It transpires that this frail elfin beauty is none other that Janeta Brandon, Olive’s step-daughter, and that she is fleeing the marriage her stepmother has arranged to an old man known to beat not only his servants and horses but also his late wife. When the Duke realises that Janeta means to kill herself rather than face a loveless marriage, he is struck by a cunning way to rescue them both by announcing their ‘engagement’. They are then married in a quiet ceremony in the Duke’s private Chapel. It is only when Janeta saves him from death by poisoning by the hand of her stepmother that the Duke realises that he has been in love with her from the moment he first saw her. But surely the scorned Olive’s fury will ensure their love is doomed before it can blossom.
Corac?a?o Vencido
Corac?a?o Vencido
Barbara Cartland
¥24.44
Nesta história, o Duque de Darlington, tinha que se dar por vencido! Sempre era considerado, um Vencedor, pois estava acostumado a ganhar, sempre em todos os duelos e a ser assediado, pelas mais belas e sofisticadas mulheres de Londres. Mas, quando Felícia, entrou na sua vida, ele acabou por sucumbir, numa verdadeira armadilha. Acabou por se apaixonar por uma linda e jovem recém-saída de um Convento, ao qual ele salvara uns anos antes, quando ela era, ainda uma inocente menina! Mas agora transformada numa bonita e bela jovem mulher, apaixonara-se por ela profundamente. Como iria reagir Felícia, sua protegida e admiradora inocente, sendo ele seu Tutor, suspirava pelo seu amor e seus beijos, quando ela, marcada por um passado muito infeliz, sofria de um medo irracional dos homensComo mostrar àquela bonita jovem assustada, que a amava como mulherComo é que ela o iria aceitarSendo ele, o único homem em quem ela confiava e idolatrava como a um santo, por tê-la salvo de um grande sofrimento. Ele, corria o risco, de perdê-la para sempre!
Blender 3D Printing Essentials
Blender 3D Printing Essentials
Gordon Fisher
¥63.21
This book adopts a practical approach, with the use of step-by-step instructions to help guide readers. There are lots of screenshots covering each and every step needed to design a high-quality model in Blender for 3D printing.If you are a Blender user or someone who wants to use Blender to make 3D objects suitable for 3D printing, this book is ideal for you. You should already be comfortable with basic modeling in Blender - including using modifiers - although advanced skills are not required. All of the models that you will need are explored in-depth. This book does not assume that you will use any specific printer and teaches the general principles common to building models for most printers. It also gives you tips on discovering the requirements of the specific printer you will be using.
Implementing AppFog
Implementing AppFog
Matthew Nohr
¥54.49
This book is a practical, hands-on guide to implementing and deploying apps on the AppFog platform.Implementing AppFog is for developers who want to be able to upload applications to the cloud, and for implementation specialists, who implement and deploy apps on the AppFog platform. It is best to have Ruby installed, but we will walk you through the installation process if you do not already have it. It would be ideal to have some knowledge of cloud computing and know about the basics of database and network deployment.
Java EE 7 First Look
Java EE 7 First Look
NDJOBO Armel Fabrice
¥71.93
An easy-to-follow guide to reveal the new features of Java EE 7 and how to efficiently utilize them.Given the main objectives pursued, this book targets three groups of people with a knowledge of the Java language. They are:Beginners in the Java EE platform who would like to have an idea about the main specifications of Java EE 7.Developers who have experimented with previous versions of Java EE and who would like to explore the new features of Java EE 7.Building architects who want to learn how to put together the various Java EE 7 specifications for building robust and secure enterprise applications
WordPress Web Application Development
WordPress Web Application Development
Rakhitha Nimesh Ratnayake
¥80.65
An extensive, practical guide that explains how to adapt WordPress features, both conventional and trending, for web applications.This book is intended for WordPress developers and designers who have the desire to go beyond conventional website development to develop quality web applications within a limited time frame and for maximum profit. Experienced web developers who are looking for a framework for rapid application development will also find this to be a useful resource. Prior knowledge with of WordPress is preferable as the main focus will be on explaining methods for adapting WordPress techniques for web application development rather than explaining basic skills with WordPress.
GNS3 Network Simulation Guide
GNS3 Network Simulation Guide
"RedNectar" Chris Welsh
¥59.94
GNS3 Network Simulation Guide is an easy-to-follow yet comprehensive guide which is written in a tutorial format helping you grasp all the things you need for accomplishing your certification or simulation goal. If you are a networking professional who wants to learn how to simulate networks using GNS3, this book is ideal for you. The introductory examples within the book only require minimal networking knowledge, but as the book progresses onto more advanced topics, users will require knowledge of TCP/IP and routing.