Gradle in ActionGradle in Action is a comprehensive guide to end-to-end project automation with Gradle. Starting with the basics, this practical, easy-to-read book discusses how to establish an effective build process for a full-fledged, real-world project. Along the way, it covers advanced topics like testing, continuous integration, and monitoring code quality. You'll also explore tasks like setting up your target environment and deploying your software.
The book assumes a basic background in Java, but no knowledge of Groovy. ...
WildFly: New FeaturesWildFly, formerly known as JBoss Application Server, is a flexible, lightweight, managed application runtime that helps you build amazing applications. Applications made in WildFly are Java J2EE applications, developed entirely in Java, and thus they can be run on any operating system. The new WildFly release has a highly optimized boot process and implements the latest JEE7 patterns, which provide great performance to developers.
This book explores all the new features that WildFly has to offer, and will provide you with the skills you need to successfully install, customize, and configure the WildFly server properly. Starting from the basics, this book will cover how to set up your WildFly server step by step - from Java installation to the final configuration of the server. ...
Android Application Programming with OpenCVTake a smartphone from your pocket, and within a few seconds, you can snap a photo, manipulate it, and share it with the world. You have just achieved mass production of image data. With a computer vision library such as OpenCV, you can analyze and transform copious amounts of image data in real time on a mobile device. The upshot to this is that you, as developers, can provide mobile users with many new kinds of images, constantly highlighting certain visual features that are of artistic or practical interest. Android is a convenient platform for such experiments because it uses a high-level language (Java), it provides standardized interfaces for sharing image data between applications, and it is mostly open source, so everyone can study its implementation. ...
C++ Multithreading CookbookCreating multithreaded applications is a present-day approach towards programming. With the power of C++, you can easily create various types of applications and perform parallelism and optimizations in your existing work. This book is a practical, powerful, and easy-to-understand guide to C++ multithreading. You will learn how to benefit from the multithreaded approach and enhance your development skills to build better applications. This book will not only help you avoid problems when creating parallel code, but also help you to understand synchronization techniques. The end goal of the book will be to impart various multithreading concepts that will enable you to do parallel computing and concurrent programming quickly and efficiently. ...
NumPy Cookbook- Learn advanced Indexing and linear algebra
- Know reshaping automatically
- Dive into Broadcasting and Histograms
- Profile NumPy code and visualize your profiling results
- Speed up your code with Cython
- Use the array interface to expose foreign memory to NumPy
- Use universal functions and interoperability features
- Learn about Matplotlib and Scipy which is often used in conjunction with NumPy ...
SQL Server 2012 with PowerShell V3 CookbookProvides over a hundred practical recipes that utilize PowerShell to automate, integrate and simplify SQL Server tasks.
Offers easy to follow, step-by-step guide to getting the most out of SQL Server and PowerShell.
Covers numerous guidelines, tips, and explanations on how and when to use PowerShell cmdlets, WMI, SMO, .NET classes or other components.
Builds a strong foundation that gets you comfortable using PowerShell with SQL Server - empowering you to create more complex scripts that you need in your day-to-day job. ...
Oracle 11g Anti-hacker's CookbookLearn to protect your sensitive data by using industry certified techniques.
Implement and use ultimate techniques in Oracle Security and new security features introduced in Oracle 11g R2.
Implement strong network communication security using different encryption solutions provided by Oracle Advanced Security. ...
pfSense 2 CookbookHarness the power of pfSense's core functionality.
Get under the hood to see how pfSense performs load balancing and failover.
Detailed examples of interfaces, firewall rules, NAT port-forwarding, VPN services, and much, much more!
Full of illustrations, diagrams, and tips for making the most of any pfSense implementation using clear step-by-step instructions for relevant and practical examples. ...
Gradle Effective Implementation GuideCreate Gradle build scripts from clear examples. Write build logic with the Gradle build language. Compile, test and check your Java, Scala and Groovy applications. Write your own custom tasks and plugins. Use Gradle on continous integrations servers Jenkins, TeamCity and Bamboo. Integrate Gradle with Eclipse and IntelliJ IDEA. ...
OpenVPN 2 CookbookSet of recipes covering the whole range of tasks for working with OpenVPN. The quickest way to solve your OpenVPN problems! Set up, configure, troubleshoot and tune OpenVPN. Uncover advanced features of OpenVPN and even some undocumented options. ...