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.
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.
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.
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"
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.
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: