plotting library
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 547
HFLOAT library
HFLOAT library provides you with a powerful application which lets you easily deal with fast computations with very long floating point numbers. more>> HFLOAT library provides you with a powerful application which lets you easily deal with fast computations with very long floating point numbers. With hfloat you can compute pi to many million digits.hfloat uses fft-multiplication, therefore you need fxt in order to compile it.<<less
Added: 2007-06-21 License: GPL - GNU Public License Price: GPLGNUPublicLicense
1 downloads
IP2Location Ruby Library 2.1.1
IP2Location is a Ruby library that enables the user to find the country, region, city, coordinates, zip code, ISP and domain name that any IP address or hostname originates from. It has been optimized for speed and memory utilization. Developers can use more>> IP2Location is a Ruby library that enables the user to find the country, region, city, coordinates, zip code, ISP and domain name that any IP address or hostname originates from. It has been optimized for speed and memory utilization. Developers can use the API to query all IP2Location? binary databases for applications written in C or supporting static/dynamic library.<<less
Added: 2006-12-01 License: Freeware Price: $0.00USD
12 downloads
Other version of IP2Location Ruby Library
License:Freeware
FTP Library 1.5
edtFTPj is the first choice of Java developers worldwide for incorporating FTP functionality into their applications. edtFTPj is Open Source, licensed under the LGPL, the GNU Lesser General Public License. This means you can freely embed edtFTPj more>> edtFTPj is the first choice of Java developers worldwide for incorporating FTP functionality into their applications. edtFTPj is Open Source, licensed under the LGPL, the GNU Lesser General Public License. This means you can freely embed edtFTPj into your commercial Java applications, subject to the normal LGPL restrictions. Unrestricted (non-GPL) source licenses can be also be purchased.<<less
Added: 2006-07-17 License: LGPL Price: $0.00USD
11 downloads
Other version of FTP Library
License:LGPL
DNK Encryption Library 1.0
DNK Encryption Library is a light-weight encryption class library for DES, RC2, Rijndael, and TripleDES encryption algorithms. The class has auto key generation capabilities for all the cryptographic providers. more>> DNK Encryption Library is a light-weight encryption class library for DES, RC2, Rijndael, and TripleDES encryption algorithms. The class has auto key generation capabilities for all the cryptographic providers.<<less
Added: 2006-08-14 License: Freeware Price: $0.00USD
10 downloads
Other version of DNK Encryption Library
License:Freeware
PHP BitTorrent Library 0.6
This library includes all the basic code youll need to open a .torrent file and query a tracker using PHP. It is intended to be as simple as possible, with as little as 3 lines required to open a .torrent file and query a tracker about it. The library more>> This library includes all the basic code youll need to open a .torrent file and query a tracker using PHP. It is intended to be as simple as possible, with as little as 3 lines required to open a .torrent file and query a tracker about it. The library now supports both scrape and announce queries, as well as employing an aggressive caching policy to improve efficiency. Using this library you will be able to query the files, directories, filesizes, seeders, leeches, peers and trackers of a torrent with ease.<<less
Added: 2007-04-17 License: Other Price: $0.00USD
16 downloads
Other version of PHP BitTorrent Library
Price: FreeAdditionalInfoFreetouseforanything,butIwouldappreciateacreditifyoufindituseful.
License:Other Free / Open Source License
License:Other Free / Open Source License
CImg Library 1.2.8
CImg Library is an open source C toolkit for image processing. more>> CImg Library 1.2.8 is a program which appears as an open source C toolkit for image processing. It supports classes and functions to load, save, process and display images in your own C code.
Major Features:
- Consist only of a single header file CImg.h that must be included in your C program source.
- Contain useful image processing algorithms for image loading/saving, displaying, resizing/rotating, filtering, object drawing (text, lines, faces, curves, ellipses, 3D objects, ..), etc...
- The main image class can represent images up to 4-dimension wide (x,y,z,v) (from 1-D scalar signals to 3-D multi-channel volumes), with template pixel types.
- Depend on a minimal number of libraries : you can compile it only with standard C libraries. No need for exotic libraries and complex dependencies.
- Additional features appear with the use of ImageMagick, libpng, libjpeg or XMedCon. Install the Image-Magick package or link your code with libpng and libjpeg to be able to load and save standard compressed image formats (GIF,BMP,TIF,JPG,PNG,...).
Added: 2008-06-04 License: GPL - GNU Public License Price: GPLGNUPublicLicense
15 downloads
dimnum library 1.16
dimnum library 1.16 offers you a convenient tool which contains templated C classes for storage and manipulation of numbers as encountered in physics and engineering. more>> dimnum library 1.16 offers you a convenient tool which contains templated C classes for storage and manipulation of numbers as encountered in physics and engineering. Due to the use of templates, there is no size or speed penalty with respect to normal variables (the latter depends on compiler optimisations; in practise the GNU compiler produces slightly slower code when dimnum numbers are used).<<less
Added: 2007-06-21 License: GPL - GNU Public License Price: GPLGNUPublicLicense
1 downloads
PCRE library 7.2
PCRE library 7.2 is a wonderful software which is able to implement regular expression pattern matching using the same syntax and semantics as Perl 5. more>> PCRE library 7.2 is a wonderful software which is able to implement regular expression pattern matching using the same syntax and semantics as Perl 5. PCRE has its own native API, as well as a set of wrapper functions that correspond to the POSIX regular expression API.<<less
Added: 2007-06-21 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
1 downloads
dbg library 1.20
dbg library 1.20 offers you a powerful software which is able to facilitate modern debugging idioms. more>> dbg library 1.20 offers you a powerful software which is able to facilitate modern debugging idioms. It provides various constraint checking utilities together with an integrated error logging facility. These utilities are flexible and customisable.
Major Features:
- Expressive constraint checking utilities
- Integrated stream-based logging facilities
- Execution tracing support
- Differentiates between different sEasy to use, powerful, configurable
- assertion behaviIntegrates well with modern C code
- Can be compiled out with no overhead
Added: 2007-06-21 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
1 downloads
ADOdb Date and Time Library 0.17
PHP native date functions use integer timestamps for computations. Because of this, dates are restricted to the years 1901-2038 on Unix and 1970-2038 on Windows due to integer overflow for dates beyond those years. This library was developed to overcome more>> PHP native date functions use integer timestamps for computations. Because of this, dates are restricted to the years 1901-2038 on Unix and 1970-2038 on Windows due to integer overflow for dates beyond those years. This library was developed to overcome these limitation by replacing the native functions signed integers with PHP floating point numbers when necessary. This library supports dates from 100 A.D. to billions of years in the future. For high speed, this library uses the native date functions where possible, and only switches to PHP code when the dates fall outside the 32-bit signed integer range.<<less
Added: 2003-01-27 License: BSD Price: 0.00
13 downloads
Other version of ADOdb Date and Time Library
License:BSD Style
TNT Clip Art Library
Clip art for macromedia flash, works with macromedia flashMX, MX2004 and MX2004 Pro. This library contains design elements like: rain drops, fire, sport balls, lightning, lifs, stars and other element more>> Clip art for macromedia flash, works with macromedia flashMX, MX2004 and MX2004 Pro. This library contains design elements like: rain drops, fire, sport balls, lightning, lifs, stars and other elements, just drag and drop them in your flash stage.<<less
Added: 2005-04-26 License: Freeware Price: Free
1647 downloads
PHP Code Snippet Library
Store all you code snippets with this PHP application. It has many options available and highly configurable. Supports unlimited snippets, unlimted categories and unlimited libraries. Does not require more>> Store all you code snippets with this PHP application. It has many options available and highly configurable. Supports unlimited snippets, unlimted categories and unlimited libraries. Does not require a database!!<<less
Added: 2002-10-29 License: Other Free / Open Source License Price: Free
2582 downloads
GTS Library 0.7.6
GTS Library is intended to provide a set of useful functions to deal with 3D surfaces meshed with interconnected triangles. more>> GTS Library 0.7.6 is an effective application which is able to provide a set of useful functions to deal with 3D surfaces meshed with interconnected triangles.
The code is written entirely in C with an object-oriented approach based mostly on the design of GTK . Careful attention is paid to performance related issues as the initial goal of GTS is to provide a simple and efficient library to scientists dealing with 3D computational surface meshes.
Major Features:
- Simple object-oriented structure giving easy access to topological properties.
- 2D dynamic Delaunay and constrained Delaunay triangulations.
- Robust geometric predicates (orientation, in circle) using fast adaptive floating point arithmetic
- Robust set operations on surfaces (union, intersection, difference).
- Surface refinement and coarsening (multiresolution models).
- Dynamic view-independent continuous level-of-detail.
- Preliminary support for view-dependent level-of-detail.
- Bounding-boxes trees and Kd-trees for efficient point location and collision/intersection detection.
- Graph operations: traversal, graph partitioning.
- Metric operations (area, volume, curvature ...).
- Triangle strips generation for fast rendering.
Added: 2007-06-07 License: GPL - GNU Public License Price: GPLGNUPublicLicense
11 downloads
PEL: PHP Exif Library 0.9
The PHP Exif Library (PEL) provides an easy-to-use library written in pure PHP which will allow you to both read and write the Exif headers commenly found in JPEG and TIFF photos taken with digital cameras. All tags can be added and deleted. more>> The PHP Exif Library (PEL) provides an easy-to-use library written in pure PHP which will allow you to both read and write the Exif headers commenly found in JPEG and TIFF photos taken with digital cameras. All tags can be added and deleted.<<less
Added: 2004-05-26 License: GPL Price: $0.00USD
12 downloads
JavaScript Encryption Library 1.1
A modular and extensible collection of cryptography functions, for encryption and hashing. Includes Blowfish, MD5, SHA functions, XXTEA, and others, all coded from easy-to-read and object-oriented JavaScript code. more>> A modular and extensible collection of cryptography functions, for encryption and hashing. Includes Blowfish, MD5, SHA functions, XXTEA, and others, all coded from easy-to-read and object-oriented JavaScript code.<<less
Added: 2008-03-25 License: GPL Price: $0.00USD
16 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above plotting library search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed