library

"Reading" zip files as if they were directories

Are there any libraries for dealing with zip files as if they were simply directories? i.e. get a file listing, read a file, etc. I prefer something in C, but any other language is fine. Also, it would help if such a library could deal with other compression formats (rar, 7z, etc). ...

Most interesting library you have seen lately

What is the most interesting library you have seen lately? In April i was watching a video online where the intel guys explained a little about Thread Building Blocks (which is also open source!) and i thought it was cool http://www.threadingbuildingblocks.org/ ...

Creating dynamically loaded Linux libraries using Eclipse

I am writing a program in C++ using Eclipse. I want to compile it as a library for Linux, somthing like a DLL in Windows. How I can do this? Do you know any tutorials on how libraries are created? I just want to understand that is the analog of a DLL for Linux and how to create it. I will be thankful for a small example. ...

Java library to do time series analysis

I need to do some analysis of an arbitrary amount of time series in Java. Among others i need to be able to use Linear regression, various smoothing techniques, filtering, etc. I'm not very keen of writing all this from scratch so, do you know of any good Java libraries for these kind of analysis? Edit: R- Seems like an good choice....

Open source library for an online examination module?

I am writing an educational website for a non-profit purpose and I want to reuses an already available library for an "online examination" module (web application). Any server side scripting language will do. Please suggest... I have heard that there is a lot of free code available as PHP scripts. I haven't used PHP yet but I can learn ...

What libraries are available for Java that parse IP header bytes?

On my project, we have been writing our own IP header parsing code for some time now. I'm starting to wonder if our time could be spent better elsewhere. A google search has not yielded much of use. Basically, what I am looking for is a third party library that will be able to parse out all of the meaningful information out of a IP pack...

Which gps library would you recommend for python?

I'm looking for a free library for python that can calculate your direction and your speed from GPS coordinates and maybe can calculate if you are in some boundaries or things like this. Are there Libraries that you know and that worked well for you? Edit: Ok it seems I have to specify this a little bit. We are using python on a linux...

Face recognition Library

I'm looking for a free face recognition library for a university project. I'm not looking for face detection. I'm looking for actual recognition. That means finding images that contain specified faces or libraries that calculate distances between specific faces. I'm using OpenCV for detecting the faces and a rough Eigenfaces Algorithm...

Using C++ Library in Linux (eclipse)

Hello everyone! I wrote a library and want to test it. I wrote the following program, but I get an error message from eclipse. #include <stdlib.h> #include <stdio.h> #include <dlfcn.h> int main(int argc, char **argv) { void *handle; double (*desk)(char*); char *error; handle = dlopen ("/lib/CEDD_LIB.so.6", RTLD_LAZY);...

eliminating the inter-compiler incompatibility issue with C++ dynamic libraries

..., a follow up to this. From the answers I've been given to my referenced question I've learned that: different compilers use different name decoration, which makes it impossible to use a C++ dynamic library built with compiler A in a project built with compiler B, the library can be built as static saving me including n header and ...

How to replace "ld --exclude-libs" on Mac OS X?

We're trying to port a commercial SDK software from Linux to Mac OS X and we're running into the problem that ld on Mac OS X does not support the --exclude-libs switch which we use on the linux side. We are linking in static libraries, object files to create a shared library. We want to only expose symbols marked with: #define EXPORT_...

Is there an open source library to handle Polar heart rate monitor sound files?

Some of the Polar heart rate monitors can emit training session information using sound. The devices emit a sound like the modems used to do. Are there any Java based libraries to parse these sound files and extract the data? I prefer a Java library, but other implementations are fine too. ...

Are there faster XML parsers in Java than Xalan/Xerces

I haven't found many ways to increase the performance of a Java application that does intensive XML processing other than to leverage hardware such as Tarari or Datapower. Does anyone know of any open source ways to accelerate XML parsing? ...

Building open source library (liblo) for iPhone

I've got an iPhone project using liblo (liblo.sourceforge.net). My project's been working fine in the simulator, but as soon as I went to build for the device, ld fails: ld: library not found for -llo I suspect that this is because I just ran make install when I downloaded liblo. I found a thread that suggested cross compiling by runni...

What does -fPIC mean when building a shared library?

I know the '-fPIC' option has something to do with resolving addresses and independence between individual modules, but I'm not sure what it really means. Can you explain? ...

Entity Base Class Library

Is there as base class library out there with entities like customer, address, order etc? ...

What is the best way to share assets - icons/images - across multiple Flex applications?

I am in the process of creating a new - "lite" - version of a Flex application I created a while ago. I have been porting over many of the Classes and Components to a Flex Library Project that compiles an SWC file. Because both are Cairngorm applications, I'm not able to completely eradicate duplicate code, but it seems logical that I sh...

C++ SQL database library comparison

Hi, I am starting development on a medium-scale C++ project that has to work with a Microsoft SQL Server database. I have done database work before using .NET technologies but I don't find using a .NET approach to be appropriate this time. I would like to get some feedback concerning the various free (as in GPL, LGPL, Boost) C/C++ SQL l...

Grib library

Some one know a usable grib file format i/o library, i should use it on iphone ...

activation system for flash

Hi all, BRIEF: I am interested in finding out if there has been or ever will be a system for processing and managing software activation in a flash app. DESCRIPTION: My company develops alot in flash and flex and can already manage user access for online applications. but if I were to distribute a flash *.exe or an AIR app; are there...