We are aware of MSXML, based on COM technologies. We want to use it for a VC++ project starting soon. Are there any other XML libraries do good compared to MSXML?
I am looking for good plotting library (line, pie, column charts) which allows to interact with user touches something like in Stocks app.
I found a core-plot library but seems like that interaction logic is not well-covered.
Please suggest what libraries can be used?
I'm looking for Java libraries/applications which are parallel and feature objects that can be queried in parallel. That is, there is/are objects in which multiple types of operations can be made from different threads and these will be synchronized.
It would be helpful if someone could ideas of where I could find such applications as well.
EDIT: Actually, language doesn't matter so much, so C++, Python, anything is welcome
Hi all.
What are the most stable and useful Cryptography libraries, that they are:
written with/for python, c++, c#, .net
opensource, GNU, or other free license
Has any one encountered any open source iPhone UI Libraries that are good to use in projects to replace some of the standard controls with ones that are more customizable?
Are there any good libraries for cool text animation effects for use in Actionscript (for use in an intro screen or banner).
I've given up tryin to use Flash itself because that takes forever, and I dont know which of the many flash text animation tools to choose from.
I'd like to be able to dynamically product cool text effects with different messages.
I mavenize my java-project and don't understand, how add in it native libraries. In my not-maven project i did it via CLASSPATH. I use NetBeans and maven in it.
I am using Netbeans 6.1 and Tomcat 6.0.1.6.
I made some very minor changes to a project that had been working and now I am getting the following error:
com.sun.rave.web.ui.appbase.ApplicationException: org.apache.jasper.JasperException: Could not add one or more tag libraries.
The only change I made was to a backing bean method, no new UI components, jsp, etc.
Any direction would be greatly appreciated.
Thanks!
I was hoping it was as easy as referencing my existing libraries to use them with WP7.
However, it complains about not able to load them because of .Net CF when I actually use them.
Do i need to recompile them to .NET CF or something?
I thought the big plus of WP7 was: leveraging your existing codebase...?
How can I leverage my existing codebase if I need to strip everything out of it and maintain multiple versions?
Is it possinle to create an editor in c# without using office libraries which should includes all the features of a Dic file including tagging fascility.
please suggest?
I'm working on a PHP project and am looking for a good authorize.net gateway. I want something with mature code that's tested. The goal is to avoid writing and testing the entire thing myself based on the authorize.net api docs.
Does anyone know of any good PHP libraries for this? I've search Google to no avail.
We need to create a basic PDF reader running on J2ME. While there are several PDF libraries for Java, I'm not sure whether they support J2ME.
Does anyone know a working J2ME PDF library? If not, why it's so hard to make it?
I was hoping it was as easy as referencing my existing libraries to use them with WP7.
However, it complains about not able to load them because of .Net CF when I actually use them.
Do i need to recompile them to .NET CF or something?
What caching libraries would you consider to be the most important or useful for .NET?
I'm asking because I need to contact them to see they plan on supporting .NET 4.0's caching framework.
what popular advance mathematics libraries for c++ are present out there, so that they can be used as a 1 stop solution and avoiding reinventing the wheel ?
It is possible to add include paths and libraries to all C projects. In others words who can I make them global or copy one C project build setting to an other one
Hi All
Just wondering if there are any POP3 libraries for C# that can be used for free in commercial applications (I will give full credit to the POP Library makers, ofcourse)?
Thank you
Are there are any libraries that are available for visualizing graphs for iphone sdk? Something like this. There is no need for any animation. Simple laying out of graph is fine. Any pointers are appreciated!
Any libraries to aid writing programs with source code shaped like drawings
(such as http://www.ioccc.org/1998/banks.c or http://groups.google.com/group/comp.lang.c/msg/e105e5d339edec01). For any language.
I'd like to pass parameters to my C++ program in the following manner:
./myprog --setting=value
Are there any libraries which will help me to do this easily?
See also http://stackoverflow.com/questions/189972/argument-parsing-helpers-for-c-unix/191821
Most mature C++ projects seem to have an own reflection and attribute system, i.e for defining attributes which can be accessed by string and are automatically serializable. At least many C++ projects I participated in seemed to reinvent the wheel.
Do you know any good open source libraries for C++ which support reflection and attribute containers, specifically:
Defining RTTI and attributes via macros
Accessing RTTI and attributes via code
Automatic serialisation of attributes
Listening to attribute modifications (e.g. OnValueChanged)
Any recommendation on libraries to do audio processing in Ruby. I need to do the following two tasks:
Find silences, for which I'm happy to just be able to iterate over each sample in the wave.
Cut and paste pieces of wav files to form a new wav file.
Convert wav to mp3, which I will probably leave to lame anyway.
I'm looking for the equivalent of NAudio, a C# library.
Are there any good C++ libraries that can be used to visualize a graph of objects that have been instantiated and have random connections to each other? I would also need it to be able to be updated in real-time so that the graph was constantly updated.
Does anyone know of a simple javascript library that serializes a form DOM object to JSON? I know jQuery has the serialize method but since I am writing an app for IE mobile, I can't use any of the new fancy libraries, must be oldschool simple javascript, as light as possible.
Cheers