Tags : Browse Projects

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

Apache Commons Lang

Compare

Claimed by Apache Software Foundation Analyzed 2 days ago

Provides extra functionality for classes in java.lang. Lang provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization and System properties. Additionally it contains basic ... [More] enhancements to java.util.Date and a series of utilities dedicated to help with building methods, such as hashCode, toString and equals. [Less]

95.4K lines of code

32 current contributors

8 days since last commit

276 users on Open Hub

Moderate Activity
4.19149
   
I Use This

GHC

Compare

  Analyzed 2 days ago

Haskell is an advanced purely functional programming language. The product of more than twenty years of cutting edge research, it allows rapid development of robust, concise, correct software. With strong support for integration with other languages, built-in concurrency, debuggers, profilers, rich ... [More] libraries and an active community, Haskell makes it easier to produce flexible, maintainable high-quality software. GHC is a state-of-the-art, open source, compiler and interactive environment for Haskell. [Less]

649K lines of code

152 current contributors

3 days since last commit

236 users on Open Hub

Very High Activity
4.65517
   
I Use This

Quartz Enterprise Job Scheduler

Compare

  Analyzed 2 days ago

Quartz is an enterprise-class job scheduler for integration with stand-alone Java applications and full-scale J2EE applications. Advanced features include clustering and participation in container managed transactions. It is highly scalable, very lightweight, and supports very complex scheduling.

53.4K lines of code

0 current contributors

about 7 years since last commit

218 users on Open Hub

Inactive
4.05714
   
I Use This

Guava: Google Core Libraries for Java

Compare

  Analyzed about 18 hours ago

The Guava project contains several of Google's core libraries that we rely on in our Java-based projects: collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth.

516K lines of code

95 current contributors

1 day since last commit

69 users on Open Hub

Moderate Activity
4.88235
   
I Use This

akka

Compare

  Analyzed over 3 years ago

Akka is the platform for the next generation event-driven, scalable and fault-tolerant architectures on the JVM We believe that writing correct concurrent, fault-tolerant and scalable applications is too hard. Most of the time it's because we are using the wrong tools and the wrong level of ... [More] abstraction. Akka is here to change that. Using the Actor Model together with Software Transactional Memory we raise the abstraction level and provides a better platform to build correct concurrent and scalable applications. For fault-tolerance we adopt the "Let it crash" / "Embrace failure" model which have been used with great success in the telecom industry to build applications that self-heals, systems that never stop. [Less]

474K lines of code

123 current contributors

over 3 years since last commit

47 users on Open Hub

Activity Not Available
4.86667
   
I Use This

Racket

Compare

  Analyzed about 22 hours ago

Programming language suitable for implementation tasks ranging from scripting to application development, and supporting the creation of new programming languages. It includes the DrRacket programming environment, a virtual machine with a just-in-time compiler, and various other tools.

3.21M lines of code

115 current contributors

1 day since last commit

40 users on Open Hub

Very High Activity
4.21429
   
I Use This

Vert.x

Compare

Claimed by Eclipse Foundation Analyzed 2 minutes ago

vert.x - Effortless asynchronous application development for the modern web and enterprise

138K lines of code

23 current contributors

11 days since last commit

16 users on Open Hub

High Activity
5.0
 
I Use This
Licenses: apache_2, eclipse

Inferno Distributed Operating System

Compare

  Analyzed over 3 years ago

Inferno® is a distributed operating system, originally developed at Bell Labs, but now developed and maintained by Vita Nuova® as Free Software. Applications written in Inferno's concurrent programming language, Limbo, are compiled to its portable virtual machine code (Dis), to run anywhere on a ... [More] network in the portable environment that Inferno provides. Unusually, that environment looks and acts like a complete operating system. The use of a high-level language and virtual machine is sensible but mundane. The interesting thing is the system's representation of services and resources. They are represented in a file-like name hiearchy. Programs access them using only the file operations open, read/write, and close. The 'files' may of course represent stored data, but may also be devices, [Less]

2.29M lines of code

4 current contributors

over 3 years since last commit

13 users on Open Hub

Activity Not Available
4.625
   
I Use This
Licenses: gpl, lucent_plan9, lgpl

ScUtil

Compare

  Analyzed 1 day ago

Hundreds of functions of a variety of topics, from statistics to string parsing, module utilities to network tools. Everyone's pet library accumulates features over time. My erlang library got big, fast. I often find myself giving functions from it out to other people, and a lot of my other ... [More] libraries are dependant on ScUtil in various ways, so I figured what the hell, let's give it away. This library is believed to be efficiently implemented at all points. Efficiency tips are, however, both appreciated and taken seriously. ScUtil uses the TestErl library for unit, regression and stochastic testing. ScUtil is free and MIT licensed, because the GPL is evil. ScUtil is written by John Haugeland, from http://fullof.bs/ . [Less]

9.39K lines of code

0 current contributors

almost 7 years since last commit

11 users on Open Hub

Inactive
4.8
   
I Use This

parallel

Compare

  Analyzed over 3 years ago

Explicit and implicit parallel programming in Haskell, using parallel strategies and annotations.

0 lines of code

0 current contributors

0 since last commit

8 users on Open Hub

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