Difference between revisions of "Bookmarks/programming"

From Flavio's wiki
Jump to: navigation, search
(more svn stuff)
(Source Code Management: add BitKeeper (at long last))
 
(2 intermediate revisions by the same user not shown)
Line 19: Line 19:
 
==Source Code Management==
 
==Source Code Management==
 
* [http://subversion.tigris.org/ Subversion]
 
* [http://subversion.tigris.org/ Subversion]
 +
** [http://subversion.tigris.org/links.html#clients Subversion clients]
 
** [http://svnbook.red-bean.com/ Version Control with Subversion] (a free book about Subversion)
 
** [http://svnbook.red-bean.com/ Version Control with Subversion] (a free book about Subversion)
 
** [http://tortoisesvn.tigris.org/ TortoiseSVN] is a really easy to use Revision control / version control / source control software for Windows
 
** [http://tortoisesvn.tigris.org/ TortoiseSVN] is a really easy to use Revision control / version control / source control software for Windows
Line 26: Line 27:
 
*** [http://www.pumacode.org/projects/vss2svn/wiki/RunningTheMigration Running The Migration]
 
*** [http://www.pumacode.org/projects/vss2svn/wiki/RunningTheMigration Running The Migration]
 
** [http://www.visualsvn.com/download.html VisualSVN] is a plugin for Microsoft Visual Studio for seamless integration with Subversion (not free)
 
** [http://www.visualsvn.com/download.html VisualSVN] is a plugin for Microsoft Visual Studio for seamless integration with Subversion (not free)
 +
 +
* [http://www.bitkeeper.com/ BitKeeper]
 +
** [http://www.bitkeeper.com/UG/ BitKeeper User's Guide]
  
 
==Software Engineering==
 
==Software Engineering==
Line 33: Line 37:
  
 
==Philosophy==
 
==Philosophy==
 +
* [http://www.faqs.org/docs/artu/index.html The Art of Unix Programming]
 +
** [http://www.faqs.org/docs/artu/ch10s05.html Command-Line Options] (description of common meanings)
  
 
* [http://www.paulgraham.com/hundred.html The Hundred-Year Language]
 
* [http://www.paulgraham.com/hundred.html The Hundred-Year Language]

Latest revision as of 22:04, 14 January 2008

Languages

Libraries

Source Code Management

Software Engineering

Philosophy

Documentation

Information

Bug tracking systems