List of all posted books

So far we have a total of 1242 books


Version Control with Subversion

Post date: 21 Nov 2004
A new version control system designed to supplant CVS.
Publisher: O’Reilly Media, Inc.
Publication date: 01 Jun 2004
License: Creative Commons Attribution 2.0 Generic
 
Version Control with Subversion

Version Control with Subversion

Post date: 21 Nov 2004
A new version control system designed to supplant CVS.
Publisher: O’Reilly Media, Inc.
Publication date: 01 Jun 2004
License: Creative Commons Attribution 2.0 Generic


[No longer freely accessible] Python Standard Library

Post date: 19 Nov 2004
Based in part on over 3,000 newsgroup articles written by Python veteran Fredrik Lundh since 1995, this book provides brief descriptions and sample scripts for all standard modules in the Python 2.0 library.
Publisher: O’Reilly Media, Inc.
Publication date: 01 May 2001
Document Type: Book
 
[No longer freely accessible] Python Standard Library

[No longer freely accessible] Python Standard Library

Post date: 19 Nov 2004
Based in part on over 3,000 newsgroup articles written by Python veteran Fredrik Lundh since 1995, this book provides brief descriptions and sample scripts for all standard modules in the Python 2.0 library.
Publisher: O’Reilly Media, Inc.
Publication date: 01 May 2001
Document Type: Book


Incompatibilities Between ISO C and ISO C++

Post date: 19 Nov 2004
This long document lists the incompatibilities between C99 (C standard ratified by ISO in 1999) and C++98 (C++ standard ratified by ISO in 1998).
Publication date: 01 Aug 2001
 
Incompatibilities Between ISO C and ISO C++

Incompatibilities Between ISO C and ISO C++

Post date: 19 Nov 2004
This long document lists the incompatibilities between C99 (C standard ratified by ISO in 1999) and C++98 (C++ standard ratified by ISO in 1998).
Publication date: 01 Aug 2001


Industrial Strength C++; Rules and Recommendations

Post date: 16 Nov 2004
Programming standard for a particular company or project.
Publisher: Prentice Hall
Publication date: 01 Sep 1996
 
Industrial Strength C++; Rules and Recommendations

Industrial Strength C++; Rules and Recommendations

Post date: 16 Nov 2004
Programming standard for a particular company or project.
Publisher: Prentice Hall
Publication date: 01 Sep 1996


Style Guides for C and C++

Post date: 16 Nov 2004
Collection of documents with rules, guidelines, and recommendations for C and C++ coding practices.
Publication date: 19 Feb 1997
Document Type: Book
 
Style Guides for C and C++

Style Guides for C and C++

Post date: 16 Nov 2004
Collection of documents with rules, guidelines, and recommendations for C and C++ coding practices.
Publication date: 19 Feb 1997
Document Type: Book


The Art of Unix Programming

Post date: 12 Nov 2004
Describes Unix development that Unix experts know, but aren't aware that they know. It delves on the 'why-to', not the 'how-to'.
Publisher: Addison-Wesley Pub Co
Publication date: 17 Sep 2003
License: Creative Commons Attribution-NoDerivs 1.0 Generic
 
The Art of Unix Programming

The Art of Unix Programming

Post date: 12 Nov 2004
Describes Unix development that Unix experts know, but aren't aware that they know. It delves on the 'why-to', not the 'how-to'.
Publisher: Addison-Wesley Pub Co
Publication date: 17 Sep 2003
License: Creative Commons Attribution-NoDerivs 1.0 Generic


Learning GNU C

Post date: 07 Nov 2004
Teaches GNU users how to write software in C.
Publication date: 31 Dec 2002
License: GNU Free Documentation License
 
Learning GNU C

Learning GNU C

Post date: 07 Nov 2004
Teaches GNU users how to write software in C.
Publication date: 31 Dec 2002
License: GNU Free Documentation License


C++ Essentials

Post date: 05 Nov 2004
An introduction to the C++ language, with no attempt to teach object-oriented design to any depth.
Publication date: 01 Jan 2005
 
C++ Essentials

C++ Essentials

Post date: 05 Nov 2004
An introduction to the C++ language, with no attempt to teach object-oriented design to any depth.
Publication date: 01 Jan 2005


The Psychology of Menu Selection: Designing Cognitive Control at the Human/Computer Interface

