Kevin T. Chu
Software Development/Programming Resources
Basic Programming References
Build Tools
Source Code Management
- Mercurial -- a modern
distributed version control system
- Git -- a modern
distributed version control system
- Subversion
-- a last generation of source code management tool that is still widely used
Coding Conventions
Profiling Code
-
Introduction to GNU gprof
-- a program profiler that is helpful for identifying parts
of a program that could be rewritten to improve performance.
Interesting Articles on Software Development