Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

jQuery

Compare

  Analyzed 1 day ago

jQuery is a fast, concise, JavaScript library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your Web pages. It is not a huge, bloated framework promising the best in AJAX, nor is it just a set of needlessly complex enhancements. ... [More] jQuery is designed to change the way that you write JavaScript. "You start with 10 lines of jQuery that would have been 20 lines of tedious DOM JavaScript. By the time you are done it's down to two or three lines and it couldn't get any shorter unless it read your mind." - Dave Methvin [Less]

41.9K lines of code

15 current contributors

5 days since last commit

3,057 users on Open Hub

Moderate Activity
4.71483
   
I Use This

Eclipse IDE for Java

Compare

Claimed by Eclipse Foundation Analyzed 4 months ago

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 projects, edit files. The Eclipse Java IDE contains the tools to develop Java applications with the Java Development Tools (JDT). It also ... [More] contains Git and CVS tooling, a task management system (Mylyn) and improve code completion. It also includes build support for Maven, Gradle and Ant. [Less]

8.13M lines of code

250 current contributors

4 months since last commit

2,765 users on Open Hub

Activity Not Available
4.37139
   
I Use This

Chromium (Google Chrome)

Compare

Claimed by Google Analyzed 4 months ago

Chromium is the open-source project behind Google Chrome. It builds on components from other open source software projects, including WebKit and Mozilla, and is aimed at improving stability, speed and security with a simple and efficient user interface. See licensing at ... [More] http://dev.chromium.org/developers/faq and http://code.google.com/chromium/terms.html [Less]

30.9M lines of code

2,109 current contributors

4 months since last commit

2,202 users on Open Hub

Activity Not Available
4.5
   
I Use This

Notepad++

Compare

  Analyzed about 10 hours ago

Notepad++ is a generic source editor (it tries to be anyway) and Notepad replacement written in C++ with the win32 API. The aim of Notepad++ is to offer a slim and efficient binary with a totally customizable GUI.

554K lines of code

77 current contributors

2 days since last commit

1,671 users on Open Hub

High Activity
4.45614
   
I Use This

JUnit

Compare

  Analyzed about 18 hours ago

JUnit is a Java testing framework. Since testing is not closely integrated with development, it prevents you from measuring the progress of development. You can't tell when something starts working or when something stops working. Using JUnit you can cheaply and incrementally build a test suite that ... [More] will help you measure your progress, spot unintended side effects, and focus your development efforts. [Less]

70.4K lines of code

9 current contributors

2 months since last commit

1,568 users on Open Hub

Very Low Activity
4.38487
   
I Use This

SQLite

Compare

  Analyzed about 11 hours ago

887K lines of code

6 current contributors

1 day since last commit

1,477 users on Open Hub

Very High Activity
4.44828
   
I Use This

Trac

Compare

  Analyzed about 10 hours ago

Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management. Our mission; to help developers write great software while staying out of the way. Trac should impose as little as possible on a team's ... [More] established development process and policies. It provides an interface to Subversion, an integrated Wiki and convenient report facilities. Trac allows wiki markup in issue descriptions and commit messages, creating links and seamless references between bugs, tasks, changesets, files and wiki pages. A timeline shows all project events in order, making getting an overview of the project and tracking progress very easy. [Less]

98.5K lines of code

0 current contributors

3 days since last commit

1,447 users on Open Hub

Low Activity
4.12667
   
I Use This
Licenses: BSD-3-Clause, nlpl

Perl

Compare

  Analyzed about 13 hours ago

Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more. Its major features include support for multiple programming paradigms ... [More] (procedural, object-oriented, and functional styles), automatic memory management, built-in support for text processing, and a large collection of third-party modules. [Less]

1.43M lines of code

59 current contributors

about 22 hours since last commit

1,403 users on Open Hub

Very High Activity
4.48563
   
I Use This
Licenses: artistic, GNU_Gener..., gpl

Ruby

Compare

  Analyzed about 5 hours ago

Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible, and portable. The Ruby logo is copyright © 2006, Yukihiro Matsumoto. It ... [More] is released under the terms of the Creative Commons Attribution-ShareAlike 2.5 License. [Less]

1.72M lines of code

147 current contributors

about 17 hours since last commit

1,305 users on Open Hub

Very High Activity
4.54012
   
I Use This
Licenses: gpl, Ruby_License

GDB

Compare

Claimed by GNU Analyzed about 16 hours ago

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 these) to help you catch bugs in the act: * Start ... [More] 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]

3.56M lines of code

161 current contributors

about 21 hours since last commit

1,297 users on Open Hub

Very High Activity
4.15289
   
I Use This