Difference: ProgrammingBookmarks (6 vs. 7)

Revision 716 Jan 2003 - TobyCabot

Line: 1 to 1
 ( back to TechBookmarks )

Line: 9 to 9
  CVS is the Concurrent Versions System, a tool for source code revision control. The CVS home page is at http://www.cvs.org/ and the User's Guide (also called the "Cederqvist Manual" because it was written by a guy named Per Cederqvist) is at http://www.loria.fr/~molli/cvs/doc/cvs_toc.html. A book called "Open Source Development With CVS" is partially online. The parts that are online seem to overlap substantially with the Cederqvist book but might be useful: http://cvsbook.red-bean.com/cvsbook.html
Added:
>
>
arch is another version control system that attempts to fix the problems in CVS while adding new features. It's had an interesting life so far; the primary developer went bust while writing it and it's since been picked up by other folks. http://www.fifthvision.net/open/bin/view/Arch
 Project Life Cycle - is a collection of very useful info regarding the various phases a software project goes through over its life cycle. It also includes some template documents which are useful for interaction between the client and consultant. http://www.cratchit.org/dleigh/plc/plc-index.htm

Software Architecture - is an extremely nebulous term in the context of software. Everyone agrees that it's important, but nobody really agrees on what it is. This site is a useful resource, though. http://www.bredemeyer.com/

Line: 20 to 22
 How to Report Bugs Effectively - http://www.chiark.greenend.org.uk/~sgtatham/bugs.html

RFC's - are the documents that describe internet protocols. There are many ways to get them; among them are raw and cooked.

Added:
>
>
Floating Point - It's not commonly understood that binary floating-point numbers are imprecise. http://www-106.ibm.com/developerworks/java/library/j-jtp0114/ is a good intro to floating point and its problems. Although Java-centric, it has a good introduction to the topic and good references.
View topic | History: r54 < r53 < r52 < r51 | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback