vote up 1 vote down star
1

For applications, I usually head off to SourceForge, GoogleCode, and FreshMeat. But is there anywhere that deals exclusively in free libraries?

A similar discussion is ongoing for Java, but I'm curious about all languages - Java, PHP, .NET, Ruby, C/C++, etc. It doesn't even have to be OO.

flag

14 Answers

vote up 0 vote down

Even if you know that you will get a certain library/app/framework/DB at a certain FORGE(sourceforge, freshmeat, codehaus, googlecode, etc), using Google to search for them is much faster.

you can use site:www.sourceforge.net "search term" to search for a certain thing.

It also helps in finding documentation for a certain thing "site:springframework.org AbstractTransactionalDataSourceSpringContextTests" will take you directly instead of discussion in other sites.

link|flag
vote up 0 vote down

For python development I always check the Python package index a.k.a. cheeseshop.

link|flag
vote up 1 vote down

Since you mentioned all languages I would put in a plug for RIAForge which is a collection of Open-source libraries for Adobe technologies. Mainly focused on Coldfusion and Flex, but there are sections for Photoshop and Fireworks as well.

link|flag
vote up 0 vote down

Codeplex is good

link|flag
vote up 0 vote down

Mainly Google and Sourceforge, although thanks to the horrible new design I normally use Google nowadays.

link|flag
vote up 1 vote down

In recent months, I've found the Apache Commons to be an excellent resource for free-licenced Java libraries.

link|flag
vote up 0 vote down

I usually look on SourceForge and krugle.com

link|flag
vote up 1 vote down

Most ruby libraries are hosted at RubyForge. It's free and rubygems culls from there by default.

Ruby developers (particularly Rails plugin writers) have also been using GitHub a lot ever since Rails development moved over there.

link|flag
vote up 1 vote down

I usually check http://apache.org first. There is a limited number of projects, but they're all high quality and you're guaranteed to get a license that is friendly to commercial development, which pays the bills.

link|flag
vote up 0 vote down

@Forgotten Semicolon: Ah. I see that libraries and projects are all mixed in. OK. I saw a bunch of apps and figured it was mostly apps. Deeper digging showed a good mix of both.

link|flag
vote up 0 vote down

@Thomas Owens: CodePlex does have a good deal of libraries (and applications, of course). As far as .NET OSS libraries they'll either be there or at GoogleCode.

link|flag
vote up 0 vote down

@Forgotten Semicolon: CodePlex appears to deal mostly in applications. I'm looking for libraries/classes/modules only.

link|flag
vote up 0 vote down

C++, use Boost C++ or QT. Boost has a very good license for proprietary systems.

link|flag
vote up 2 vote down

Add CodePlex to that list for .NET projects.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.