mirror of
https://github.com/akullpp/awesome-java.git
synced 2024-11-20 11:28:01 -05:00
Merge branch 'patch-1' of https://github.com/voltnor/awesome-java into voltnor-patch-1
Conflicts: README.md
This commit is contained in:
commit
2b85e86174
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -25,6 +25,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
|
|||
- [Natural Language Processing](#natural-language-processing)
|
||||
- [ORM](#orm)
|
||||
- [Permissions](#permissions)
|
||||
- [Science and Data Analysis](#science-and-data-analysis)
|
||||
- [Server](#server)
|
||||
- [Template Engine](#template-engine)
|
||||
- [Testing](#testing)
|
||||
|
@ -200,6 +201,15 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
|
|||
|
||||
* [Apache Shiro](http://shiro.apache.org/)
|
||||
|
||||
## Science and Data Analysis
|
||||
|
||||
*Libraries for scientific computing and analysis*
|
||||
|
||||
* [Colt](http://acs.lbl.gov/ACSSoftware/colt/ - High performance scientific and technical computing
|
||||
* [JTransforms](https://sites.google.com/site/piotrwendykier/software/jtransforms) - Multithread FFT library
|
||||
* [Mines JTK](http://inside.mines.edu/~dhale/jtk/) - Tools for digital signal processing, linear algebra, inversion, 2-D and 3-D graphics, and more
|
||||
* [Parallel Colt](https://sites.google.com/site/piotrwendykier/software/parallelcolt) - Multithread high performance scientific and technical computing
|
||||
|
||||
## Server
|
||||
|
||||
*Servers which are specifically used to deploy applications*
|
||||
|
|
Loading…
Reference in a new issue