Packt Open Source
Packt Open Source books
Packt Open Source books will continue to be built around the “community experience distilled” motto, focussing on taking real advice from the community around projects, and refining and distilling it into easy to follow specialist information.
Through this, the Open Source Royalty Scheme will continue to support open source projects, offering a royalty for the sale of each book to the project on which that book was written.
Believe in Open Source
Open Source Awards
The Open Source Awards is an annual online event held by Packt Publishing to distinguish excellence among Open Source projects. We aim to play our part in the growth of Open Source software and see the annual Award as the ultimate platform for not only appreciating the great things projects have given back to the community but also supporting projects who have future potential to change things for the better.
Open Source Project Royalty Scheme
Packt believes in open source and helping to sustain and support its unique projects and communities. Therefore, when we sell a book written on an open source project, we pay a royalty directly to that project. As a result of purchasing one of our Open Source books, Packt will have given some of the money received to the Open Source project.
In the long term, we see ourselves and yourselves, as customers and readers of our books, as part of the Open Source ecosystem, providing sustainable revenue for the projects we publish on. Our aim at Packt is to establish publishing royalties as an essential part of the service and support business model that sustains open source.
To read up on the projects that are supported by the Packt Open Source Project Royalty Scheme, click the appropriate categories below:
Content Management System (CMS)
Latest Articles
Using Debug Perspective – setting breakpoints
The article, Using Debug Perspective, will guide you through the ways of setting up breakpoints and navigate through the code using various breakpoint manipulation options. This article by Anatoly Spektor, author of Instant Eclipse Application Testing How-to, will guide you to learn what breakpoints are and how to use them. After reading this article, you will be able to effectively debug Java applications of any scope. Fortunately, any prior knowledge of Eclipse is not required; thus it is suitable for developers with any level of experience in Eclipse application development and testing.
Read Using Debug Perspective – setting breakpoints in fullEcho Server/Clients
In this article by John Torjo, author of Boost.Asio C++ Network Programming, we'll implement a small client/server application, which is probably the easiest client/server application you will ever write. This is the Echo application, a server that echoes back anything a client writes, and then closes the client's connection. The server can handle any number of clients. As each client connects, it sends a message. The server receives the full message and sends it back. After that, it closes the connection.
Therefore, each Echo client connects to the server, sends a message, and reads what the server replies, making sure it's the same message it sent and finishes talking to the server.
Read Echo Server/Clients in fullConverting tables into graphs (Advanced)
Another alternative much discussed by the community of developers is transforming the table into a graphic when it is being displayed on small screen devices. This is not an easy task taking into account the size and amount of data that a table can have.
Let's see an alternative solution combining the previous recipes with another plugin for rendering graphics. The main reason for this combination is we use only one plugin per page, thus optimizing our load.
This article by Fernando Monteiro, the author of the book, Instant HTML5 Responsive Table Design How-to explains what happens when we convert the data and display a nice graphic for our users using a properly formatted table.
Read Converting tables into graphs (Advanced) in fullTen IPython essentials
In this article by Cyrille Rossant, author of Learning IPython for Interactive Computing and Data Visualization, we will take a quick tour of IPython by introducing 10 essential features of this powerful tool. Although brief, this hands-on visit will cover a wide range of IPython functionalities.
Read Ten IPython essentials in fullInstalling and customizing Redmine
In this article by Andriy Lesyuk, author of Instant Google Drive Starter, you will learn how to install and customize Redmine.
For installing Redmine from a package we will use Ubuntu Server 12.04 LTS. Why Ubuntu? Because it's one of the most popular Linux distributions nowadays and Ubuntu is widely used along with Redmine (for example, the TurnKey Linux is also based on Ubuntu).
Read Installing and customizing Redmine in fullCreating a Lazarus Component
In this article by Roderick Person, author of Getting Started with Lazarus IDE, we are going to look at creating new components for Lazarus. We will do this by:
-
Creating a message-logging component
-
Adding properties to the components that appear in the Object Inspector window when a component is used in design time
-
Adding events of the components that appear in the Object Inspector window when a component is used in design time
-
Learning the basics of creating a Property Editor window
-
Learning the basics of creating a Component Editor window and looking at the TCheckListBoxComponentEditor component are some examples
So let's begin.
Read Creating a Lazarus Component in fullSciPy for Computational Geometry
In this article by Francisco J. Blanco-Silva, the author of Learning SciPy for Numerical and Scientific Computing, we will cover the routines in the scipy.spatial module that deal with the construction of triangulations of points in spaces of any dimension, and the corresponding convex hulls. The procedure is simple; given a set of m points in the n-dimensional space (which we represent as an m x n NumPy array), we create the scipy.spatial class Delaunay , containing the triangulation formed by those points.
Read SciPy for Computational Geometry in fullGetting Started with PrimeFaces
The purpose of the article, PrimeFaces—the rapidly evolving, JSF component suite, is to address a wide audience interested in modern, trend-setting Java or JEE web development. In this article by Mert Çalışkan and Oleg Varaksin, authors of PrimeFaces Cookbook, we will be provided with a sneak preview on some of the prime features of PrimeFaces, such as the AJAX processing mechanism and resource handling with Internationalization and Localizaiton, along with the necessary steps to implement a simple web application using PrimeFaces, which will give a head start to the user.
In this article we will cover:
-
Setting up and configuring the PrimeFaces library
-
AJAX basics with Process and Update
-
Internationalization (i18n) and Localization (L10n)
-
Improved resource ordering
-
PrimeFaces scaffolding with Spring Roo
Advanced Hadoop MapReduce Administration
In this article by Srinath Perera and Thilina Gunarathne, authors of Hadoop MapReduce Cookbook, we will cover:
-
Tuning Hadoop configurations for cluster deployments
-
Running benchmarks to verify the Hadoop installation
-
Reusing Java VMs to improve the performance
-
Fault tolerance and speculative execution
-
Debug scripts – analyzing task failures
-
Setting failure percentages and skipping bad records
-
Shared-user Hadoop clusters – using fair and other schedulers
-
Hadoop security – integrating with Kerberos
-
Using the Hadoop Tool interface
Getting started with Modernizr using PHP IDE
This article by Chip Lambert, author of Instant RESS Implementation How-to will explain how to get started with the feature detection library, Modernizr.
Read Getting started with Modernizr using PHP IDE in full