Difference between revisions of "Bookmarks/programming"
From Flavio's wiki
(→Source Code Management: add Subversion clients) |
(→Source Code Management: add BitKeeper (at long last)) |
||
(One intermediate revision by the same user not shown) | |||
Line 27: | 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 34: | 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
- Duff's Device
- Tiny Programs - just how compressed a Linux ELF executable can be and still function
Languages
- The C Programming Language (Brian W. Kernighan, Dennis M. Ritchie)
- comp.lang.c FAQ
- comp.lang.c IAQ ('I' stands for "Infrequently")
- Programming in C (a list of C resources)
Libraries
Source Code Management
- Subversion
- Subversion clients
- Version Control with Subversion (a free book about Subversion)
- TortoiseSVN is a really easy to use Revision control / version control / source control software for Windows
- AnkhSVN – VS.NET addin for the Subversion version control system
- Visual SourceSafe to Subversion Converter (see also my Visual SourceSafe notes)
- vss2svn (new)
- VisualSVN is a plugin for Microsoft Visual Studio for seamless integration with Subversion (not free)
Software Engineering
- Why Software Engineering Is Not B.S. (mirror)
- They Write the Right Stuff ("they" is the Shuttle software group)
Philosophy
- The Art of Unix Programming
- Command-Line Options (description of common meanings)
Documentation
- Trolltech: Qt 2.3, Qt 3.0
- JavaScript handbook (outdated)
- JavaScript Documentation
Information
Bug tracking systems
- Call Center, Bug Tracking and Project Management Tools for Linux
- Request Tracker is a trouble ticketing system
- Roundup - A Simple and Effective Issue Tracker in Python