RSS 18 projects tagged "C Library"

No download Website Updated 10 May 2013 Gearmand

Screenshot
Pop 214.75
Vit 58.67

Gearmand is the job server component of Gearman. Gearman provides a generic framework to farm out work to other machines, dispatching function calls to machines that are better suited to do work, to do work in parallel, to balance the load of processing, or to call functions between languages.

Download Website Updated 08 Feb 2013 dateutils

Screenshot
Pop 166.44
Vit 8.86

Dateutils are a bunch of tools that revolve around fiddling with dates and times in the command line, with a strong focus on use cases that arise when dealing with large amounts of financial data. Their target market is shell scripts that need date calculations or calendar conversions, and as such they are highly pipe-able and modeled after their well-known cousins (e.g. dtest vs. test, or dgrep vs. grep).

No download Website Updated 19 Jun 2012 Ctalk

Screenshot
Pop 154.00
Vit 32.12

Ctalk adds classes, methods, operator overloading, inheritance, and complex object expressions to otherwise standard C programs. Programs can use only a few Ctalk objects and methods in an otherwise standard C program, but the language can be used to write entire programs also. Ctalk works on most if not all of the systems that support GCC, the GNU C compiler. The package includes the language, class and run-time libraries, example programs, tutorial, and language reference.

Download No website Updated 18 Feb 2013 libtld

Screenshot
Pop 74.30
Vit 4.77

libtld is a library used to extract the TLD from a URI. This allows you to extract the exact domain name, sub-domains, and all the TLD (top level, second level, third level, etc.). The problem with TLDs is that you cannot know where the domain starts. Some domains can use one top-level domain, others use two, etc. However, it may be useful to know where the domain is to have the exact list of sub-domains. For example, if you want to force www. at the start of the domain name if no other sub-domains are specified, then you need to know exactly how many TLD are defined in a URI. The libtld offers one function: tld(), which gives you a way to extract the TLD from any URI. The result is the offset where the TLD starts. This gives you enough information to extract everything else you need.

No download Website Updated 20 Dec 2012 fpgatools

Screenshot
Pop 71.16
Vit 1.78

fpgatools is a toolchain for programming flexible programmable gate arrays (FPGAs). The only supported chip at this time is the xc6slx9, a cheap (circa $10 U.S.) but powerful 45nm-generation chip with about 2400 LUTs, block ram, and multiply-accumulate devices. The principles of fpgatools are to reach the maximum physical performance of the chip, to provide fast development cycles, to be an independent toolchain which only depends on other Free Software, and to be a lightweight C implementation without a GUI.

No download Website Updated 08 Mar 2013 ext-Dns

Screenshot
Pop 62.26
Vit 1.97

ext-Dns is a core library, an extensible forward DNS server, and some additional tools designed to create DNS server solutions which are able to do any additional operation at the resolution level (running commands, rewritting replies, gathering stats, and so on), without any limit. It provides a ready-to-use solution in case you want to build a DNS server which takes additional actions at the resolution level in an easy way. That is, its design is focused on allowing people to implement whatever they like when a request is received, freeing them from most of the details which involves handling DNS protocol.

Download Website Updated 15 Mar 2013 EDMA

Screenshot
Pop 53.07
Vit 3.09

GNU EDMA is an open and modular development environment similar to the Component Object Model or the System Object Model. GNU EDMA allows you to use most of the classic OO techniques (such as inheritance and virtual method overriding) dynamically.

Download Website Updated 12 May 2012 STALLioN

Screenshot
Pop 45.39
Vit 3.00

STALLioN is a cross-platform C/C++ library for creating coherent CLI/Terminal programs on multiple platforms with one codebase. It aims to provide a consistent development API across multiple platforms so that separate code does not have to be created for each (often very different) terminal interface.

No download No website Updated 04 Sep 2012 EXIP

Screenshot
Pop 39.46
Vit 1.00

EXIP provides a C library for the parsing and serialization of Efficient XML Interchange (EXI) format streams. The focus is portability and efficiency for embedded systems development. The project was started at the EISLAB research group in the Department of Computer Science, Electrical and Space Engineering, Luleå University of Technology, and is part of research efforts to bring resource-constrained embedded devices, such as wireless sensor nodes, closer to the enterprise business processes taking place in processing, manufacturing, and communication industries.

No download No website Updated 16 Jan 2012 wslay

Screenshot
Pop 34.53
Vit 1.42

Wslay is a WebSocket library written in C. It implements the protocol version 13 described in RFC 6455. This library offers 2 levels of API: an event-based API and a frame-based low-level API. For the event-based API, it is suitable for non-blocking reactor pattern style. You can set callbacks in various events. For the frame-based API, you can send WebSocket frame directly. Wslay only supports the data transfer part of the WebSocket protocol and does not perform the opening handshake in HTTP. It does not perform any I/O operations for its own. Instead, it offers callbacks for them. This makes Wslay independent of any I/O frameworks, SSL, sockets, etc. It is portable across various platforms, and the application authors can choose I/O frameworks freely.

Screenshot

Project Spotlight

cciss_vol_status

A tool which reports the status of logical drives on HP Smart Arrays.

Screenshot

Project Spotlight

HTTPTunnel

A program to tunnel arbitrary TCP connections over HTTP.