Difference between revisions of "Bookmarks/programming"
From Flavio's wiki
(add Coders' Base) |
(add Source Code Management section) |
||
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://svnbook.red-bean.com/ Version Control with Subversion] (a free book about Subversion) | ||
+ | ** [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]]) | ||
==Software Engineering== | ==Software Engineering== |
Revision as of 14:54, 22 February 2007
- 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
- Version Control with Subversion (a free book about Subversion)
- AnkhSVN – VS.NET addin for the Subversion version control system
- Visual SourceSafe to Subversion Converter (see also my Visual SourceSafe notes)
Software Engineering
- Why Software Engineering Is Not B.S. (mirror)
- They Write the Right Stuff ("they" is the Shuttle software group)
Philosophy
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