» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with License:BSD + Library

SoundManager 2: Javascript Sound for the Web

SoundManager 2 is an attempt at providing the sound API which Javascript has been missing. It's a Javascript library which wraps and extends Flash's sound capabilities, bringing cross-platform audio functionality to Javascript.

opensource: del.icio.us tag/opensource

Foo Framework

Foo Framework is a Javascript Framework, built on top of the Prototype Framework, specially designed to ease the development of Rich Internet Application.

opensource: del.icio.us tag/opensource

purple-include

purple-include is a client-side JavaScript library that allows you to do client-side transclusions.

opensource: del.icio.us tag/opensource

jamod

jamod is a project that provides a Modbus protocol implementation in 100% Java. It can be used to implement Modbus masters and slaves in Serial (ASCII, RTU (Master only), BIN) and IP (TCP, UDP).

The design of this library is fully object oriented, based on abstractions which should support easy understanding, reusability and extensibility.

clipperz - Google Code

Clipperz promotes a JavaScript library to provide web developers with an extensive and efficient set of cryptographic functions. The library aims to obtain maximum execution speed while preserving modularity and reusability.

opensource: del.icio.us tag/opensource

DED|Chain™ JavaScript Library

DED|Chain is free open source software (BSD License) that will allow you to build first class, high-quality websites without the cruft. You get the reliability of Yahoo! UI, and the developer friendliess of jQuery.

opensource: del.icio.us tag/opensource

JMock

jMock is a library for testing Java code using mock objects.

Parallel Python - Home

pp is a python module which provides mechanism for parallel execution of python code on SMP (systems with multiple processors or cores) and clusters (computers connected via network). It is light, easy to install and integrate with other python softwar

opensource: del.icio.us tag/opensource

SciPy -

SciPy (pronounced "Sigh Pie") is open-source software for mathematics, science, and engineering. The core library is NumPy which provides convenient and fast N-dimensional array manipulation. The SciPy library is built to work with NumPy arrays...

opensource: del.icio.us tag/opensource

XStream

"XStream is a simple library to serialize objects to XML and back again."

opensource: del.icio.us tag/opensource

amplee - deFuze.org - Trac

amplee is a Python implementation of the Atom Publishing Protocol (APP)

opensource: del.icio.us tag/opensource

libu

LibU is a multiplatform C library which comes under a BSD-style license.

It includes many different small modules for accomplishing several tasks: memory allocation, networking and URI parsing (rfc2396), string manipulation, debugging and logging in a very compact way, plus many other miscellaneous tasks. Also, it provides a “portability layer” that implements functions like gettimeofday(2), timegm(3), strlcat(3) and many more for platforms that miss them.

Its has small footprint (about 70KB for the default configuration), it is modular, and has a multiplatform nature, making it an ideal candidate for embedded systems.

PDFbox

PDFBox is a Java PDF library for the creation, manipulation, and reading of PDF documents. It is usuable via Java classes, or also via command line utilities.

WinBinder: The native Windows binding for PHP

WinBinder is a PHP extension that allows PHP programmers to build native Windows applications.

It wraps the Windows API in a lightweight, easy-to-use library so that program creation is simple, quick and fun.

xmlenc

The xmlenc library is a fast stream-based XML output library for Java. Main design goals are performance, simplicitity and pureness. As far as known, xmlenc is the fastest XML output library for Java.

dspace

An Open Archive Initiative (OAI) – compliant open-source software released by MIT for archiving eprints and other kinds of academic content.

libevent

The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached.

Dojo

Dojo is a UI toolkit project to let developers take advantage of advanced JavaScript capabilities of modern web browsers.

Dojo is powered by a system of HTML and CSS widgets, a script packaging system, and JavaScript functionality such as animations and Ajax communications.

To write code in dojo, you add placeholder tags in your html, and add some dojo-defined attributes to those tags. After the page is loaded into the browser, a dojo “parser” scans all the tags to find dojo-defined attributes, then creates dojo wiget objects and associates it to the tags.

Dojo can be integrated with HTML producing server side frameworks rather easily. PHP, ASP, JSP to name a few, could be used to produce HTML pages that make use of dojo.

Dojo aims to hide browser dependency through its core framework. The core framework has a lot of unit tests. However, when you run the tests, quite a lot of them fails. Good user feedback to help reduce the failures would help this project a lot.