Difference between revisions of "Open Source Books"

esse quam videri
Jump to: navigation, search
 
(Imaging)
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
[[Category:Tech]]
 +
[[Category:Tech Resources]]
 +
 
Books
 
Books
 
Here are some books from InfromIT. Some are old but still really free.
 
Here are some books from InfromIT. Some are old but still really free.
  
    * infomix free library http://www.informit.com/free_library/
+
* infomix free library http://www.informit.com/free_library/
  
 
There is also lots of free reading over at Project Gutenberg
 
There is also lots of free reading over at Project Gutenberg
  
    * Welcome to Project Gutenberg http://www.gutenberg.net/
+
* Welcome to Project Gutenberg http://www.gutenberg.net/
  
 
Some Books Covered under the [http://www.opencontent.org/ OpenContent License (OPL)]. I guess now you supposed to use the [http://www.creativecommons.org/ Creative Commons] There are more public domain books @ [http://www.eldritchpress.org/ eldritch press].
 
Some Books Covered under the [http://www.opencontent.org/ OpenContent License (OPL)]. I guess now you supposed to use the [http://www.creativecommons.org/ Creative Commons] There are more public domain books @ [http://www.eldritchpress.org/ eldritch press].
Imaging
 
  
    * Grokking-the-GIMP-v1.0 http://iam.colum.edu/tech2/books/Grokking-the-GIMP-v1.0/Grokking_the_GIMP.html
+
==Algorithms==
 +
*The Algorithmic Beauty of Plants http://algorithmicbotany.org/papers/#abop
 +
==Imaging==
 +
 
 +
* Digital Foundations: Introduction to Media Design with the Adobe Creative Suite http://wiki.digital-foundations.net/index.php?title=Main_Page
 +
* Grokking-the-GIMP-v1.0 http://gimp-savvy.com/BOOK/
 +
 
 +
==Development==
 +
 
 +
* [http://www.iam.unibe.ch/~scg/Archive/OOSC/index.html Object-Oriented Software Composition]
 +
* [http://www.agileskills.org/download.html.en Essential Skills for Agile Development]
 +
 
 +
* Thinking in series (java,c++,c#,python,patterns...)
 +
* GTK+ / Gnome Application Development
 +
* Volume 6A: Motif Programming Manual .pdf 7,248KB http://www.mindview.net/Books
 +
* Volume 6A: Motif Programming Manual .pdf zipped 3,303KB http://iam.colum.edu/tech2/Books/GGAD/ggad.html
 +
* Volume 6A: Motif Programming Manual TROFF source 2,614KB http://iam.colum.edu/tech2/Books/motif/6A_book.pdf
 +
* Volume 6B: Motif Programming Manual .pdf 7,371KB
 +
* Volume 6B: Motif Programming Manual .pdf zipped 2,481KB
 +
* Volume 6B: Motif Programming Manual TROFF source 590KB
 +
* Volume 6A: Motif Programming Manual examples 144KB
 +
* [http://www.gotmono.com/docs/ The Mono Handbook]
 +
* [http://poignantguide.net/ruby/ Why's (Poignant) Guide to Ruby]
 +
* [http://samizdat.mines.edu/howto/HowToBeAProgrammer.html How to be a Programmer: A Short, Comprehensive, and Personal Summary]
 +
* [http://www.rubycentral.com/pickaxe/ Programming Ruby The Pragmatic Programmer's Guide]
 +
* [http://svnbook.red-bean.com/ Version Control with Subversion]
 +
* [http://www.apress.com/book/supplementDisplay.html?bID=3&sID=10 A Programmer's Introduction to PHP 4.0]
 +
* [http://g.oswego.edu/dl/oosd/index.html Object-Oriented System Development]
  
Development
+
==Unix/Linux==
  
    * Thinking in series (java,c++,c#,python,patterns...)
+
* [http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html FreeBSD HandbookFreeBSD Handbook]
    * GTK+ / Gnome Application Development
+
* Using Samba http://iam.colum.edu/tech2/Books/usingSamba/using_samba/
    * Volume 6A: Motif Programming Manual .pdf 7,248KB http://www.mindview.net/Books
+
* Vi IMproved - Vim http://www.newriders.com/opl/0735710015.html
    * Volume 6A: Motif Programming Manual .pdf zipped 3,303KB http://iam.colum.edu/tech2/Books/GGAD/ggad.html
+
* The Cathedral and the Bazaar http://www.tuxedo.org/~esr/writings/cathedral-bazaar/
    * Volume 6A: Motif Programming Manual TROFF source 2,614KB http://iam.colum.edu/tech2/Books/motif/6A_book.pdf
+
* The Art Of Unix Programming http://www.tuxedo.org/~esr/writings/taoup/
    * Volume 6B: Motif Programming Manual .pdf 7,371KB
 
    * Volume 6B: Motif Programming Manual .pdf zipped 2,481KB
 
    * Volume 6B: Motif Programming Manual TROFF source 590KB
 
    * Volume 6A: Motif Programming Manual examples 144KB
 
  
*nix
+
==OPL Sources==
  
    * Using Samba http://iam.colum.edu/tech2/Books/usingSamba/using_samba/
+
* New Riders Open Library http://www.newriders.com/opl/
    * Vi IMproved - Vim http://www.newriders.com/opl/0735710015.html
 
    * The Cathedral and the Bazaar http://www.tuxedo.org/~esr/writings/cathedral-bazaar/
 
    * The Art Of Unix Programming http://www.tuxedo.org/~esr/writings/taoup/
 
  
OPL Sources
+
==XNA==
  
    * New Riders Open Library http://www.newriders.com/opl/
+
*http://learnxna.com/pages/XNABook.aspx

Latest revision as of 19:10, 29 June 2009


Books Here are some books from InfromIT. Some are old but still really free.

There is also lots of free reading over at Project Gutenberg

Some Books Covered under the OpenContent License (OPL). I guess now you supposed to use the Creative Commons There are more public domain books @ eldritch press.

Algorithms

Imaging

Development

Unix/Linux

OPL Sources

XNA