Tags : Browse Projects

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

Racket

Compare

  Analyzed about 7 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.22M lines of code

115 current contributors

2 days since last commit

40 users on Open Hub

Very High Activity
4.21429
   
I Use This

Plan 9 from User Space

Compare

  No analysis available

Port of collection of Plan 9 utilities and protocol implementation to generic POSIX/X11R6 environment. Includes acme editor, factotum authentication agent, venti fs server and clients, rc shell, rio window manager and much more. All programs support UTF-8. Maintained by Russ Cox.

0 lines of code

0 current contributors

0 since last commit

19 users on Open Hub

Activity Not Available
4.875
   
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause, lucent_pu...

XCB

Compare

  Analyzed 1 day ago

X Window System protocol binding library. Originally for C bindings, but now generalized to several other languages. This is a lightweight replacement for the binding portion of Xlib, featuring thread transparency, XML extensibility, and a small and straightforward interface. The version of ... [More] Xlib currently being distributed by X.Org uses XCB for its transport; this allows XCB and Xlib calls to be freely mixed for ease in porting applications and toolkits. Most of the XCB C code is autogenerated from XML descriptions. (This may be why Ohloh complains about the degree of code commenting.) [Less]

69.2K lines of code

4 current contributors

27 days since last commit

19 users on Open Hub

Low Activity
4.66667
   
I Use This

dlib C++ Library

Compare

  Analyzed about 14 hours ago

This project is a modern C++ library with a focus on portability and program correctness. It strives to be easy to use right and hard to use wrong. Thus, it comes with extensive documentation and thorough debugging modes. The library provides a platform abstraction layer for common tasks such as ... [More] interfacing with network services, handling threads, or creating graphical user interfaces. Additionally, the library implements many useful algorithms such as data compression routines, linked lists, binary search trees, linear algebra and matrix utilities, machine learning algorithms, XML and text parsing, and many other general utilities. [Less]

450K lines of code

25 current contributors

2 days since last commit

11 users on Open Hub

Low Activity
4.75
   
I Use This

Intel Threading Building Blocks

Compare

  Analyzed about 17 hours ago

Intel® Threading Building Blocks (TBB) offers a rich and complete approach to expressing parallelism in a C++ program. It is a library that helps you take advantage of multi-core processor performance without having to be a threading expert. Threading Building Blocks is not just a ... [More] threads-replacement library. It represents a higher-level, task-based parallelism that abstracts platform details and threading mechanism for performance and scalability. [Less]

135K lines of code

0 current contributors

3 days since last commit

10 users on Open Hub

Moderate Activity
4.5
   
I Use This

Stackless Python

Compare

  No analysis available

Stackless Python is an enhanced version of the Python programming language. It allows programmers to reap the benefits of thread-based programming without the performance and complexity problems associated with conventional threads. The microthreads that Stackless adds to Python are a cheap and ... [More] lightweight convenience which can if used properly, give the following benefits: * Improved program structure. * More readable code. * Increased programmer productivity. [Less]

0 lines of code

0 current contributors

0 since last commit

9 users on Open Hub

Activity Not Available
4.8
   
I Use This
Mostly written in language not available
Licenses: python_so...

PM2

Compare

  Analyzed about 22 hours ago

PM2 is a low level generic runtime system which integrates multithreading management (Marcel) and a high performance multi-cluster communication library (Madeleine).

315K lines of code

4 current contributors

2 days since last commit

7 users on Open Hub

Moderate Activity
5.0
 
I Use This

Equalizer - Parallel Rendering

Compare

  Analyzed 2 days ago

Equalizer is an open source programming interface and resource management system for scalable OpenGL applications. An Equalizer application can run unmodified on any visualization system, from a singlepipe workstation to large scale graphics clusters and multi-GPU workstations. Equalizer is built ... [More] upon a parallel OpenGL-based programming interface solving problems that are common to any multipipe application. The API is minimally invasive, making application porting as easy as possible while delivering maximum performance. [Less]

383K lines of code

1 current contributors

4 months since last commit

4 users on Open Hub

Very Low Activity
5.0
 
I Use This
Licenses: BSD-3-Clause, lgpl

AllBinary Platform

Compare

  Analyzed about 14 hours ago

The AllBinary Platform contains the following: : AllBinary Game Development Kit (http://allbinarygames.appspot.com) includes the AllBinary Multi-Platform Development Kit : Freeblisket/Weblisket E-Commerce Solution (http://www.allbinary.com) : AllBinary Input Automation : AllBinary Vector ... [More] Graphics Tool : AllBinary Sprite Tool : And Everything Else AllBinary. [Less]

260K lines of code

0 current contributors

2 days since last commit

2 users on Open Hub

Very Low Activity
3.0
   
I Use This
Licenses: No declared licenses

libpthread-stubs

Compare

  Analyzed 1 day ago

libpthread-stubs provides stub functions for pthreads as weak aliases for platforms on which libc does not provide these stubs. Linking to both libc and libpthread-stubs will always provide a full set of pthread stubs, allowing programs and libraries to portably use pthreads when linked to pthreads ... [More] and improve single-threaded performance when not linked to pthreads. [Less]

46 lines of code

0 current contributors

8 months since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This