Tags : Browse Projects

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

CPANTS - CPAN Testing Service

Compare

  Analyzed about 13 hours ago

68.4K lines of code

4 current contributors

about 1 month since last commit

16 users on Open Hub

Low Activity
5.0
 
I Use This

Tigase Jabber/XMPP Server

Compare

  Analyzed 4 months ago

Tigase Jabber/XMPP Server is Open Source and Free (AGPLv3) Java server using all available features in last JDKs. It uses NIO for network communication, selectors, concurrent JDK framework, security library and so on. All these functionalities are available directly from JDK so the need for external ... [More] libraries is limited to minimum. Actually it doesn't use any external library at run-time. A few third-party libraries are used for development such as JUnit, Forrest, UnitTestsGen and ANT [Less]

476K lines of code

5 current contributors

4 months since last commit

16 users on Open Hub

Activity Not Available
4.71429
   
I Use This

Bitten

Compare

  No analysis available

Bitten is a Python-based framework for collecting various software metrics via continuous integration. It builds on Trac to provide an integrated web-based user interface.

0 lines of code

0 current contributors

0 since last commit

16 users on Open Hub

Activity Not Available
4.71429
   
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause

Hamcrest

Compare

  Analyzed about 3 hours ago

Provides a library of matcher objects (also known as constraints or predicates) allowing 'match' rules to be defined declaratively, to be used in other frameworks. Typical scenarios include testing frameworks, mocking libraries and UI validation rules.

200K lines of code

19 current contributors

3 days since last commit

15 users on Open Hub

Low Activity
4.28571
   
I Use This

Greenbone Vulnerability Management (GVM) Framework

Compare

  Analyzed about 2 hours ago

The Greenbone Vulnerability Management (GVM) is a framework of several services: - The Greenbone Vulnerability Manager (gvmd) is the central service that consolidates plain vulnerability scanning into a full vulnerability management solution. - The Greenbone Security Assistant (GSA) is the web ... [More] interface of GVM. - The main scanner OpenVAS Scanner is a full-featured scan engine that executes a continuously updated and extended feed of Network Vulnerability Tests (NVTs). - Complementary to the web interface, GVM-Tools allows batch processing / scripting via the Greenbone Management Protocol (GMP). [Less]

651K lines of code

32 current contributors

1 day since last commit

15 users on Open Hub

Very High Activity
4.28571
   
I Use This
Licenses: AGPL3_or_..., GNU_Gener..., gpl

DUnit

Compare

  Analyzed about 2 hours ago

DUnit is a unit testing framework for Delphi.

5.27K lines of code

0 current contributors

almost 16 years since last commit

14 users on Open Hub

Inactive
4.0
   
I Use This

ScalaTest

Compare

  Analyzed 7 minutes ago

A testing tool for Scala and Java projects.

424K lines of code

12 current contributors

over 3 years since last commit

14 users on Open Hub

Inactive
4.66667
   
I Use This

QCad

Compare

  Analyzed about 21 hours ago

QCad is an application for computer aided drafting in two dimensions (2d). With QCad you can create technical drawings such as plans for buildings, interiors, mechanical parts or schemas and diagrams. QCad works on Windows, Mac OS X and many Linux and Unix Systems.

3.16M lines of code

14 current contributors

6 days since last commit

13 users on Open Hub

High Activity
3.0
   
I Use This

CDash

Compare

  Analyzed about 23 hours ago

CDash is an open source, web-based software testing server. CDash aggregates, analyzes and displays the results of software testing processes submitted from clients located around the world. Developers depend on CDash to convey the state of a software system, and to continually improve its quality. ... [More] CDash is a part of a larger software process that integrates Kitware's CMake, CTest, and CPack tools, as well as other external packages used to design, manage and maintain large-scale software systems. [Less]

297K lines of code

11 current contributors

3 days since last commit

13 users on Open Hub

High Activity
4.33333
   
I Use This

Mocha (Ruby Mock/Stub Library)

Compare

  Analyzed about 14 hours ago

Mocha is a library for mocking and stubbing using a syntax like that of JMock, and SchMock. Most commonly Mocha is used in conjunction with Test::Unit, but it can be used in other contexts. One of its main advantages is that it allows you to mock and stub methods on real (non-mock) classes and ... [More] instances. You can for example stub ActiveRecord instance methods like create, save, destroy and even class methods like find to avoid hitting the database in unit tests. Mocha provides a unified, simple and readable syntax for both traditional mocking and for mocking with real objects. Mocha has been harvested from projects at Reevoo by me (James) and my colleagues Ben, Chris and Paul. Mocha is in use on real-world Rails projects. [Less]

25.6K lines of code

4 current contributors

8 days since last commit

13 users on Open Hub

Very Low Activity
5.0
 
I Use This
Licenses: mit, Ruby_License