Difference between revisions of "Bookmarks/programming"

From Flavio's wiki
Jump to: navigation, search
m (Bookmarks:Programming moved to Bookmarks/programming: get rid of namespace, use subpages)
(Source Code Management: add BitKeeper (at long last))
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
+
{{TOCright}}
 
* [http://www.lysator.liu.se/c/duffs-device.html Duff's Device]
 
* [http://www.lysator.liu.se/c/duffs-device.html Duff's Device]
 
* [http://www.muppetlabs.com/~breadbox/software/tiny/ Tiny Programs] - just how compressed a Linux ELF executable can be and still function
 
* [http://www.muppetlabs.com/~breadbox/software/tiny/ Tiny Programs] - just how compressed a Linux ELF executable can be and still function
Line 16: Line 16:
  
 
* [http://www.boost.org/ Boost C++ Libraries]
 
* [http://www.boost.org/ Boost C++ Libraries]
 +
 +
==Source Code Management==
 +
* [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://tortoisesvn.tigris.org/ TortoiseSVN] is a really easy to use Revision control / version control / source control software for Windows
 +
** [http://ankhsvn.tigris.org/ AnkhSVN] – VS.NET addin for the Subversion version control system
 +
** [http://vss2svn.tigris.org/ Visual SourceSafe to Subversion Converter] (see also my [[Microsoft/Visual SourceSafe|Visual SourceSafe notes]])
 +
** [http://www.pumacode.org/projects/vss2svn vss2svn] (new)
 +
*** [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.bitkeeper.com/ BitKeeper]
 +
** [http://www.bitkeeper.com/UG/ BitKeeper User's Guide]
  
 
==Software Engineering==
 
==Software Engineering==
Line 23: 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]
Line 32: Line 48:
 
* [http://home.netscape.com/eng/mozilla/3.0/handbook/javascript/ JavaScript handbook] (outdated)
 
* [http://home.netscape.com/eng/mozilla/3.0/handbook/javascript/ JavaScript handbook] (outdated)
 
* [http://docs.iplanet.com/docs/manuals/javascript.html JavaScript Documentation]
 
* [http://docs.iplanet.com/docs/manuals/javascript.html JavaScript Documentation]
 +
 +
==Information==
 +
* [http://www.codersbase.com/index.php/Main_Page Coders' Base]
  
 
==Bug tracking systems==
 
==Bug tracking systems==

Latest revision as of 22:04, 14 January 2008

Languages

Libraries

Source Code Management

Software Engineering

Philosophy

Documentation

Information

Bug tracking systems