docs/diploma

changeset 190:b1d067a532de

added new books (spinellis and raymond
author meillo@marmaro.de
date Tue, 30 Dec 2008 13:22:56 +0100
parents 79803ad327ca
children 74a6cbdc7255
files thesis/bib/thesis.bib
diffstat 1 files changed, 25 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/thesis/bib/thesis.bib	Tue Dec 30 13:22:21 2008 +0100
     1.2 +++ b/thesis/bib/thesis.bib	Tue Dec 30 13:22:56 2008 +0100
     1.3 @@ -19,7 +19,7 @@
     1.4  	publisher = "Prentice-Hall"
     1.5  }
     1.6  
     1.7 -@book{practiceprog,
     1.8 +@book{kernighan99,
     1.9  	author = "Brian W. Kernighan and Rob Pike",
    1.10  	title = "The Practice of Programming",
    1.11  	year = "1999",
    1.12 @@ -34,7 +34,7 @@
    1.13  	publisher = "Prentice-Hall"
    1.14  }
    1.15  
    1.16 -@book{catb,
    1.17 +@book{raymond99,
    1.18  	author = "Eric S. Raymond",
    1.19  	title = "The Cathedral \& the Bazaar",
    1.20  	year = "1999",
    1.21 @@ -42,6 +42,14 @@
    1.22  	note = "ISBN: 1-56592-724-9. Also available online at {\small\url{http://catb.org/esr/writings/cathedral-bazaar/cathedral-bazaar/} (2008-10-14)}",
    1.23  }
    1.24  
    1.25 +@book{raymond03,
    1.26 +	author = "Eric~S.\ Raymond",
    1.27 +	title = "The Art of UNIX Programming",
    1.28 +	year = "2003",
    1.29 +	publisher = "Addison-Wesley Professional",
    1.30 +	note = "ISBN: 0-13-142901-9. Also available online at {\small\url{http://catb.org/esr/writings/taoup/} (2008-12-30)}",
    1.31 +}
    1.32 +
    1.33  @book{costales97,
    1.34  	author = "Bryan Costales and Eric Allman",
    1.35  	title = "sendmail",
    1.36 @@ -300,4 +308,19 @@
    1.37  }
    1.38  
    1.39  
    1.40 +@book{spinellis03,
    1.41 +	author = "Diomidis Spinellis",
    1.42 +	title = "Code Reading : The Open Source Perspective",
    1.43 +	year = "2003",
    1.44 +	publisher = "Addison-Wesley Professional",
    1.45 +	note = "ISBN: 0-201-79940-5",
    1.46 +}
    1.47  
    1.48 +@book{spinellis06,
    1.49 +	author = "Diomidis Spinellis",
    1.50 +	title = "Code Quality : The Open Source Perspective",
    1.51 +	year = "2006",
    1.52 +	publisher = "Addison-Wesley Professional",
    1.53 +	note = "ISBN: 0-321-16607-8",
    1.54 +}
    1.55 +