Post date: 30 Oct 2004
Provides detailed theoretical and empirical information of interest to software designers and human/computer interaction specialists and researchers.
Publisher: Intellect Books
Publication date: 31 Dec 1991
Document Type: Book
 
The Psychology of Menu Selection: Designing Cognitive Control at the Human/Computer Interface

The Psychology of Menu Selection: Designing Cognitive Control at the Human/Computer Interface

Post date: 30 Oct 2004
Provides detailed theoretical and empirical information of interest to software designers and human/computer interaction specialists and researchers.
Publisher: Intellect Books
Publication date: 31 Dec 1991
Document Type: Book


The CVS Book: Open Source Development with CVS

Post date: 30 Oct 2004
A complete introduction, tutorial, and reference to the Concurrent Versions System (CVS), along with a detailed survey of the sustoms and conventions of Open Source development, and how CVS fits into them.
Publisher: Coriolis Inc.
Publication date: 01 Oct 1999
License: GNU General Public License
 
The CVS Book: Open Source Development with CVS

The CVS Book: Open Source Development with CVS

Post date: 30 Oct 2004
A complete introduction, tutorial, and reference to the Concurrent Versions System (CVS), along with a detailed survey of the sustoms and conventions of Open Source development, and how CVS fits into them.
Publisher: Coriolis Inc.
Publication date: 01 Oct 1999
License: GNU General Public License


Technical Writing: Online Textbook / Power Tools for Technical Communication

Post date: 30 Oct 2004
Introduces the readers to some of the most important aspects of writing in the world of science, technology, and business.
Publisher: Heinle & Heinle Pub
Publication date: 01 Sep 2001
Document Type: Textbook
 
Technical Writing: Online Textbook / Power Tools for Technical Communication

Technical Writing: Online Textbook / Power Tools for Technical Communication

Post date: 30 Oct 2004
Introduces the readers to some of the most important aspects of writing in the world of science, technology, and business.
Publisher: Heinle & Heinle Pub
Publication date: 01 Sep 2001
Document Type: Textbook


Structure and Interpretation of Computer Programs

Post date: 30 Oct 2004
Advanced introduction to computer science and programming.
Publisher: The MIT Press
Publication date: 25 Jul 1996
 
Structure and Interpretation of Computer Programs

Structure and Interpretation of Computer Programs

Post date: 30 Oct 2004
Advanced introduction to computer science and programming.
Publisher: The MIT Press
Publication date: 25 Jul 1996


Problems on Algorithms, Second Edition

Post date: 30 Oct 2004
Collection of 965 problems on the design, analysis, and verification of algorithms.
Publication date: 31 Dec 2002
License: Ian Parberry's Free License
 
Problems on Algorithms, Second Edition

Problems on Algorithms, Second Edition

Post date: 30 Oct 2004
Collection of 965 problems on the design, analysis, and verification of algorithms.
Publication date: 31 Dec 2002
License: Ian Parberry's Free License


Data Structures and Algorithms With Object-Oriented Design Patterns in Java

Post date: 30 Oct 2004
Covers the fundamentals of data structures and algorithms -- the basic elements from which large and complex software artifacts are built -- using Java programming language.
Publisher: John Wiley & Sons
Publication date: 02 Aug 1999
 
Data Structures and Algorithms With Object-Oriented Design Patterns in Java

Data Structures and Algorithms With Object-Oriented Design Patterns in Java

Post date: 30 Oct 2004
Covers the fundamentals of data structures and algorithms -- the basic elements from which large and complex software artifacts are built -- using Java programming language.
Publisher: John Wiley & Sons
Publication date: 02 Aug 1999


Data Structures and Algorithms with Object-Oriented Design Patterns in C++

Post date: 30 Oct 2004
Promotes object-oriented design using C++ and illustrates the use of the emerging object-oriented design patterns.
Publisher: John Wiley & Sons
Publication date: 01 Aug 1998
 
Data Structures and Algorithms with Object-Oriented Design Patterns in C++

Data Structures and Algorithms with Object-Oriented Design Patterns in C++

Post date: 30 Oct 2004
Promotes object-oriented design using C++ and illustrates the use of the emerging object-oriented design patterns.
Publisher: John Wiley & Sons
Publication date: 01 Aug 1998


Book Categories
Sponsors