We have collection of more than 400,000 open source products ranging from Enterprise product to small libraries in all platforms. We aggregate information from all open source repositories. Search and find the best for your needs.
Displaying 1 to 10 from 259 results
Tiny4py - A little python wrapper to make shorten urls and QRCodes
A little python wrapper to make shorten urls, using main used services: goo.gl, bit.ly and tinyurl. This little library doesn't need a big documentation, see the file "test.py" in the main directory to see how it works.
OpenSceneGraph - 3D graphics toolkit
The OpenSceneGraph is an open source high performance 3D graphics toolkit, used by application developers in fields such as visual simulation, games, virtual reality, scientific visualization and modelling. It is based around the concept of a SceneGraph, providing an object-oriented framework on top of OpenGL. This frees the developer from implementing and optimizing low-level graphics calls and provides many additional utilities for rapid development of graphics applications.
Libxml++
libxml++ is a C++ wrapper for the libxml XML parser library.
EJDB — Embedded JSON Database engine
EJDB is an embedded JSON database engine. It aims to be a fast MongoDB-like library which can be embedded into C/C++ applications. It features collection-level write locking, collection level transactions, string token matching queries, and a Node.js binding. It is the C library based on modified version of Tokyo Cabinet. JSON representation of queries and data implemented with API based on C BSON.
Php-google-map-api - PHP Class for Building maps using Google Maps API
The world of building web applications that utilize Google Maps can be a tedious and laborious process. The intent of this class is to make it easier for developers to quickly and easily integrate a map into their page with very little effort.
Mango - specialized iterators and functions
Mango is a Java library consisting of a number of iterators, algorithms and functions, loosely inspired by the C++ Standard Template Library. It has support of 12 iterators, 16 generic algorithms and variety of function types.
Trove - High performance collections for Java
Trove provides fast, lightweight implementations of the java.util Collections API. These implementations are designed to be pluggable replacements for their JDK equivalents. This gap in the JDK is often addressed by using the "wrapper" classes (java.lang.Integer, java.lang.Float, etc.) with Object-based collections. For most applications, however, collections which store primitives directly will require less space and yield significant performance gains.
playSMS - PHP based SMS Gateway
playSMS is a flexible Web-based Mobile Portal System that it can be made to fit to various services such as an SMS gateway, personal messaging systems, corporate and group communication tools.
JRss
jRSS is a simple java API to produce Really Simple Syndication (RSS) documents following the specification version 2.0. This library provides only support to generate RSS feeds.
Arduino-at24c1024 - AT24C1024 EEPROM library for the Arduino
OverviewThis is a library to support the AT24C1024 EEPROM. Up to 4 of these devices may be chained together to provide 128-512 kilobytes of EEPROM storage. AT24C1024 Library Project Home at the Arduino Playground The usage is based on the Arduino EEPROM library and two I2C EEPROM libraries. If you're familiar with how that works, using this library should be pretty straightforward. Basically just substitute EEPROM1024 where you were using EEPROM. For example: EEPROM.write(address, value); become