Managed Projects

Showing page 1 of 1

Sparse, the semantic parser, provides a compiler frontend capable of parsing most of ANSI C as well as many GCC extensions, and a collection of sample compiler backends, including a static analyzer also called "sparse". Sparse provides a set of annotations designed to convey semantic ... [More] information about types, such as what address space pointers point to, or what locks a function acquires or releases. [Less]

4.5
   
  0 reviews  |  26 users  |  28,413 lines of code  |  12 current contributors  |  Analyzed 5 days 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]

4.8
   
  0 reviews  |  21 users  |  63,669 lines of code  |  20 current contributors  |  Analyzed 4 days ago
 
 

The Portland State Aerospace Society (PSAS) designs and builds open source rockets featuring highly advanced Linux-based avionics systems.

5.0
 
  0 reviews  |  6 users  |  97,038 lines of code  |  26 current contributors  |  Analyzed almost 2 years ago
 
 

Serialist crawls serial stories on the web (such as webcomics), and provides a web interface for users to navigate these serials, mark where they left off, and find out when new pages exist.

5.0
 
  0 reviews  |  3 users  |  2,735 lines of code  |  2 current contributors  |  Analyzed over 1 year ago
 
 

maildirman copies held messages from Mailman's moderator queues to a Maildir. After you move messages to "spam" and "non-spam" folders, it feeds them through SpamAssassin's Bayesian learner, and tells Mailman to discard or accept, as appropriate. This allows you to manage ... [More] both list moderation and spamassassin training via a local MUA, a standard IMAP client, maildirsync, or any number of other standard mail-handling mechanisms, rather than only through the Mailman web interface. [Less]

5.0
 
  0 reviews  |  2 users  |  100 lines of code  |  0 current contributors  |  Analyzed about 7 hours 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]

0
 
  0 reviews  |  1 user  |  120 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

Portions of my home directory, which I manage via Git.

5.0
 
  1 review  |  1 user  |  429 lines of code  |  1 current contributor  |  Analyzed 9 days ago
 
 

Dolt provides a drop-in replacement for libtool that significantly decreases compile times on the platforms it supports. Rather than the libtool approach of running a large script for every compile that repeatedly figures out how to build libraries on the platform, dolt figures out those details at ... [More] configure time and writes out a minimal doltcompile script containing only the commands needed to build a library on the current platform. If you use automake, autoconf, and libtool, then using dolt just requires two steps: 1. add DOLT after the call to LT_INIT, AC_PATH_LIBTOOL, or AM_PATH_LIBTOOL in your configure.ac or configure.in script, and 2. append dolt.m4 to your project's acinclude.m4. For any platform Dolt does not support, it will transparently fall back to libtool. [Less]

5.0
 
  0 reviews  |  0 users  |  157 lines of code  |  0 current contributors  |  Analyzed 13 days ago
 
 

Version control tracks changes to your code. Apters tracks changes to your build process.

0
 
  0 reviews  |  0 users  |  789 lines of code  |  4 current contributors  |  Analyzed about 1 year ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.