You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,8 @@ It's fork of [awesome link](https://github.com/akullpp/awesome-java) with new st
77
77
-[4. Code Analysis](#4-code-analysis)
78
78
-[5. Monitoring](#5-monitoring)
79
79
-[6. Redefinition of classes at runtime](#6-redefinition-of-classes-at-runtime)
80
-
-[7. Other](#7-other)
80
+
-[7. Documentation](#7-documentation)
81
+
-[8. Other](#8-other)
81
82
82
83
-[VI. Program languages and applications, that was written with Java](#vi-program-languages-and-applications-that-was-written-with-java)
83
84
-[1. Program languages, that was written with Java](#1--program-languages-that-was-written-with-java)
@@ -248,6 +249,7 @@ It's fork of [awesome link](https://github.com/akullpp/awesome-java) with new st
248
249
1.[ThreeTenBP](https://github.com/ThreeTen/threetenbp) - Backport of functionality based on JSR-310 to Java SE 6 and 7. This is NOT an implementation of JSR-310. License: [BSD 3](https://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_.28.22Revised_BSD_License.22.2C_.22New_BSD_License.22.2C_or_.22Modified_BSD_License.22.29). 
249
250
1.[Time4J](https://github.com/MenoData/Time4J) - Advanced date, time and interval library for Java. License: [GNU Lesser 2.1](https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License). 
250
251
1.[Ocpsoft Prettytime](https://github.com/ocpsoft/prettytime) Social Style Date and Time Formatting for Java.PrettyTime is an OpenSource time formatting library. Completely customizable, it creates human readable, relative timestamps like those seen on Digg, Twitter, and Facebook. Get started “right now!” and in over 30 languages! License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0) , github's star - 394. 
252
+
1.[threeten-extra](https://github.com/ThreeTen/threeten-extra) Provides additional date-time classes that complement those in JDK 8. [business-friendly BSD 3-clause license](http://www.threeten.org/threeten-extra/license.html)
[Word Segmenter](http://nlp.stanford.edu/software/segmenter.html),[Classifier](http://nlp.stanford.edu/software/classifier.html),[EnglishTokenizer](http://nlp.stanford.edu/software/tokenizer.html),[TokensRegex](http://nlp.stanford.edu/software/tokensregex.html),[Temporal Tagger](http://nlp.stanford.edu/software/sutime.html),[Pattern-based Information Extraction and Diagnostics](http://nlp.stanford.edu/software/patternslearning.html),[Stanford Relation Extractor](http://nlp.stanford.edu/software/relationExtractor.html). License: [GNU 2/3](https://en.wikipedia.org/wiki/GNU_General_Public_License). 
689
691
1.[Apache Tika](http://tika.apache.org) The Apache Tika toolkit detects and extracts metadata and structured text content from various documents using existing parser libraries. License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0). 
1.[JRebel](http://zeroturnaround.com/software/jrebel/) - Reload code changes instantly. Skip the build and redeploy process. JRebel reloads changes to Java classes, resources, and over 90 frameworks. *License: proprietary*
1121
1124
1.[Spring Loaded](https://github.com/spring-projects/spring-loaded) - Java agent that enables class reloading in a running JVM. License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0)
1122
1125
1123
-
### 7. Other
1126
+
### 7. Documentation
1127
+
[Up](#useful-java-links)
1128
+
1129
+
1.[Pegdown-doclet:](https://github.com/Abnaxos/pegdown-doclet) A Doclet that allows the use of Markdown ([Pegdown](https://github.com/sirthias/pegdown)) and [PlantUML](http://plantuml.com/) in JavaDoc comments. License: [GPL 3.0](http://www.gnu.org/licenses/gpl-3.0-standalone.html), github's star - 144. 
1130
+
1131
+
### 8. Other
1124
1132
[Up](#useful-java-links)
1125
1133
1126
1134
1.[Google J2ObjC:](https://github.com/google/j2objc) A Java to iOS Objective-C translation tool and runtime. License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0) , github's star - 2940. 
0 commit comments