Languages
- 1221
- Cprogramming.com - Source Code
- A collection of source code including graphics,game,and sound source.
- 1225
- MISRA: The Motor Industry Software Reliability Association
- Gives assistance in applying, developing safe, reliable software embedded in vehicle control systems. Home of MISRA C guidelines, to be adopted by whole automobile industry, for systems up to and including Safety Integrity Level 3.
- 1227
- ASTREE
- A static analyzer analyzes reactive, critical, real-time programs written in the C programming language and looks for runtime errors.
- 1228
- Compilercache
- Caches compiled object files to dramaticly speed up compiles. More convenient than make, and speeds up builds (like RPM builds) that make doesn't. Obsoleted by ccache.
- 1230
- Development Assistant for C
- Supports a wide range of software development activities, from easy editing to controlling source quality, from detailed reviewing to documenting. By RistanCASE.
- 1231
- Exuberant Ctags
- Generates an index (or tag) file of C language objects found in C source and header files that allows these items to be quickly and easily located by a text editor or other utility. [Open Source, GPL]
- 1232
- GNU GLOBAL
- GNU GLOBAL is a source code tag system that works the same way across diverse environments. [Open source, GPL]
- 1233
- GNU Source-highlight
- Source-highlight, given a source file, produces a document with syntax highlighting. [Open source, GPL]
- 1234
- GNU cflow
- GNU cflow analyzes a collection of C source files and prints a graph, charting control flow within the program. [Open source, GPL]
- 1236
- KScope
- KScope is a KDE front-end to Cscope. It provides a source-editing environment for large C projects, such as the Linux kernel. [Open source, GPL]
- 1238
- Association of C and C++ Users: ACCU
- Non-profit organization devoted to professionalism at all levels of C, C++, Java. Community of professional programmers, compiler suppliers, anyone interested in these languages and/or seeking to improve skills. Excellent resource.