Projects tagged ‘programming’


[797 total ]
2843

Subversion

   
Primary Language: C/C++ Licensed as: Apache Software License

Subversion has rapidly become the version control standard and it is rapidly replacing open source and commercial solutions around the world. Subversion enables globally distributed software development teams to efficiently version and share source ... [More] code. The open source Subversion project was started in early 2000 by CollabNet, the primary corporate sponsor of Subversion. Key Capabilities: - Versioned directories - Atomic commits - Efficient handling of binary files - Quick branching and tagging - Directory and file meta data - Natively client-server - Minimal server and network requirements - Low admin overhead - Good security more at: http://subversion.tigris.org/ Read Submerged, a blog about Subversion at http://blogs.open.collab.net/svn [Less]

Metrics updated 24 Jul 08

1684

PHP

   
Primary Language: C/C++ Licensed as: Apache Software License,GNU General Public License 2.0,GNU Lesser General Public License 2.1,PHP License

PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.

Metrics updated about 22 hours ago

1452

GCC, the GNU Compiler Collection

   
Primary Language: C Licensed as: GNU General Public License 3.0

The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...).

Metrics updated about 15 hours ago

1225

Vim

   
Primary Language: C/C++ Licensed as: Vim License

Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.

Metrics updated about 5 hours ago

962

Python programming language

   
Primary Language: Python Licensed as: Python Software Foundation License

Python is a dynamic, object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in ... [More] a few days. Many Python programmers report substantial productivity gains and feel the language encourages the development of better code. [Less]

Metrics updated 20 Jul 08

833

Eclipse Platform Project

   
Primary Language: Java Licensed as: Common Public License 1.0,Eclipse Public License

The Eclipse platform is a generic foundation for an IDE. That is, the platform is an IDE without any particular programming language in mind. You can create generic projects, edit files in a generic text editor, and share the projects and files with ... [More] a Concurrent Versions System (CVS) server. The platform is essentially a glorified version of a file-system browser. [Less]

Metrics updated 05 Feb 07

824

TortoiseSVN

   
Primary Language: C/C++ Licensed as: GNU General Public License 2.0

TortoiseSVN is a very easy to use SCM / source control software for Microsoft Windows. It is implemented as a Windows shell extension, which makes it integrate seamlessly into the Windows explorer. Since it's not an integration for a specific IDE you can use it with whatever development tools you like.

Metrics updated 22 Jul 08

517

Git

   
Primary Language: C Licensed as: GNU General Public License 2.0

Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals.

Metrics updated about 19 hours ago

507

GDB

   
Primary Language: C Licensed as: GNU General Public License 2.0

GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or what another program was doing at the moment it crashed. GDB can do four main kinds of things (plus other things in support of ... [More] these) to help you catch bugs in the act: * Start your program, specifying anything that might affect its behavior. * Make your program stop on specified conditions. * Examine what has happened, when your program has stopped. * Change things in your program, so you can experiment with correcting the effects of one bug and go on to learn about another. The program being debugged can be written in Ada, C, C++, Objective-C, Pascal (and many other languages). [Less]

Metrics updated 24 Jul 08

493

Apache Ant

   
Primary Language: Java Licensed as: Apache License 2.0

Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles.

Metrics updated 21 Jul 08