library

BASS 2.4.4 Error When Making

Hello, I'm trying to make the BASS 2.4.4 library for my Linux Ubuntu Hardy Heron, but when I run make I'm getting many errors, see: [ubuntu@eeepc:~/Desktop/bass24-linux] make make -C 3dtest make[1]: Entering directory `/home/ubuntu/Desktop/bass24-linux/3dtest' cc -Os -I/home/ubuntu/Desktop/bass24-linux -L/home/ubuntu/Desktop/bass24-lin...

Can I use C++ libraries in a C program?

I am writing a program in C, but I would like to use dynamic libraries like a vector. Is it possible to use C++ libraries in a C program? ...

module to abstract limitations of GQL

Hello, I am after a Python module for Google App Engine that abstracts away limitations of the GQL. Specifically I want to store big files (> 1MB) and retrieve all records for a model (> 1000). I have my own code that handles this at present but would prefer to build on existing work, if available. Thanks ...

Financial library for C/C++

Do you know of a good open source financial library written in C (preferably) or C++? I already looked at Quantlib, which seems too complicated for me, since I just want some basic computations (total cost of credit, all in-cost credit rate...) Thank you very much! ...

C# Socket Library

Are there any C# Socket libraries (preferably compatible with Mono) that are better than the standard one built into the framework? I wanted to see if there was a better alternative and start with it instead of finding out about it several months along in the project. ...

Javascript image handling library

Hello, I need to some extra functionalities to a website regarding image handling. The user must be able to pane, zoom and rotate images on a image gallery. Is there any free javascript library/framework that handles this actions? ...

Are there any libraries providing mouse-driven zoom/pan for pure AS3 projects?

Today I wanted to add mouse-driven zoom and pan functionality to a pure AS3 project - something like the Google Maps interface. I was surprised that I couldn't find a good package or library to do this already - I'm using FlashDevelop rather than Flash CS3, so the nice VCam tool available as an FLA is no use. There's nothing very compli...

Accessing dynamically loaded DLL (with LoadLibrary) in Visual Basic 6

I have a need to create a wrapper for a DLL, loading and unloading it as needed (for those interested in the background of this question, see http://stackoverflow.com/questions/1662075/how-to-work-around-memory-leaking-3rd-party-dll-no-source-code-accessed-by-tomc) . I'm doing it in Visual Basic 6, and the loading and unloading with the ...

Where can I find these libraries to install in Ubuntu 8.10?

Here is some information saying some libraries are needed to build OpenCV for programming: -- checking for module 'libunicap' -- package 'libunicap' not found -- checking for module 'libucil' -- package 'libucil' not found -- checking for module 'libv4l1' -- package 'libv4l1' not found I tried to look...

Including libcurl in project

So I downloaded the zip file from the curl website. I copied the directory with all of the header files into my include directory. Including the curl.h works with no problems, however, when I go to actually call a function, suddenly my c++ app will no longer compile. Here's the error I'm receiving: [Linker error] undefined referenc...

how a function in shared library to link an un-implmented function?

Is it possible to make a shared library in which exist some function that are not implemented? I'l like to make a shared library testDele.so and leave some of the functions in the testDele.so to be implimented by other people for example: library provider make the files: ====== testDele.c ============== #include <stdlib.h> #include...

How to manage Tomcat 6 libraries into subfolders under %TOMCAT_HOME%/lib?

I use Tomcat 6.0.20 and JDK 1.6.0.13. How can I load libraries from sub-folders of "%TOMCAT_HOME%/lib/" without taking the .jars out of sub-folders and putting them straight into "%TOMCAT_HOME%/lib/"? The reason I want to do this, is because many apps are going to be sharing lots of libraries. So, for the sakes of organization I want ...

Which Twitter API Library for Ruby do you recommend?

What is the best Twitter API Library for Ruby? I want to do simple things like: search for specifics keywords for a date range start following people tweet messages How can I do these things with the library you recommend? ...

Best Duration type in Java or .Net

I have seen way to many places where a method takes a long or an int to represent durations in either nanoseconds, milliseconds (most common), seconds and even days. This is a good place to look for errors, too. The problem is also quite complex once you realize that you can mean for the duration to be a certain number of seconds, or an...

Does an open-source poker-related math library exist?

I would like to develop a poker odds application that can give the probability of various game situations. Since the application will be mostly statistical analysis, I figured I would see if someone else had already written a library that implements the required mathematics. I would prefer cross-platform open-source in C++, but that's n...

website load testing Python script

Hello, I am after a Python script to help me load test my Google App Engine website. I want to give it a set of URLs and a request rate (would need to use threads) and then measure the response times of my website. I have had a look at a few solutions but they don't let you set an upper limit for the request rate. Any ideas? Thanks ...

Looking for some library to extract HTML pages from CHM files

Hi all, Just like in subject. I'm looking for a library for any scripting language (preferable: php, ruby, python, perl) that allow me to extract HTML source files from CHM package. Any thoughts? ...

Good libraries for generating non uniform pseudo-random numbers

Hi, I'm looking for known libraries that are able to generate non uniformly distributed random numbers for C, C++ and Java. Thanks ...

Binary libraries

What are binary libraries? How to generate statistically linked binaries to libraries? What is the difference between libraries and binaries? ...

A control or library to interface with NtBackup or tape devices

Hello: I know I can run NtBackup commands from command line with parameters but, Do you know any library for .net to control Tape devices (include autoloaders)? There is an api for this? I couldn't find anything with a quick googling. Thanks in advances. ...