library

Show all libraries used by executables on linux

I'd like to know which libraries are used by executables on my system. More specifically, I'd like to rank which libraries are used the most, along with the binaries that use them. How can I do this? ...

Good Java graph algorithm library?

Has anyone had good experiences with any Java libraries for Graph algorithms. I've tried JGraph and found it ok, and there are a lot of different ones in google. Are there any that people are actually using successfully in production code or would recommend? To clarify, I'm not looking for a library that produces graphs/charts, I'm look...

.NET path manipulation library

Does anyone know of any good library that abstracts the problem of path manipulation in a nice way? I'd like to be able to combine and parse paths with arbitrary separators ('/' or ':' for example) without reinventing the wheel. It's a shame that System.IO.Path isn't more reusable. Thanks ...

How do you keep up with all the web frameworks?

MooTools/Cappuccino/SproutCore/Django/RubyOnRails/Pylons/jQuery/etc Help, too many buzzwords out there. I spend more time reading about them than actually having time to learn and use them...what to do? ...

Are there C library resources similar to C++'s Boost library?

I don't ever recall coming across anything for C that's as extensive as C++'s Boost library. ...

Does anyone know a library for working with quantity/unit of measure pairs?

I would like to be able to do such things as var m1 = new UnitOfMeasureQuantityPair(123.00, UnitOfMeasure.Pounds); var m2 = new UnitOfMeasureQuantityPair(123.00, UnitOfMeasure.Liters); m1.ToKilograms(); m2.ToPounds(new Density(7.0, DensityType.PoundsPerGallon); If there isn't something like this already, anybody interested in doing i...

Adopting standard libraries

My team has a command parsing library for console apps. Each team around us has their own as well. There isn't anything in the BCL so I suppose this is natural. I've looked at the the module in Mono, which seems solid, and the one on CodePlex looks fine as well. There are probably others out there that will work (and I would love to hea...

Using C++ classes in .so libraries

Hello, I'm trying to write a small class library for a C++ course. I was wondering if it was possible to define a set of classes in my shared object and then using them directly in my main program that demos the library. Are there any tricks involved? I remember reading this long ago (before I started really programming) that C++ classe...

Good source on internet to read books..

Ofcourse, there are Google Books, Wikibooks, Project Gutenburg & iBiblio. What other libraries would you recommend on the internet? ...

What is the most useful multi-purpose open-source library for java?

Are there any open-source libraries that all programmers should know about? I'm thinking something general, a sort of extension to the standard java.util that contains basic functions that are useful for all kinds of application. ...

Is there any AIM API for PHP that would allow a user to set their status from a website?

Some users on a site I have been working on have requested the ability to allow the server to set their aim status when they are listening to a song though our flash music player. I looked at the AIM developer pages, but didn't see any API for PHP. I would be more than willing to write my own, but first I want to make sure that it will ...

What is the single most useful general purpose javascript library for rich internet apps?

See title... ...

Which logging library is better?

I was wondering; which logging libraries for Delphi do you prefer? CodeSite SmartInspect Log4Delphi TraceFormat Please try to add a reasoning why you prefer one over the other if you've used more than one. I'll add suggestions to this question to keep things readable. ...

I need an ID3 tag reader library for Java - preferably a fast one

I'd like to know a good ID3 tag reader library for Java. Would be good if it was easy to use or had very good documentation, but my main criteria is speed - I want to be able to read ID3 tags from over 10,000 files as quickly as possible. Edit 04-Jan-2010 I'm not entirely sure what to do with this question now - it was a high priority ...

What are some good Java RDF libraries.

I'm looking for a light weight java library for dealing with RDF data. It needs to be able to parse and write RDF xml data. Also I would like it to support simple querying of an RDF model. SPARQL would be nice but not required and I don't need an inferencing capabilities. I've used Jena, but it's not very light weight. ...

Form library

Zend_Form has a few problems for my use cases. HTML_QuickForm2 looks dead (frozen in alpha for almost a year). What is a good standalone alternative to these? ...

SWFAddress Deeplinks and C# library?

Is there a C# class for interacting with SWFAddress deeplink URL strings (reading deeplink parameters, building SWFAddress URLs, etc.)? Planning to write one myself otherwise; but I wanted to make sure I wasn't reinventing the wheel first. ...

A Good 3D mesh library

I'm looking for a good 3D Mesh library Should be able to read popular formats (OFF, OBJ...) Should support both half-edge structure and a triangle soup Should be tolerant to faults and illegal meshes. Basic geometric operations - intersections, normal calculation, etc' Most importantly - Should not be convoluted with endless template a...

PubSub lib for c#

Is there a c# library which provides similar functionality to the Python PubSub library? I think it's kind of an Observer Pattern which allows me to subscribe for messages of a given topic instead of using events. ...

Is there any open source library in C++ for 3D chart?

I knew G3D, but it seems to me too much heavy. I want to know some light library which able to generate basic bar or pie charts. ...