library

How can I play a library item with four keyframes as a single animation?

I'm using AS3, and have one simple layer with 4 keyframes If I import it to another fla file as a library item, it keeps showing me all keyframes, I don't want that I want it to show me the whole animation. Like, if I have an animation of me swinging a baseball bat, I don't want to see all the keyframes seperately imported into the libr...

Problem with Cartesian widgets in FLTK

I use Cartesian to display XY graphics inside my software. In some occasion, I show a line constant with an amplitude of 0 on the Y axis but this is not data ...

Looking for a permissive and active cross-platform image processing library in C/C++

I'm looking a cross-platform image processing library in C/C++ which is under active development. One more requirement: No GPL license. Some references: http://stackoverflow.com/questions/796364/fast-cross-platform-c-c-image-processing-libraries http://stackoverflow.com/questions/1200727/cross-platform-drawing-library ...

Put external library to the JAR?

I have added some external libraries to my java project (in netbeans). Is it possible to put the external jar library to the java archive (and not to put them into a separate (for example) "lib" directory)? ...

what do the words platform and api exactly mean?

i've bought a book "learning the java SE 6 platform". i wonder what the word platform really means. cause isn't it just a bunch of classes that i can use. the JDK 1.6 node in Netbeans under Libraries. And what is API? isn´t it the same thing as platform. But doesnt library mean the same thing..a bunch of classes with some superclasses a...

Objective-C / iPhone IRC Library

Is there a IRC library that is suitable for use on the iPhone? ...

Copy-protecting a static library

I will soon be shipping a paid-for static library, and I am wondering if it is possible to build in any form of copy protection to prevent developers copying the library. Ideally, I would like to prevent the library being linked into an executable at all, if (and only if!) the library has been illegitimately copied onto the developer's ...

Simple image loading libraries

I have an app that uses this library (actually a direct port to D) for some image processing. I'm looking for some other libraries of a similar style to use to load other file types. Things I need/want: Loss less format. Simple C API. Loads data into buffers in a raw pixel format. Open source (as in I can get source files and compile ...

Operational Transformation library?

I'm looking for a library that would allow me to synchronize text in real-time between multiple users (ala Google Docs). I've stumbled upon Operational Transformation, which seems to fit my needs. Having said that, I understand the gist of OT, but not the math nor implementation of OT. Thus, I was wondering if there was a drag'n'drop J...

Does anyone know of a library in Java that can parse ESRI Shapefiles?

I'm interested in writing a visualization program for the road data in the 2009 Tiger/Line Shapefiles. I'd like to draw the line data to display all the roads for my county. The ESRI Shapefile or simply a shapefile is a popular geospatial vector data format for geographic information systems software. It is developed and reg...

Sending data async over network with prefetching in .NET

If you have ever used SQL Server Management Studio, you would have noticed how query results begin to show in the viewer before the query is finished and all results are received by the client. I am looking to implement (reuse) that functionality for my own data store / data streaming farm. Client sends a query to the server and gets ...

Boost library for RTTI

Hi, which boost library should I use to implement RTTI in my project?? Is it Statechart library? Thanks and Regards, Jabez. ...

Numerical Java Libraries

Most of my code is in Java. For standardized algorithms: matrix operations, FFT, ... I would prefer to not use my own pure Java implementations, and are perfectly happy using unsafe FFI/JNI calls. What are the libraries I should look into? Thanks! ...

Rails lib includes

Hello I have a puzzling issue regarding modules defined in the lib dir I have two files #lib/authentication.rb module Authentication end #lib/test_module.rb module TestModule end In my application controller I have class ApplicationController < ActionController::Base include Authentication include TestModule end ...

Object model for html generation?

Something like new Div { new A{Href = "test", Content = "link"}, new P("text"), }.ToString() == "<div> <a href='test'> link </a> <p>text</p> </div>" ...

Including PHP functions from another file

I would like to access some functions defined in another PHP file, but that file also outputs content that I don't want to display. Is there any way to access the functions without "running" the whole file? Perhaps by redirecting the output from that file to somewhere hiddeN? ...

What's a good, if any, .NET Windows automation library?

[Note: edited q. for the bounty and to make it clear, but q. remains the same] I'm looking for a library that can be used in native .NET code, just like any .NET assembly. The purpose of the library must be to automate Windows (push a button, select a window, send keys, record & playback, that sort of thing). So: the library is suppose...

Library for strict floating point Math in .NET

I have algorithm/computation in Java and unit test for it. The unit test expects result with some precision/delta. Now I ported the algo into .NET and would like to use same unit test. I work with double data type. The problem is that Java uses strictfp (64bits) for some operations in Math class. Where as .NET uses FPU/CPU always (80 ...

How can I use an external jar in an Android project in NetBeans?

I need to create an Android library which I can include as a jar in any Android application. I use NetBeans 6.8, the nbandroid plugin, and the Android SDK. The steps I took so far are: 1) Create the library project, with android.jar included to have access to Android classes (the library uses android.util.Log and other Android classes)...

MissingNativeError thrown when importing Jar file on BlackBerry

I have several libraries that I want to import into my project. They are all Jar files I've created, and they were built using Eclipse, then preverified using the command-line tool. Now, I'm working in the BlackBerry JDE (not Eclipse) and I've added the Jar files into my main project. Originally, it wouldn't compile, complaining about...