Most Popular Books

Pro Git

  • Author: Scott Chacon
  • Format: online HTML,
  • Price: free

Git is the version control system developed by Linus Torvalds for Linux kernel development. It took the open source world by storm since its inception in 2005, and is used by small development shops and giants like Google, Red Hat, and IBM, and of course many open source projects.

This book is for all open source developers: you are bound to encounter it somewhere in the course of your working life. Proprietary software developers will appreciate Git’s enormous scalability, since it is used for the Linux project, which comprises thousands of developers and testers.

Chapters include:

  • About Version Control
  • A Short History of Git
  • Git Basics
  • Installing Git
  • First-Time Git Setup
  • Getting Help
  • Getting a Git Repository
  • Recording Changes to the Repository
  • Viewing the Commit History
  • Undoing Things
  • Working with Remotes
  • Tagging
  • Tips and Tricks
  • What a Branch Is
  • Basic Branching and Merging
  • Branch Management
  • Branching Workflows
  • Remote Branches
  • Rebasing
  • The Protocols
  • Getting Git on a Server
  • Generating Your SSH Public Key
  • Setting Up the Server
  • Public Access
  • GitWeb
  • Gitosis
  • Gitolite
  • Git Daemon
  • Hosted Git
  • Distributed Workflows
  • Contributing to a Project
  • Maintaining a Project
  • Revision Selection
  • Interactive Staging
  • Stashing
  • Rewriting History
  • Debugging with Git
  • Submodules
  • Subtree Merging
  • Git Configuration
  • Git Attributes
  • Git Hooks
  • An Example Git-Enforced Policy
  • Git and Subversion
  • Migrating to Git
  • Plumbing and Porcelain
  • Git Objects
  • Git References
  • Packfiles
  • The Refspec
  • Transfer Protocols
  • Maintenance and Data Recovery

http://progit.org/book/

Firefox Add-ons Developer Guide

  • Author: Hideyuki Emura, Hiroshi “Piro” Shimoda, Taiga Gomibuchi, Taro Matsuzawa, Yutaka Kachi
  • Format: online HTML wiki-book
  • Price: free

This guide is based on an earlier tutorial written and printed for an Add-ons conference organized in Japan, back in June 2007. It has been updated for the Firefox 3.5 release.

The document will guide and assist add-ons developers eager to develop their own Firefox add-ons. It is targeted to all types of users, from the experienced developer who needs a little push in the right direction, to the beginner looking to get his hands dirty, but not sure where to begin.

It is an ongoing wiki-book work in progress and subect to change, as needed and revised.

Chapters include:

  • Introduction to extensions
  • Technologies used in developing extensions
  • Introduction to XUL: How to build a more intuitive UI
  • Using XPCOM: Implementing advanced processes
  • Let’s build a Firefox extension
  • Firefox extensions and XUL applications
  • Appendix: What you should know about open-source software licenses

https://developer.mozilla.org/En/Firefox_addons_developer_guide

Embedded Software Development with eCos

  • Author: Anthony J. Massa
  • Format: PDF
  • Price: free

Build low-cost, royalty-free embedded solutions with eCos, step by step.

The Embedded Configurable Operating System (eCos) gives professionals a low-cost, royalty-free embedded software development solution that works in highly constrained hardware environments, while scaling smoothly to larger products.

In this start-to-finish guide to eCos solution building, Anthony Massa covers eCos architecture, installation, configuration, coding, deployment, and the entire eCos open source development system. Additional open source tools are included to configure a complete embedded software development environment. Massa’s code examples and application case study illuminate techniques for building virtually any embedded system, from the simplest device to complex Internet-enabled wireless systems.

Chapters include:

  • An Introduction to the eCos World
  • The Hardware Abstraction Layer
  • Exceptions and Interrupts
  • Virtual Vectors
  • The Kernel
  • Threads and Synchronization Mechanisms
  • Other eCos Architecture Components
  • Additional Functionality and Third-Party Contributions
  • The RedBoot ROM Monitor
  • The Host Development Platform
  • The eCos Toolset
  • An Example Application Using eCos
  • Porting eCos
  • Supported Processors and Evaluation Platforms
  • eCos License
  • Cygwin Tools Upgrade Procedure
  • Building the GNU Cross-Development Tools

http://www.informit.com/content/images/0130354732/downloads/0130354732.pdf
Download the source document
Download the figures

The Linux Development Platform

  • Author: Rafeeq Ur Rehman, Christopher Paul
  • Format: archived PDF
  • Price: free

Tools for high-efficiency Linux development in enterprise environments.

Linux developers have access to an extraordinary array of GNU and open source tools. Now, two leading Linux developers show how to choose the best tools for your specific needs, and integrate them into a complete development environment that maximizes your effectiveness in any project, no matter how large or complex.

Chapters include:

  • Introduction to Software Development
  • Working With Editors
  • Compilers and Assemblers
  • Using GNU make
  • Working with GNU Debugger
  • Introduction to CVS
  • Miscellaneous Tools
  • Cross-Platform and Embedded Systems Development
  • Platform Independent Development with Java
  • Typical Hardware Requirements for a Linux Development Workstation

http://www.informit.com/content/images/0130091154/downloads/0130091154.zip
Download the source document
Download the figures

Apache Jakarta Commons: Reusable Java Components

  • Author: Will Iverson
  • Format: PDF
  • Price: free

Using the Apache Jakarta Commons reusable Java components, you can leverage the work of the global open-source community to solve common programming problems reliably, quickly, and inexpensively. But, to use the Commons libraries effectively, you need far more guidance than the official documentation offers. In Apache Jakarta Commons: Reusable Java Components, Will Iverson covers what Java developers need to know to take full advantage of Jakarta Commons—starting right now.

Iverson begins with a definitive overview of the Commons project: goals, installation, and getting started with Commons components. Next, he presents example-rich chapters on the twelve most useful Commons packages, covering topics ranging from HTTP FileUpload to database connectivity. Iverson provides detailed code samples for every component he describes. After you’ve mastered the core Jakarta Commons packages, you’ll constantly rely on this book’s handy seventy-five page quick-reference.

Whether you’re building code for front-end Web applications, client-side software, or back-end servers, learning Jakarta Commons will make you far more efficient. Apache Jakarta Commons is the fastest way to master and get results with Commons.

Chapters include:

  • Overview
  • FileUpload
  • HttpClient
  • Net
  • Pool
  • DBCP (Database Connection Pool)
  • BeanUtils
  • JXPath
  • Logging
  • Lang
  • Collections
  • Codec
  • CLI (Command-Line Interface)
  • Other Projects
  • Lang Reference

http://www.phptr.com/content/images/0131478303/downloads/Iverson_book.pdf
Download source code examples

Next Page »