192
votes
67answers
9k views
Most useful free .NET libraries?
I have used a lot of free .NET libraries, some from Microsoft itself!
Which ones have you found the most useful?
Dependency Injection/Inversion of Control
Unity Framework - Microsoft
StructureMap - …
125
votes
116answers
10k views
Most useful free Java libraries?
I've never seen a good list of free Java libraries.
What are some of your can't-live-without Java libraries?
Note: to keep this poll as useful as possible, please remember:
Post only one library …
34
votes
44answers
3k views
What is the most useful .net library you’ve found?
The .net framework comes with a bunch of really useful libraries, but there's always something better out there.
What 3rd party libraries have you found that you can't live without now?
is it C5?
…
32
votes
18answers
9k views
Good PHP ORM Library?
Does anyone know of a good object-relational-mapping library for PHP? I know of PDO/ADO, but they seem to only provide abstraction of differences between database vendors not an actual mapping between …
27
votes
22answers
2k views
What modern C++ libraries should be in my toolbox?
I've been out of the C++ game for about 10 years and I want to get back in and start on a commercial app. What libraries are in use these days?
User interface (e.g, wxWidgets, Qt)
Database
General …
24
votes
23answers
2k views
Does anyone know of a good library for mapping a person’s name to his or her sex?
I am looking for a library or database that can provide guesses about whether a person is male or female based on his or her name or nickname. Something like
john => "M",
mary => "F",
alex …
22
votes
15answers
822 views
Storing third-party libraries in source control
Should libraries that the application relies on be stored in source control? One part of me says it should and another part say's no. It feels wrong to add a 20mb library that dwarfs the entire app …
20
votes
9answers
5k views
A better Java JSON library?
Can anyone recommend a good Java JSON library (better than the one from http://json.org/)? I've also found JSON-lib, which definitely looks like an improvement, but I'm wondering if there is anything …
20
votes
5answers
2k views
Free OCR library
Does anyone know of a good free or cheap (under £100/$200) OCR library? It needs to run on Windows and preferably be a .NET library, though a COM interface is fine.
18
votes
8answers
2k views
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 …
17
votes
15answers
3k views
Integrating POP3 client functionality into a C# application?
I have a web application that requires a server based component to periodically access POP3 email boxes and retrieve emails. The service then needs to process the emails which will invlove:
…
17
votes
15answers
4k views
What is the best image manipulation library?
I would love find out which is the best image manipulation library for which platforms and languages. Likely you could use a library under multiple platforms with the right API or Plugin capabilities. …
17
votes
12answers
1k views
Boost Library
Since I have started using this site, I keep hearing about the Boost library. I am wondering what are some of the major benefits of the Boost library (hence why should I use it) and how portable is …
17
votes
20answers
5k views
Best C/C++ Network Library
I haven't done work in C/C++ for a little bit and was just wondering what people's favorite cross platform libraries are to use.
I'm looking for something that is a good quick and dirty library as …
16
votes
8answers
521 views
Should I link to Google API’s cloud for JS libraries?
I'm looking for the pros/cons of pulling jQuery & other JS libraries from Google API's cloud as opposed to downloading files and deploying directly.
What say you?
My decision
The likelihood …
