免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
楼主: haoji
打印 上一主题 下一主题

The Art of Unix Programming [复制链接]

论坛徽章:
0
501 [报告]
发表于 2008-05-18 05:57 |只看该作者
Appendix B. References

Prev

Next



Appendix B. References

Table of Contents

Bibliography


Event timelines of the Unix Industry and of GNU/Linux and Unix are available on the Web.
A timeline tree of Unix releases is also available.

Bibliography

[Barton] Fuzz revisited: A re-examination of the reliability of Unix utilities and services..
Barton Miller, David Koski, Pheow Lee Cjin, Vivekananda Maganty, Ravi Murthy, Najaratan
Ajitkumar, and Steidl Jeff.

[Bentley] Data Structures Programs.

The third column reprinted in Jon Bentley's "Programming Pearls: Second Edition" (Addison-
Wesley; ISBN 0-201-65788-0) argues a case similar to Chapter 9 (Generation) with Bentley's
characteristic eloquence.

[BolingerBronson] Applying RCS and SCCS. Dan Bolinger and Tan Bronson. O'Reilly
Associates. Copyright 漏 1995. ISBN 1-56592-117-8.

Not just a cookbook, this also surveys the design issues in version-control systems

[Brokken] C++ Annotations Version. Frank Brokken.

Available here.

[Brooks] The Mythical Man-Month (Anniversary Edition). Frederick P. Brooks. Addison-
Wesley. Copyright 漏 1995. ISBN 0-201-83595-9.

论坛徽章:
0
502 [报告]
发表于 2008-05-18 05:58 |只看该作者
[BlaauwBrooks] Computer Architecture: Concepts and Evolution. Frederick P. Brooks and
Gerrit A. Blaauw. Copyright 漏 1997. ISBN 0-201-10557-8. Addison-Wesley.

[Boehm] Advantages and Disadvantages of Conservative Garbage Collection. Hans Boehm.

Thorough discussion of tradeoffs between garbage-collected and non-garbage-collected
environments.

[Cameron] Learning Gnu Emacs (2nd Edition). Debra Cameron, Bill Rosenblatt, and Eric
Raymond. O'Reilly Associates. Copyright 漏 1996. ISBN 1-56592-152-6.

[Cannon] Recommended C Style and Coding Standards. L. W. Cannon, R. A. Elliot, L. W.
Kirchhoff, J. A. Miller, J. M. Milner, R. W. Mitzw, E. P. Schan, N. O. Whittington, Henry
Spencer, David Keppel, and Mark Brader.

An updated version of the Indian Hill C Style and Coding Standards paper, with
modifications by the last three authors. It describes a recommended coding standard for C
programs.

[Christensen] The Innovator's Dilemma. Clayton Christensen. HarperBusiness. Copyright 漏
2000. ISBN 0-066-62069-4.

The book that introduced the term 鈥渄isruptive technology鈥

论坛徽章:
0
503 [报告]
发表于 2008-05-18 05:58 |只看该作者
[FlanaganJava] David Flanagan. Java In A Nutshell. O'Reilly & Associates. Copyright 漏
1997. ISBN 1-56592-262-X.

[FlanaganJavaScript] David Flanagan. JavaScript: The Definitive Guide. Fourth Edition.
O'Reilly & Associates. Copyright 漏 2002. ISBN 1-596-00048-0.

[Friedl] Mastering Regular Expressions. Second Edition. Friedl Jeffrey. Copyright 漏 2002.
ISBN 0-596-00289-0. O'Reilly & Associates. 484pp..

[GoF] Design Patterns: Elements of Reusable Object-Oriented Software. Gamma, Helm,
Johnson, and Vlissides. Addison-Wesley. Copyright 漏 1997. ISBN 0-201-63361-2.

[Gabriel] Good News, Bad News, and How To Win Big. Richard Gabriel.

[Gancarz] The Unix Philosopy. Mike Gancarz. Digital Press. Copyright 漏 1995. ISBN 1-
55558-123-4.

