views:

56

answers:

4

I am looking for something like a portal, or a community where everybody posts their contributions in Java.

Ex. polynomial calculations, ...

Scenario: Search -> "polynomial" -> download package (source code)

Thank you.

A: 

There isn't a single source for such things, so I'd say use google. If you don't find anything, or you find too many things, ask a question here "Java library for polynomials", and state what are your exact requirements.

Bozho
+1  A: 

There is no such single place where you can search and download, try different sources like source forge, java-source.net, apache.. or simply the best "Google it"

Teja Kantamneni
A: 

I frequently stumble upon java-source.net, but I don't think people start from a specific site: if you need a math library, you ask google for "math java open source" or something similar.

Tomislav Nakic-Alfirevic
A: 

I usually use Google for this. Just add the keyword "java" and maybe "open source" and/or "api". E.g.

Or if it is hard to find or you're looking for certain implementations, then try "guessing" the classname.

Another examples:

BalusC