RSS 1767 projects tagged "BSD Revised"

Download Website Updated 19 Jun 2013 PGJDBC-NG

Screenshot
Pop 21.10
Vit 1.41

PGJDBC-NG is an implementation of the JDBC for the PostgreSQL server. It aims to support the complete JDBC 4.1. Specifically, it supports the advanced UDT features of JDBC which the current driver lacks. It's implemented using an asynchronous I/O library (Netty), which allows it to support other advanced features like asynchronous notifications.

No download Website Updated 19 Jun 2013 Continuation Passing C

Screenshot
Pop 116.82
Vit 73.66

CPC (Continuation Passing C) is a programming language designed for writing concurrent systems. The CPC programmer manipulates very lightweight threads, choosing whether they should be cooperatively or preemptively scheduled at any given point; the CPC program is then processed by the CPC translator, which produces highly efficient event-loop code. This approach gives the best both worlds: the relative convenience of programming with threads, and the low memory usage of event-loop code. The semantics of CPC is defined as a source-to-source translation from CPC into plain C using a technique known as conversion into Continuation Passing Style. The current implementation of CPC has been used to write Hekate, a BitTorrent seeder designed to handle millions of simultaneous torrents and tens of thousands of simultaneously connected peers.

Download Website Updated 19 Jun 2013 pgBadger

Screenshot
Pop 256.90
Vit 54.88

pgBadger is a PostgreSQL log analyzer that generates detailed reports with charts. It aims to replace and outperform the pgFouine script.

No download No website Updated 19 Jun 2013 NanoHttpd

Screenshot
Pop 48.31
Vit 4.41

NanoHttpd is a lightweight HTTP server designed for embedding in other applications. It's only one Java file, in two "flavors", one strictly Java 1.1 compatible, and one at "current" standards. It supports GET, POST, PUT, HEAD and DELETE requests, and supports file uploading with very small memory overhead. Temp file usage and the threading model are easily customized.

Download No website Updated 19 Jun 2013 SabreDAV

Screenshot
Pop 217.22
Vit 161.24

SabreDAV allows you to easily integrate your existing Web application with WebDAV. It supports most of the common clients, including the Mac OS X Finder, the Windows XP/Vista Explorer, DavFS2, Cadaver, NetDrive, and WebDrive. It supports class 1, 2, and 3 WebDAV servers. It implements RFC2518 and revisions from RFC4918. It also implements RFC2617 (Basic/Digest auth).

No download Website Updated 18 Jun 2013 CIL (C Intermediate Language)

Screenshot
Pop 211.00
Vit 135.25

CIL is a frontend for the C programming language which facilitates program analysis and transformation. CIL will parse and typecheck a program, and compile it into a simplified subset of C. For example, in CIL, all looping constructs are given a single form and expressions have no side effects. This reduces the number of cases which must be considered when manipulating a C program. CIL has been used for a variety of projects, including CCured, a tool which makes C programs memory safe. It supports ANSI C, as well as most of the extensions of the GNU C and Microsoft C compilers. A Perl script acts as a drop-in replacement for either gcc or Microsoft's cl, and allows merging of the source files in your project. Other features include support for control-flow and points-to analyses.

Download Website Updated 18 Jun 2013 TkWiCe

Screenshot
Pop 53.74
Vit 5.81

TkWiCe is a highly featured, easy to use, and multilingual software application for wine cellar management. It provides a fast overview of your wine bottles.

Download Website Updated 15 Jun 2013 NuttX

Screenshot
Pop 522.18
Vit 188.14

Nuttx is a real-time embedded operating system (RTOS). It has a small footprint that is usable in micro-controller environments. It is fully scalable from tiny (8-bit) to moderate embedded (32-bit) systems. It also aims to be fully compliant to standards, to be fully real time, and to be totally open.

Download Website Updated 14 Jun 2013 NxWidgets

Screenshot
Pop 95.06
Vit 26.34

NXWidgets is a graphical user interface package for the NuttX RTOS. It integrates seamlessly with the NuttX NX graphics subsystem in order to provide graphic objects, or "widgets". It is written entirely in C++ using only selected "embedded friendly" C++ constructs which are fully supported under NuttX. No additional C++ support libraries are required. It is tailored for use with MCUs in embedded applications. It is ideally suited for the mid-to-upper range of most MCU families. It will work on high-end frame buffer devices as well as on LCDs connected via serial or parallel ports to a small MCU. It will accept position and selection inputs from a mouse or a touchscreen. It will also support character input from a keyboard such as a USB keyboard. It supports a special widget called CKeypad which provides keyboard input via an on-screen keypad which can be operated via a mouse or touchscreen inputs. Some of the graphic objects supported by NXWidgets include labels, buttons, text boxes, button arrays, check boxes, cycle buttons, images, sliders, scrollable list boxes, and progress bars.

Download Website Updated 13 Jun 2013 Open Source Computer Vision Library

Screenshot
Pop 315.06
Vit 50.26

The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel Image Processing Library) and utilizes Intel Integrated Performance Primitives for better performance.

Screenshot

Project Spotlight

Legion of the Bouncy Castle Java Cryptography API

A light weight API, clean room JCE, JCE/JCA provider for Java cryptography.

Screenshot

Project Spotlight

Bitcoin

A peer-to-peer network-based digital currency.