万本电子书0元读

万本电子书0元读

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.
Learning iOS Security
Learning iOS Security
Allister Banks
¥45.77
This book is intended for mobile security professionals who want to learn how to secure iOS operating systems and its applications. Any knowledge of iOS architecture would be an added advantage.
Mockito for Spring
Mockito for Spring
Sujoy Acharya
¥45.77
If you are an application developer with some experience in software testing and want to learn more about testing frameworks, then this technology and book is for you. Mockito for Spring will be perfect as your next step towards becoming a competent software tester with Spring and Mockito.
Building Single-page Web Apps with Meteor
Building Single-page Web Apps with Meteor
Fabian Vogelsteller
¥45.77
If you are a web developer with basic knowledge of JavaScript and want to take on Web 2.0, build real-time applications, or simply want to write a complete application using only JavaScript and HTML/CSS, this is the book for you. This book is based on Meteor 1.0.
Nmap Essentials
Nmap Essentials
David Shaw
¥45.77
This book is for beginners who wish to start using Nmap, who have experience as a system administrator or of network engineering, and who wish to get started with Nmap.
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.
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.
Instant Magento Performance Optimization How-to
Instant Magento Performance Optimization How-to
Nayrolles Mathieu
¥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 a Packt Instant How-to, and provides a quick and easy way to improve your Magento performance with step-by-step instructions for important tasks.This book is written for Magento administrators who are familiar with the backend console but new to anything beyond this, and wish to optimize their store for increasing performance.
ggplot2 Essentials
ggplot2 Essentials
Donato Teutonico
¥45.77
This book is perfect for R programmers who are interested in learning to use ggplot2 for data visualization, from the basics up to using more advanced applications, such as faceting and grouping. Since this book will not cover the basics of R commands and objects, you should have a basic understanding of the R language.
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 Traffic Analysis with Tshark How-to
Instant Traffic Analysis with Tshark How-to
Borja Merino
¥45.77
Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. This How-to guide will explore TShark. As this is the terminal version, it will show the user all commands and syntax as well as all options for Tshark and its common uses through small recipes. This book is intended for network administrators and security officers who have to deal daily with a variety of network problems and security incidents. It will also be a good learning aid for Cisco students wishing to implement and understand the many theoretical concepts related to traffic data and communications in greater depth.
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.
TensorFlow Reinforcement Learning Quick Start Guide
TensorFlow Reinforcement Learning Quick Start Guide
Kaushik Balakrishnan
¥45.77
Leverage the power of Tensorflow to Create powerful software agents that can self-learn to perform real-world tasks Key Features * Explore efficient Reinforcement Learning algorithms and code them using TensorFlow and Python * Train Reinforcement Learning agents for problems, ranging from computer games to autonomous driving. * Formulate and devise selective algorithms and techniques in your applications in no time. Book Description Advances in reinforcement learning algorithms have made it possible to use them for optimal control in several different industrial applications. With this book, you will apply Reinforcement Learning to a range of problems, from computer games to autonomous driving. The book starts by introducing you to essential Reinforcement Learning concepts such as agents, environments, rewards, and advantage functions. You will also master the distinctions between on-policy and off-policy algorithms, as well as model-free and model-based algorithms. You will also learn about several Reinforcement Learning algorithms, such as SARSA, Deep Q-Networks (DQN), Deep Deterministic Policy Gradients (DDPG), Asynchronous Advantage Actor-Critic (A3C), Trust Region Policy Optimization (TRPO), and Proximal Policy Optimization (PPO). The book will also show you how to code these algorithms in TensorFlow and Python and apply them to solve computer games from OpenAI Gym. Finally, you will also learn how to train a car to drive autonomously in the Torcs racing car simulator. By the end of the book, you will be able to design, build, train, and evaluate feed-forward neural networks and convolutional neural networks. You will also have mastered coding state-of-the-art algorithms and also training agents for various control problems. What you will learn * Understand the theory and concepts behind modern Reinforcement Learning algorithms * Code state-of-the-art Reinforcement Learning algorithms with discrete or continuous actions * Develop Reinforcement Learning algorithms and apply them to training agents to play computer games * Explore DQN, DDQN, and Dueling architectures to play Atari's Breakout using TensorFlow * Use A3C to play CartPole and LunarLander * Train an agent to drive a car autonomously in a simulator Who this book is for Data scientists and AI developers who wish to quickly get started with training effective reinforcement learning models in TensorFlow will find this book very useful. Prior knowledge of machine learning and deep learning concepts (as well as exposure to Python programming) will be useful.
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.)
Android for the BeagleBone Black
Android for the BeagleBone Black
Andrew Henderson
¥45.77
If you are an Android app developer who wants to experiment with the hardware capabilities of the BeagleBone Black platform, then this book is ideal for you. You are expected to have basic knowledge of developing Android apps but no prior hardware experience is required.
Getting Started with VMware Virtual SAN
Getting Started with VMware Virtual SAN
Cedric Rajendran
¥45.77
This book is intended for server administrators and storage administrators who would like to successfully build and scale a VSAN-backed vSphere infrastructure. A basic understanding of vSphere concepts and storage fundamentals will be helpful.
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.