万本电子书0元读

万本电子书0元读

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.
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.
JavaScript Security
JavaScript Security
Y.E Liang
¥45.77
This book is for JavaScript developers having basic web development knowledge and also for those who want to explore the security issues that arise from the use of JavaScript. Prior knowledge of how JavaScript is used, such as for DOM manipulation or to perform Ajax operations, is assumed.
Data-oriented Development with AngularJS
Data-oriented Development with AngularJS
Manoj Waikar
¥45.77
This book helps beginner-level AngularJS developers organize AngularJS applications by discussing important AngularJS concepts and best practices. If you are an experienced AngularJS developer but haven't written directives or haven't created custom HTML controls before, then this book is ideal for you.
Windows Phone 7.5 Application Development with F#
Windows Phone 7.5 Application Development with F#
Lohith G. N
¥45.77
A short book with important concepts and instructions. This book is for those who want to find out more about Windows Phone and are familiar with functional programming languages, and in particular, F#. The book assumes that you know how to program using F# as a language. However, the book does take you through a brief introduction to Windows Phone as a platform and F# as a language.
Instant Team Foundation Server 2012 and Project Server 2010 Integration How-to
Instant Team Foundation Server 2012 and Project Server 2010 Integration How-to
Gary P. Gauvin
¥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.The How-to style is a very practical book which will take the reader through the process of garnering a basic understanding of TFS and Project Server with practical tutorials and recipes.This book is for users who want to integrate TFS 2012 and Project Server 2010. Readers are expected to know some basic Windows Server commands and account management, and have administrative access to the servers being configured.
Instant VMware vCloud Starter
Instant VMware vCloud Starter
Daniel Langenhan
¥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. This book is written in an easytoread style, with a strong emphasis on realworld, practical examples. Stepbystep explanations are provided for performing important tasks.If you are a Cloud engineer or administrator looking forward to working with vCloud, then this is the best guide to get you started with it.
Building Impressive Presentations with Impress.js
Building Impressive Presentations with Impress.js
Rakhitha Nimesh Ratnayake
¥45.77
This book gives you exactly what you need, exactly when you need it. Using easy-to-follow practical examples, this guide takes you from simple presentations to complete websites in no time. If you want to engage your audience on a level not previously possible on software such as PowerPoint or Prezi, then this book is for you. With basic knowledge of HTML, CSS, and JavaScript you can start making presentations that truly Impress.
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.
Drupal 7 Multi Sites Configuration
Drupal 7 Multi Sites Configuration
Matt Butcher
¥45.77
Follow the creation of a multi-site instance with Drupal. The practical examples and accompanying screenshots will help you to get multiple Drupal sites set up in no time. This book is for Drupal site builders. It is assumed that readers are familiar with Drupal already, with a basic grasp of its concepts and components. System administration concepts, such as configuring Apache, MySQL, and Vagrant are covered but no previous knowledge of these tools is required.
Web Development with Jade
Web Development with Jade
Sean Lang
¥45.77
This is a stepby step, tutorialbased book which will enable web developers to explore the functionalities of Jade and learn how to use it to write certain functions and processes for web development. This book is for web developers with at least a basic understanding of HTML and JavaScript. It will enable you to write an easier form of language that then compiles into HTML.
Building Android Games with Cocos2d-x
Building Android Games with Cocos2d-x
Raydelto Hernandez
¥45.77
If you have a basic understanding of the C++ programming language and want to create videogames for the Android platform, then this technology and book is ideal for you.
Building Networks and Servers Using BeagleBone
Building Networks and Servers Using BeagleBone
Bill Pretty
¥45.77
If you are a developer with BeagleBone experience and want to learn how to use it to set up a network and file server, then this book is ideal for you. To make the most of this book, you should be comfortable with the Linux operating system and know how to install software from the Internet, but you do not have to be a network guru.
Securing WebLogic Server 12c
Securing WebLogic Server 12c
Luca Masini
¥45.77
This book is written in simple, easy to understand format with lots of screenshots and step-by-step explanations. If you are a WebLogic Server administrator looking forward to a step by step guide to administer and configure WebLogic security, then this is the guide for you. Working knowledge of WebLogic is required.
Box2D for Flash Games
Box2D for Flash Games
Emanuele Feronato
¥45.77
This book is a step by step guide to create games with Box2D explained in a simple and friendly way. Are you familiar with ActionScript3 and want to explore the capabilities of physics in game design using Box2D, then this book is for you. You don’t have to be an AS3 hero: if you know how to create classes and functions with AS3, then you can make your first physics game!
Getting Started with the Lazarus IDE
Getting Started with the Lazarus IDE
Roderick Person
¥45.77
This book is written in a simple, easy-to-understand format with lots of screenshots and step-by-step explanations.This book is geared toward developers that have a familiarity with Delphi or Free Pascal and would like to start using the open source Lazarus Integrated Development Environment. You should have knowledge of creating a console and GUI applications as well as creating basic components. Example source code and projects are provided to help learn the differences between Delphi and Lazarus projects.
LLVM Essentials
LLVM Essentials
Suyog Sarda
¥45.77
Become familiar with the LLVM infrastructure and start using LLVM libraries to design a compiler About This Book Learn to use the LLVM libraries to emit intermediate representation (IR) from high-level language Build your own optimization pass for better code generation Understand AST generation and use it in a meaningful way Who This Book Is For This book is intended for those who already know some of the concepts of compilers and want to quickly get familiar with the LLVM infrastructure and the rich set of libraries that it provides. What You Will Learn Get an introduction to LLVM modular design and LLVM tools Convert frontend code to LLVM IR Implement advanced LLVM IR paradigms Understand the LLVM IR Optimization Pass Manager infrastructure and write an optimization pass Absorb LLVM IR transformations Understand the steps involved in converting LLVM IR to Selection DAG Implement a custom target using the LLVM infrastructure Get a grasp of C’s frontend clang, an AST dump, and static analysis In Detail LLVM is currently the point of interest for many firms, and has a very active open source community. It provides us with a compiler infrastructure that can be used to write a compiler for a language. It provides us with a set of reusable libraries that can be used to optimize code, and a target-independent code generator to generate code for different backends. It also provides us with a lot of other utility tools that can be easily integrated into compiler projects. This book details how you can use the LLVM compiler infrastructure libraries effectively, and will enable you to design your own custom compiler with LLVM in a snap. We start with the basics, where you’ll get to know all about LLVM. We then cover how you can use LLVM library calls to emit intermediate representation (IR) of simple and complex high-level language paradigms. Moving on, we show you how to implement optimizations at different levels, write an optimization pass, generate code that is independent of a target, and then map the code generated to a backend. The book also walks you through CLANG, IR to IR transformations, advanced IR block transformations, and target machines. By the end of this book, you’ll be able to easily utilize the LLVM libraries in your own projects. Style and approach This book deals with topics sequentially, increasing the difficulty level in a step-by-step approach. Each topic is explained with a detailed example, and screenshots are included to help you understand the examples.
Maven Essentials
Maven Essentials
Prabath Siriwardena
¥45.77
Get started with the essentials of Apache Maven and get your build automation system up and running quickly About This Book Explore the essentials of Apache Maven essentials to arm yourself with all the ingredients needed to develop a comprehensive build automation system Identify the extension points in Apache Maven and learn more about them in-depth Improve developer productivity by optimizing the build process with best practices in Maven using this compact guide Who This Book Is For The book is ideal for for experienced developers who are already familiar with build automation, but want to learn how to use Maven and apply its concepts to the most difficult scenarios in build automation. What You Will Learn Comprehend the key concepts in Apache Maven Build your own custom plugins and get to know how Maven extension points are used Troubleshoot build issues with greater confidence Optimize Maven’s configuration settings Write custom lifecycles and extensions Get hands-on and create a Maven assembly Explore the best practices to design a build system that improves developer productivity In Detail Maven is the #1 build tool used by developers and it has been around for more than a decade. Maven stands out among other build tools due to its extremely extensible architecture, which is built on of the concept of convention over configuration. It’s widely used by many open source Java projects under Apache Software Foundation, Sourceforge, Google Code, and more. Maven Essentials is a fast-paced guide to show you the key concepts in Maven and build automation. We get started by introducing you to Maven and exploring its core concepts and architecture. Next, you will learn about and write a Project Object Model (POM) while creating your own Maven project. You will also find out how to create custom archetypes and plugins to establish the most common goals in build automation. After this, you’ll get to know how to design the build to prevent any maintenance nightmares, with proper dependency management. We then explore Maven build lifecycles and Maven assemblies. Finally, you will discover how to apply the best practices when designing a build system to improve developer productivity. Style and approach This book is a practical and compact guide that will show you how to use Apache Maven in an optimal way to address enterprise build requirements. It provides technical guidance to get you started with Maven and build automation.
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.
Secrets to Effective Author Marketing: It’s More Than “Buy My Book”
Secrets to Effective Author Marketing: It’s More Than “Buy My Book”
Maggie Lynch
¥46.36
Have you put your book out there and been disappointed in your sales? Perhaps you’ve tried a variety of marketing tactics to boost discoverability: blog posts, social media, book tours, paid ads in a variety of venues. But nothing is working. The publishing landscape changes every year. The number of books published has increased and the competition for readers is more than it has been before. The key is to?define your audience and then convince those potential readers of the?value?of your book. Your marketing time and money should primarily be spent on a message of value–not price, not story, and not genre. This book provides specific techniques to exploit that value without resorting to the typical overexposure in social media and newsletters with “Buy My Book” sales messaging. Instead, focus on the top three proven techniques that actually sell books. Follow step-by-step instructions and timelines to learn how to: 1) Create an Effective Plan for Communicating to Readers; 2) Use Social Media and Email lists to Engage with Your Readers; and 3) Plan for Effective Campaigns for both Book Launches and Backlist Rejuvenation throughout the year. In addition this book provides techniques to: Distinguish specific groups of readers most likely to buy your novel or nonfiction book. Understand your competition and the advantages that your book offers. Clarify hooks that capture attention of the media, reviewers, and readers. Identify where and how to reach readers, reviewers, and media. Create and implement a consistent brand throughout all marketing efforts. Effectively select, from 100+ options, the appropriate marketing tactics and timing that matches your book intentions and values. Maximize organic reach and stay to a budget of less than $100 per book campaign. Develop a long-term online marketing plan.