[Garfinkel] The Unix Hater's Handbook. Simson Garfinkel, Daniel Weise, and Steve
Strassman. IDG Books. Copyright 漏 1994. ISBN 1-56884-203-1.

Some of the content is available on the Web.

[GentnerNielsen] Communications of the ACM. Association for Computing Machinery. 鈥淭he
Anti-Mac Interface鈥

论坛徽章:
0
504 [报告]
发表于 2008-05-18 05:59 |只看该作者
[Hatton98] IEEE Software. Does OO sync with the way we think?. Les Hatton. 15. 3.

Available on the Web.

[Hauben] History of UNIX. Ronda Hauben.

[Heller] Steve Heller. Who's Afraid Of C++?. Academic Press. Copyright 漏 1996. ISBN 0-
12-339097-4.

[HuntThomas] The Pragmatic Programmer: From Journeyman to Master. Andrew Hunt and
David Thomas. Addison-Wesley. Copyright 漏 2000. ISBN 0-201-61622-X.

[KR] Brian Kernighan and Dennis Ritchie. The C Programming Language. Second Edition.
Prentice-Hall Software Series. Copyright 漏 1988. ISBN 0-13-110362-8.

[KernighanPike84] The Unix Programming Environment. Brian Kernighan and Rob Pike.
Prentice-Hall. Copyright 漏 1984. ISBN 0-13-937681-X.

[KernighanPike99] The Practice of Programming. Brian Kernighan and Rob Pike. Copyright
漏 1999. ISBN 0-201-61586-X. Addison-Wesley.

An excellent treatise on writing high-quality programs, surely destined to become a classic of
the field.

[Lampson] ACM Operating Systems Review. Association for Computing Machinery. 鈥淗ints
for Computer System Design鈥

论坛徽章:
0
505 [报告]
发表于 2008-05-18 05:59 |只看该作者
[LibesRessler] Life With Unix. Don Libes and Sandy Ressler. Copyright 漏 1989. ISBN 0-13-
536657-7. Prentice-Hall. 346pp..

This book gives a more detailed version of Unix's early history. It's particularly strong for the
period 1979-1986.

[Loukides] Programming with GNU Software. Mike Loukides and Andy Oram. O'Reilly
Associates. Copyright 漏 1996. ISBN 1-56592-112-7.

[Lutz] Mark Lutz. Programming Python. O'Reilly & Associates. Copyright 漏 1996. ISBN 1-
56592-197-6.

[McIlroy91] Proc. Virginia Computer Users Conference. 21. 鈥淯nix On My Mind鈥

论坛徽章:
0
506 [报告]
发表于 2008-05-18 06:00 |只看该作者
[Pike] Notes on Programming In C. Rob Pike.

This document is popular on the Web; a title search is sure to find several copies. One is here.

[Prechelt] An empirical comparison of C, C++, Java, Perl, Python, Rexx, and Tcl for a
search/string-processing program. Lutz Prechelt.

[Raskin] The Humane Interface. Jef Raskin. Addison-Wesley. Copyright 漏 2000. ISBN 0-
201-37937-6.

A summary is available on the Web.

[Ravenbrook] The Memory Management Reference.

[Raymond91] The New Hacker's Dictionary. Third Edition. Eric S. Raymond. Copyright 漏
1996. ISBN 0-262-68092-0. MIT Press. 547pp..

Available on the Web at Jargon File Resource Page.

[Raymond01] The Cathedral and the Bazaar. Second Edition. Eric S. Raymond. Copyright 漏
1999. ISBN 0-596-00131-2. O'Reilly & Associates. 240pp..

[Zen] Zen Flesh, Zen Bones. Paul Reps and Nyogen Senzaki. Copyright 漏 1994. Shambhala
Publications;. ISBN 1-570-62063-6. 285pp..

A superb anthology of Zen primary sources, presented just as they are.

