万本电子书0元读

万本电子书0元读

LLVM Cookbook
LLVM Cookbook
Mayur Pandey
¥80.65
The book is for compiler programmers who are familiar with concepts of compilers and want to indulge in understanding, exploring, and using LLVM infrastructure in a meaningful way in their work. This book is also for programmers who are not directly involved in compiler projects but are often involved in development phases where they write thousands of lines of code. With knowledge of how compilers work, they will be able to code in an optimal way and improve performance with clean code.
Learning Reactive Programming with Java 8
Learning Reactive Programming with Java 8
Nickolay Tsvetinov
¥80.65
If you are a Java developer that knows how to write software and would like to learn how to apply your existing skills to reactive programming, this book is for you.
HTML5 Game Development by Example: Beginner's Guide - Second Edition
HTML5 Game Development by Example: Beginner's Guide - Second Edition
Makzan
¥80.65
This book is for web designers who have a basic knowledge of HTML, CSS, and JavaScript and want to create Canvas or DOM-based games that run on browsers.
Intel Galileo Blueprints
Intel Galileo Blueprints
Marco Schwartz
¥80.65
If you are an experienced developer using classic Arduino boards and would like to extend your knowledge to the Intel Galileo board and polish your project building skills, this book is for you.
Salt Cookbook
Salt Cookbook
Anirban Saha
¥80.65
If you are a professional associated with system and infrastructure management, looking at automated infrastructure and deployments, then this book is for you. No prior experience of Salt is required.
Learning Ionic
Learning Ionic
Arvind Ravulavaru
¥80.65
This book is intended for those who want to learn how to build hybrid mobile applications using Ionic. It is also ideal for people who want to explore theming for Ionic apps. Prior knowledge of AngularJS is essential to complete this book successfully.
Raspberry Pi Mechatronics Projects HOTSHOT
Raspberry Pi Mechatronics Projects HOTSHOT
Sai Yamanoor
¥80.65
This book is targeted towards beginners and intermediate designers of mechatronic systems and embedded system design. Some familiarity with the Raspberry Pi and Python programming is preferred but not required.
Natural Language Processing with Java
Natural Language Processing with Java
Richard M Reese
¥80.65
If you are a Java programmer who wants to learn about the fundamental tasks underlying natural language processing, this book is for you. You will be able to identify and use NLP tasks for many common problems, and integrate them in your applications to solve more difficult problems. Readers should be familiar/experienced with Java software development.
Cocos2d-x by Example: Beginner's Guide - Second Edition
Cocos2d-x by Example: Beginner's Guide - Second Edition
Roger Engelbert
¥80.65
If you are a game enthusiast who would like to develop and publish your own game ideas onto different app stores, this is the book for you. Some knowledge of C++ or Java is helpful but not necessary.
Puppet 2.7 Cookbook
Puppet 2.7 Cookbook
John Arundel
¥80.65
This book is written in a Cookbook style showing you how to set up and expand your Puppet infrastructure. It progresses through detailed information on the language and features, external tools, reporting, monitoring, and troubleshooting, and concludes with many specific recipes for managing popular applications. The book assumes that the reader already has a working Puppet installation and perhaps has written some basic manifests or adapted some published modules. It also requires some experience of Linux systems administration, including familiarity with the command line, file system, and text editing. No programming experience is required.
iClone 4.31 3D Animation Beginner's Guide
iClone 4.31 3D Animation Beginner's Guide
M.D. McCallum
¥80.65
This book is a part of the Beginner's guide series, wherein you will quickly start doing tasks with precise instructions. Then the tasks will be followed by explanation and then a challenging task or a multiple choice question about the topic just covered. Do you have a story to tell or an idea to illustrateThis book is aimed at film makers, video producers/compositors, vxf artists or 3D artists/designers like you who have no previous experience with iClone. If you have that drive inside you to entertain people via the internet on sites like YouTube or Vimeo, create a superb presentation video, showcase a product or create a movie, or get a fast start on the iClone program, this Beginner’s guide was written with you in mind.
Microsoft SharePoint 2010 Power User Cookbook
Microsoft SharePoint 2010 Power User Cookbook
Adrian Colquhoun
¥80.65
This hands-on cookbook takes readers through many highly applicable intermediate and advanced SharePoint recipes, as well as offering three real-world business scenarios to complement the knowledge already gained. The book specifically sets out to cover important SharePoint 2010 topics that are often avoided by other authors. If you are an advanced End User or Power User of SharePoint 2010 who wants to accomplish specific business tasks beyond the basics, then this cookbook is not to be missed. You should already be comfortable with SharePoint in order to get the most out the recipes, which are applicable up to and including SharePoint Enterprise edition. You'll find this book useful not only as a learning tool, but also as a reference guide as your SharePoint skills and experience increase.
Unity 3.x Game Development by Example Beginner's Guide
Unity 3.x Game Development by Example Beginner's Guide
Ryan Henson Creighton
¥80.65
The book takes a clear, step-by-step approach to building small, simple game projects. It focuses on short, attainable goals so that the reader can finish something, instead of trying to create a complex RPG or open-world game that never sees the light of day. This book encourages readers hungry for knowledge. It does not go into gory detail about how every little knob and dial functions – that's what the software manual is for! Rather, this book is the fastest path from zero to finished game using the Unity game engine. If you've ever wanted to develop games, but have never felt "smart" enough to deal with complex programming, this book is for you. It's also a great kick-start for developers coming from other tools like Flash, Unreal Engine, and Game Maker Pro.
KnockoutJS by Example
KnockoutJS by Example
Adnan Jaswal
¥80.65
Develop rich, interactive, and real-world web applications using knockout.js About This Book Master the full range of features provided by knockout.js such as declarative binding, automatic refresh, dependency tracking, and templating using this project based guide Tackle real-world problems such as page navigation, forms, composite UI components, maps integration, server interaction for CRUD operations, and application security Discover the power of knockout.js as you build applications with complexity ranging from beginner to advanced Extend and customize knockout.js to harness its full potential Integrate with third party libraries and APIs to build fully featured applications Who This Book Is For This book is intended for designers and developers who want to learn how to use Knockout to develop rich, interactive, and modular web applications. The book assumes no prior knowledge of the Knockout library but basic familiarity with HTML, CSS, and JavaScript would be helpful. What You Will Learn Explore the basic concept behind the Model-View-View Model (MVVM) design pattern and how it is implemented by Knockout Develop a modular application skeleton based on the module pattern that can be used as a template for your projects Create single page, rich, interactive, modular, real-world applications using Knockout Use knockout.js with other libraries and APIs such as JQuery, Bootstrap, and Google Maps API to give your users a richer experience Create a real-world dynamic web form to capture user information and learn how Knockout makes it easier to capture, validate, and submit form data Develop and use dynamic UI components such as grids, tabs, dialogs, and wizards Extend knockout.js to add custom extenders, binding handlers, and observables Communicate with the backend server using JSON over restful web services Secure your single page application using token-based authentication In Detail Knockout is an open source JavaScript library that lets you develop rich, interactive, and modular web applications. It reduces the complexities of JavaScript and HTML development by following the Model-View-View Model (MVVM) design pattern. It allows you to efficiently develop highly scalable, testable, and maintainable web applications that are rich and interactive. Knockout is a pure JavaScript library and supports all major browsers. This book starts with introducing the key features and concepts of knockout.js. It helps you create an application skeleton and a hello world application. You will develop a To-Do list application that aims to show the basic features of knockout.js in action such as data binding and observables, following which you will develop a dynamic online customer registration form that captures and validates customer information. This book will further walk your way to develop a customer banking portal, which demonstrates the use of knockout.js with components such as navigation bars, tabs, carousel, master details view, panels, forms, wizards, and modal dialogs. You will also discover to use token-based authentication and authorization to secure the customer banking portal and move on to creating an editable products grid with CRUD operations. Finally, you will explore using the Google maps api with knockout.js. By working along with the examples, this book will not only leave you with the basic understanding of knockout.js fundamentals but you will also have a web application ready instantly. Style and approach The book takes an iterative approach in explaining and building the sample applications. The applications are built in small portions with each portion delivering a set of features. It is an easy-to-follow yet comprehensive hands-on guide, which is full of real-world applications.
SAP Lumira Essentials
SAP Lumira Essentials
Dmitry Anoshin
¥80.65
Discover how to make your business data more interactive and engaging with SAP Lumira About This Book Create a powerful data discovery experience with the advanced capabilities of SAP Lumira Find business insights in your data through data blending, wrangling, transformation, and visualization A fast-paced guide packed with hands-on practical examples, real-world solutions, and best practices to get you started with SAP Lumira Who This Book Is For If you are a SAP user, business analyst, BI developer, or a junior data engineer who wants to use SAP Lumira to build creative visualizations, this book is for you. You should have a reasonable level of knowledge of SAP Business Objects and its components. What You Will Learn Deploy SAP Lumira on your computer and learn more about the SAP Lumira interface Extract data from different sources using SAP Lumira’s data connecters Prepare, filter, clean, and format your data Discover visualization techniques and data discovery methods Administrate and customize SAP Lumira to get basic knowledge of its SDK Create various charts to deliver fantastic data visualizations Connect to SAP BusinessObjects BI Platform and SAP HANA to extract, prepare, and visualize data In Detail SAP Lumira allows you to combine data from multiple sources into a single view and create engaging visualizations quickly and easily. It is a reporting platform that helps users access data and independently perform analysis. With the increasing interest in data discovery, self-service BI, and visualization around the world, tools like SAP Lumira help to eliminate the complexities of analyzing and discovering data. Learn data discovery techniques, build amazing visualizations, create fantastic stories, and share your visualizations through an electronic medium with one of the most powerful tools around—SAP Lumira. You will begin with an overview of the SAP Lumira family of products. You will then go through various data discovery techniques using real-world scenarios of an online e-commerce retailer through detailed recipes on the installation, administration, and customization of SAP Lumira. Next, you will work with data, starting from acquiring data from various data sources, then preparing and visualizing it using the rich functionality of SAP Lumira. Finally, you will present data via a data story or infographic and publish it across your organization or on the World Wide Web. Style and approach This is a step-by-step guide to learning SAP Lumira essentials packed with examples on real-world problems and solutions.
TYPO3 Extension Development
TYPO3 Extension Development
Dmitry Dulepov
¥80.65
The book is structured so that following the chapters in order builds a TYPO3 extension from the ground up. Experienced developers can use individual chapters independently to get only the information that they need. Each chapter is divided so that the first part contains a de*ion and discussion of the topic covered followed by a coding example with explanation of how principles and techniques from the first part are followed in the code. The reader is encouraged not only to read the book but also to look into the discussed classes and actually code the extension while reading the book. This book is for PHP developers who want to develop a TYPO3 extension. It assumes the reader has experience with PHP, XML, and HTML. No prior knowledge about TYPO3 extension programming or the TYPO3 API is presumed.
JDBC 4.0 and Oracle JDeveloper for J2EE Development
JDBC 4.0 and Oracle JDeveloper for J2EE Development
Deepak Vohra
¥80.65
Being a quick reference guide, this book has a focused approach. You will learn to develop J2EE applications with JDBC and JDeveloper in no time. The book covers lot of practical examples, which makes it developer-friendly learning material. The book is suitable for Java/J2EE and Oracle JDeveloper beginners. If you are a J2EE developer and want to use the JDeveloper IDE for J2EE development, this book is for you. JDeveloper developers who are new to J2EE will also benefit from the book. Most J2EE applications have a database component and the book is specially suited for database-based J2EE development in Oracle JDeveloper. You can also use this book if you are interested in learning how to utilize the new features offered in JDBC 4.0 for Java/J2EE development.
Building Telephony Systems with OpenSER
Building Telephony Systems with OpenSER
Flavio E. Goncalves
¥80.65
This book is a well illustrated, step-by-step guide to building a SIP based network using OpenSER. This book is for readers who want to understand how to build a SIP provider from scratch using OpenSER. Telephony and Linux experience will be helpful but is not essential. Readers need not have prior knowledge of OpenSER.
Ruby on Rails Web Mashup Projects
Ruby on Rails Web Mashup Projects
Chang Sau Sheong
¥80.65
This book is project-based. The format of each project is similar, with a statement of the project, discussion of the main protocols involved, an overview of the API, and then complete code for building the project. You will be led methodically through concrete steps to build the mashup, with asides to explain the theory behind the code. This book is for Ruby on Rails developers who want to expand the features of their site by consuming remote external data and services. Basic knowledge of Ruby on Rails programming is required but you need not have any experience of any of the APIs used.
Windows Phone 7 XNA Cookbook
Windows Phone 7 XNA Cookbook
Zheng Yang
¥80.65
Written in a cookbook style, this book offers solutions using a recipe based approach. Each recipe contains step-by-step instructions followed by an analysis of what was done in each task and other useful information. The cookbook approach means you can dive into whatever recipes you want in no particular order. If you are an aspiring programmer with some basic concepts in C# and object-oriented knowledge who wants to create games for Windows Phone 7, this book is for you. This book is also for the experienced programmers want to transfer from Windows or Xbox to the Windows Phone 7 platform. Only basic knowledge of C# and .Net is required.
WordPress 3 For Business Bloggers
WordPress 3 For Business Bloggers
Paul Thewlis
¥80.65
This is a practical, hands-on book based around a fictitious case study blog, which you will build on a development server using WordPress. The case study grows chapter by chapter, from installing your local development server, right up to the finished blog. This book is for anybody running or starting a business blog using WordPress, whether you plan to use your blog for PR and marketing, or want to profit directly from blogging.