Browsing projects by Tag(s)

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

Showing page 1 of 2

The GNU C Library, glibc, provides the standard C library interface for GNU/Linux and other Free Software operating systems.

4.44681
   
  0 reviews  |  847 users  |  1,180,056 lines of code  |  83 current contributors  |  Analyzed 2 days ago
 
 

XCB

Compare

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 1 day ago
 
 

GNU Mailutils is a rich and powerful protocol-independent mail framework. It contains a series of useful mail libraries, clients, and servers. These are the primary mail utilities for the GNU system. The central library is capable of handling electronic mail in various mailbox formats and protocols ... [More] , both local and remote. Specifically, this project contains a POP3 server, an IMAP4 server, and a Sieve mail filter. It also provides a POSIX `mailx' client, and a collection of other handy tools. The GNU Mailutils libraries supply an ample set of primitives for handling electronic mail in programs written in C, C++, Python or Scheme. [Less]

5.0
 
  0 reviews  |  6 users  |  164,550 lines of code  |  2 current contributors  |  Analyzed about 21 hours ago
 
 

MXE (M cross environment) is a Makefile that compiles a cross compiler and cross compiles many free libraries such as SDL and Qt. Thus, it provides a nice cross compiling environment for various target platforms.

0
 
  0 reviews  |  2 users  |  22,065 lines of code  |  33 current contributors  |  Analyzed 9 days ago
 
 

A native Win32 port of the BSD PSPSDK (ps2dev.org), with freely distributable import libraries and header files (DevPaks) for building cross compiled homebrew Sony PSP (PlayStation Portable) applications.

0
 
  0 reviews  |  2 users  |  8,109 lines of code  |  1 current contributor  |  Analyzed 5 days ago
 
 

Native Libraries For JavaNativeLibs4Java gathers ready-to-use Java bindings for native libraries. Mono/.NET OpenCL : JavaCL / ScalaCL Demo Download Doc SDoc MacOS Frameworks Doc OpenCV Many other high-quality hand-crafted wrappers are linked from JNA's front page. ... [More] What's in here ?For each native library covered here, NativeLibs4Java provides : How-To and Quick-Starter to start using the library from Java within minutes Ready-to-use JARs that contain : Multi-platform self-extractible binaries (if the library's license allows it) Java wrappers that reflect the underlying native headers (auto-generated by JNAerator) Utilitary classes that make the library easier to use from Java and / or Scala A C / Java interoperability layer runtime (the amazing thirdparty JNA - Java Native Access) An ObjectiveC / Java interoperability layer runtime if needed (the incredible thirdparty Rococoa) License notices for the binary library and all of the supporting runtimes Instructions to build from sources, if you want/need to Wrapped libraries are usable straight away : simply put them in the classpath or reference them from your IDE of choice (NetBeans, Eclipse, IntelliJ) and you're done ! DiscussPlease use NativeLibs4Java's Mailing List and NativeLibs4Java's issue tracker heavily :-) Contribute / HelpPlease join the project if you wish to become the maintainer of some sub-project. It's easy : start by a simple wiki page with the JNAerator command-line arguments you're using add some links to the original project share a pre-built .JAR contribute some example code to use your library wrapper and help people getting started quickly ! [Less]

0
 
  0 reviews  |  2 users  |  261,589 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Example#include 'gba.h' #include 'printf.h' int main(){ initTextBG(8,0,0); print_f('This prints 5: %d',5); } OverviewThis is a formatted string printer for the GameBoy Advance. It takes up one scrolling background, some background memory space, and a tiny amount of ... [More] background palette space. If you're mindful of its small memory footprint and background requirements it should be compatible with just about any project, especially during development phases. This is intended to be a developer's tool for high-level debugging. To use it, first you call an initialization function to specify the screen base block, the background number, and the character block you want to use for scrolling text output. Then you can print formatted strings just like with printf(), except we use print_f() in a weak attempt to prevent conflicts. It can print all standard (not extended) ASCII characters. The screen automatically scrolls down. There is no scrolling up. The functions are thoroughly documented in the header, and the source is very small, and easy to understand, modify and extend. For feedback email the project's owner @gmail.com For more projects go to www.fabiancanas.com To comment, go to www.fabiancanas.com/Projects/gba/ [Less]

5.0
 
  0 reviews  |  1 user  |  1,964 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

wv

Compare

wv is a library which allows access to Microsoft Word files. It can load and parse Word 2000, 97, 95 and 6 file formats. (These are the file formats known internally as Word 9, 8, 7 and 6.)

4.0
   
  0 reviews  |  1 user  |  42,945 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

I is a free and open source cross-platform programming language designed towards efficiency during development and at runtime. It's framework of libraries allows it to support a wide variety of purposes. It is a dynamically and weakly typed interpreted language with a platform for developing ... [More] applications like Aciqra. It also supports web development through the use of the mod_i extension. [Less]

5.0
 
  0 reviews  |  1 user  |  27,093 lines of code  |  1 current contributor  |  Analyzed 12 days 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 1 day 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.