[Ritchie74] The Unix Time-sharing System. Dennis M. Ritchie and Ken Thompson.

Available on the Web.

[Ritchie79] The Evolution of the Unix Time-sharing System. Dennis M. Ritchie.

Available on the Web.

[Salus] A Quarter-Century Of Unix. Peter H. Salus. Addison-Wesley. Copyright 漏 1994.

论坛徽章:
0
507 [报告]
发表于 2008-05-18 06:01 |只看该作者
ISBN 0-201-54777-5.

An excellent overview of Unix history, explaining many of the design decisions in the words
of the people who made them.

[Schwartz] Randal Schwartz and Tom Christiansen. Learning Perl. 2nd Edition. O'Reilly &
Associates. Copyright 漏 1997. ISBN 1-56592-284-0.

[Seltzer] ACM Transactions on Computer Systems. Association for Computing Machinery.
鈥淓nd-To-End Arguments In System Design鈥

论坛徽章:
0
508 [报告]
发表于 2008-05-18 06:01 |只看该作者
[Stroustrup] Bjarne Stroustroup. The C++ Programming Language. Addison-Wesley.
Copyright 漏 1991. ISBN 0-201-53992-6.

[TanenbaumVanRenesse] A Critique of the Remote Procedure Call Paradigm. A. S.
Tanenbaum and R. van Renesse. EUTECO '88 Proceedings, Participants Edition. Copyright
漏 1988. 775-783.

A reader's abstract is available on the Web.

[Tidwell] XSLT: Mastering XML Transformations. Doug Tidwell. O'Reilly & Associates.
Copyright 漏 2001. ISBN 1-596-00053-7.

[Vaughan] GNU Autoconf, Automake and Libtool. Gary V. Vaughan, Tom Tromey, and Ian
Lance Taylor. New Riders Publishing. Copyright 漏 2000. 390pp. ISBN 1-578-70190-2.

A user's guide to the GNU autoconfiguration tools. Available on the Web..

[Wall] Larry Wall, Tom Christiansen, and Randal Schwartz. Programming Perl. 3rd Edition.
O'Reilly & Associates. Copyright 漏 2000. ISBN 0-596-00027-8.

[Welch] Practical Programming in Tcl and Tk. Brent Welch. Prentice-Hall. Copyright 漏
1999. ISBN 0-13-022028-0.

[Williams] Free As In Freedom. Sam Williams. O'Reilly Associates. Copyright 漏 2002.
ISBN 0-596-00287-4.

[Yourdon] Death March. The Complete Software Developer's Guide to Surviving `Mission
Impossible' Projects. Edward Yourdon. Prentice-Hall. Copyright 漏 1997. ISBN: 0-137-48310-
4.

Prev Up Next

Appendix A. Glossary of
Abbreviations

Home Bibliography

论坛徽章:
0
509 [报告]
发表于 2008-05-18 06:02 |只看该作者
Appendix C. Contributors

Prev

Next



Appendix C. Contributors

Anyone who has attended a USENIX conference in a fancy hotel can tell you that a sentence
like 鈥淵ou're one of those computer people, aren't you?鈥

论坛徽章:
0
510 [报告]
发表于 2008-05-18 06:02 |只看该作者
Colophon

Prev





Colophon

No proprietary software was used during the composition of this book. Drafts were typeset
from XML-DocBook master files created with GNU Emacs and psgml. Postcript generation
was performed using Tim Waugh's xmlto (which the author substantially enhanced during
production), Norman Walsh's XSL stylesheets, Daniel Veillard's xsltproc, Sebastian Rahtz's
PassiveTeX macros, the TeTeX distribution of Donald Knuth's TeX typesetter, and Thomas
Rokicki's dvips postprocessor. The entire composition toolchain was hosted by stock Red
Hat Linux.

The photograph of Ken and Dennis in Chapter 2 (History) appears courtesy of Bell
Labs/Lucent Technologies.

Prev Up

Appendix C. Contributors

Home
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP