万本电子书0元读

万本电子书0元读

Instant GSON
Instant GSON
Sandeep Kumar Patel
¥45.77
Get to grips with a new technology, understand what it is and what it can do for you, and then get to work with the most important features and tasks. Instant GSON is a practical, hands-on guide that will explain the implementation features of the GSON API through examples with code.Instant GSON is for software developers who are new to the GSON library, and who are looking to explore it in depth. You should have some experience in Java programming and Java POJO classes.
Instant EdgeSight for XenApp
Instant EdgeSight for XenApp
Vaqar Hasan
¥45.77
Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. Instant EdgeSight for XenApp is a practical, hands-on guide that contains instruction-based examples from basic to advanced level topics. Instant EdgeSight for XenApp will serve as an excellent source of information for Citrix XenApp professionals and novices alike. It is assumed that readers have experience working with Citrix products and have some sort of familiarity with monitoring.
Instant Heat Maps in R: How-to
Instant Heat Maps in R: How-to
Sebastian Raschka
¥45.77
Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. Heat Maps in R: How-to is an easy to understand book that starts with a simple heat map and takes you all the way through to advanced heat maps with graphics and data manipulation.Heat Maps in R: How-to is the book for you if you want to make use of this free and open source software to get the most out of your data analysis. You need to have at least some experience in using R and know how to run basic *s from the command line. However, knowledge of other statistical *ing languages such as Octave, S-Plus, or MATLAB will suffice to follow along with the recipes. You need not be from a statistics background.
Raspberry Pi for Secret Agents - Second Edition
Raspberry Pi for Secret Agents - Second Edition
Stefan Sjogelid
¥45.77
This book is an easy-to-follow guide with practical examples in each chapter. Suitable for the novice and expert alike, each topic provides a fast and easy way to get started with exciting applications and also guides you through setting up the Raspberry Pi as a secret agent toolbox.
Zabbix Network Monitoring Essentials
Zabbix Network Monitoring Essentials
Andrea Dalle Vacche
¥45.77
If you are an experienced network administrator looking for a comprehensive monitoring solution that will keep a watchful eye on networks, then this book is for you.
Instant Citrix Security How-to
Instant Citrix Security How-to
Carmel Jacob
¥45.77
Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. Get the job done and learn as you go. A how-To book with practical recipes accompanied with rich screenshots for easy comprehension.This easy-to-follow, hands-on guide shows you how to bolster your security with real life cases and step-by-step instructions.This guide gets new users up and running with Citrix Netscaler in simple practical steps and also acts as a refresher to those with some experience of the product and its features.
Oracle BPM Suite 11g: Advanced BPMN Topics
Oracle BPM Suite 11g: Advanced BPMN Topics
Mark Nelson
¥45.77
"Oracle BPM Suite 11g: Advanced BPMN Topics" is a concise tutorial which treats each topic to both a theoretical and practical approach. If you are a developer or architect working with Oracle BPM Suite 11g, this book is for you. Basic knowledge of BPM Suite and business process management in general is assumed.
Creating templates with Artisteer
Creating templates with Artisteer
Jakub Sanecki
¥45.77
"Creating stunning Templates with Artisteer" is a practical, step-by-step guide which will show you how to create professional-looking websites on your own. This book is great for enthusiasts, Artisteer users, and individuals who want to create professional-looking websites without paying for professional services and expensive tools. The book also shows you how to speed up your work and automate time-consuming tasks.
Getting Started with Flurry Analytics
Getting Started with Flurry Analytics
Bhanu Birani
¥45.77
An easy-to-follow, step-by-step tutorial full of examples and code to help you quickly get started with Flurry analytics.This book is great for developers who want to track their applications instantly using Flurry analytics and who are looking to get a good grounding in how to use Flurry for analytics in their application. It’s assumed that you will have some experience with Objective-C and a basic understanding of object-oriented programming and programming in general. You must be enrolled as an iPhone developer in order to test the example projects on your device.
Instant JRebel
Instant JRebel
Jonathan Lermitage
¥45.77
Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. This book is an easy-to-follow guide full of hands-on examples of real-world Java development tasks. Each topic is explained and placed in context, and for the more inquisitive readers, there are more-in-depth details of the concepts used.If you have experience in Java desktop or web application development based on Servlets and you want to update your code instantly without recompiling and redeploying the code, this book is for you.
Instant Premium Drupal Themes
Instant Premium Drupal Themes
Pankaj Sharma
¥45.77
Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. A step-by-step guide filled with recipes that will show you how to create your very own Drupal themes using HTML.This book is great for developers who are new to Drupal. It is assumed that you have some experience in HTML, PHP, and CSS. You’ll need a PHP (LAMP/WAMP) environment to install Drupal. It is also assumed that you know how to install Drupal. Some familiarity with CMS will be useful but is not essential.
phpBB: A User Guide
phpBB: A User Guide
Jeremy Rogers
¥45.77
This book takes a practical, hands-on approach to phpBB. Packed with sections stepping you through tasks, this book is the ideal guide to learning phpBB. This book is ideal if you are just starting with online communities and want a powerful and free tool. No experience of web programming is required.
Programming Arduino with LabVIEW
Programming Arduino with LabVIEW
Marco Schwartz
¥45.77
If you already have some experience with LabVIEW and want to apply your skills to control physical objects and make measurements using the Arduino sensor, this book is for you. Prior knowledge of Arduino and LabVIEW is essential to fully understand the projects detailed in this book.
Drush for Developers - Second Edition
Drush for Developers - Second Edition
Juampy Novillo Requena
¥45.77
This book is a best fit for backend developers with a basic knowledge of Drupal's APIs and some experience using the command line. Perhaps you already worked on one or two Drupal projects, but have never dived deep into Drush's toolset. In any case, this book will give you a lot of advice by covering real-world challenges in Drupal projects that can be solved using Drush.
Go Web Scraping Quick Start Guide
Go Web Scraping Quick Start Guide
Vincent Smith
¥45.77
Learn how some Go-specific language features help to simplify building web scrapers along with common pitfalls and best practices regarding web scraping. Key Features * Use Go libraries like Goquery and Colly to scrape the web * Common pitfalls and best practices to effectively scrape and crawl * Learn how to scrape using the Go concurrency model Book Description Web scraping is the process of extracting information from the web using various tools that perform scraping and crawling. Go is emerging as the language of choice for scraping using a variety of libraries. This book will quickly explain to you, how to scrape data data from various websites using Go libraries such as Colly and Goquery. The book starts with an introduction to the use cases of building a web scraper and the main features of the Go programming language, along with setting up a Go environment. It then moves on to HTTP requests and responses and talks about how Go handles them. You will also learn about a number of basic web scraping etiquettes. You will be taught how to navigate through a website, using a breadth-first and then a depth-first search, as well as find and follow links. You will get to know about the ways to track history in order to avoid loops and to protect your web scraper using proxies. Finally the book will cover the Go concurrency model, and how to run scrapers in parallel, along with large-scale distributed web scraping. What you will learn * Implement Cache-Control to avoid unnecessary network calls * Coordinate concurrent scrapers * Design a custom, larger-scale scraping system * Scrape basic HTML pages with Colly and JavaScript pages with chromedp * Discover how to search using the "strings" and "regexp" packages * Set up a Go development environment * Retrieve information from an HTML document * Protect your web scraper from being blocked by using proxies * Control web browsers to scrape JavaScript sites Who this book is for Data scientists, and web developers with a basic knowledge of Golang wanting to collect web data and analyze them for effective reporting and visualization.
R Statistics Cookbook
R Statistics Cookbook
Francisco Juretig
¥45.77
Solve real-world statistical problems using the most popular R packages and techniques Key Features * Learn how to apply statistical methods to your everyday research with handy recipes * Foster your analytical skills and interpret research across industries and business verticals * Perform t-tests, chi-squared tests, and regression analysis using modern statistical techniques Book Description R is a popular programming language for developing statistical software. This book will be a useful guide to solving common and not-so-common challenges in statistics. With this book, you'll be equipped to confidently perform essential statistical procedures across your organization with the help of cutting-edge statistical tools. You'll start by implementing data modeling, data analysis, and machine learning to solve real-world problems. You'll then understand how to work with nonparametric methods, mixed effects models, and hidden Markov models. This book contains recipes that will guide you in performing univariate and multivariate hypothesis tests, several regression techniques, and using robust techniques to minimize the impact of outliers in data.You'll also learn how to use the caret package for performing machine learning in R. Furthermore, this book will help you understand how to interpret charts and plots to get insights for better decision making. By the end of this book, you will be able to apply your skills to statistical computations using R 3.5. You will also become well-versed with a wide array of statistical techniques in R that are extensively used in the data science industry. What you will learn * Become well versed with recipes that will help you interpret plots with R * Formulate advanced statistical models in R to understand its concepts * Perform Bayesian regression to predict models and input missing data * Use time series analysis for modelling and forecasting temporal data * Implement a range of regression techniques for efficient data modelling * Get to grips with robust statistics and hidden Markov models * Explore ANOVA (Analysis of Variance) and perform hypothesis testing Who this book is for If you are a quantitative researcher, statistician, data analyst, or data scientist looking to tackle various challenges in statistics, this book is what you need! Proficiency in R programming and basic knowledge of linear algebra is necessary to follow along the recipes covered in this book.
Social Media for WordPress: Build Communities, Engage Members and Promote Your S
Social Media for WordPress: Build Communities, Engage Members and Promote Your S
Michael Kuhlmann
¥45.77
Fast paced, quick to read, impossible to put down, this book is a complete plan for social engagement on the web. You’ve heard plenty of social media success stories. You know your WordPress site inside and out, but you want help. Stop right now and pick up a copy of this book.
Embedded Linux Development with Yocto Project
Embedded Linux Development with Yocto Project
Otavio Salvador
¥45.77
A practical tutorial guide which introduces you to the basics of Yocto Project, and also helps you with its real hardware use to boost your Embedded Linux-based project. If you are an embedded systems enthusiast and willing to learn about compelling features offered by the Yocto Project, then this book is for you. With prior experience in the embedded Linux domain, you can make the most of this book to efficiently create custom Linux-based systems.
Instant Redis Optimization How-to
Instant Redis Optimization How-to
Arun Chinnachamy
¥45.77
Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. This book is written in a concise, focused style with numerous practical and hands-on recipes and examples. If you want to leverage Redis to create blazing fast applications, then this book is for you.This book is for developers who are already proficient in programming and traditional databases and want to start learning about Redis for its simplicity and fast performance. A basic understanding of Linux and proficiency in a programming language are required to get the most out of this book.
Instant PhoneGap,Social App,Development
Instant PhoneGap,Social App,Development
Kerri Shotts
¥45.77
Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. Get the job done and learn as you go. This book is concise and follows a clear, step-by-step tutorial approach. You’ll need to have a desire to learn about mobile application development. Since Phonegap uses HTML, CSS, and Java* heavily, it is important to have a good understanding of these topics. You should also have a good understanding of your desired platform and corresponding SDK and IDE (that is, if you want to develop for Android, you should be familiar with Eclipse. For iOS, you need to be familiar with Xcode.)
Learning AngularJS Animations
Learning AngularJS Animations
Richard Keller
¥45.77
If you are a developer who is new to AngularJS or is experienced with the AngularJS framework, this book is intended for you. If you want to provide a better user experience on your web app, this book is also for you.