pull req 16.11 (#3059)
* Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md
This commit is contained in:
parent
d0bf73ff6d
commit
f02ffe9ae6
|
@ -14,3 +14,4 @@
|
||||||
- [Bubble Sort in Java](http://www.baeldung.com/java-bubble-sort)
|
- [Bubble Sort in Java](http://www.baeldung.com/java-bubble-sort)
|
||||||
- [Introduction to JGraphT](http://www.baeldung.com/jgrapht)
|
- [Introduction to JGraphT](http://www.baeldung.com/jgrapht)
|
||||||
- [Introduction to Minimax Algorithm](http://www.baeldung.com/java-minimax-algorithm)
|
- [Introduction to Minimax Algorithm](http://www.baeldung.com/java-minimax-algorithm)
|
||||||
|
- [How to Calculate Levenshtein Distance in Java?](http://www.baeldung.com/java-levenshtein-distance)
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
### Relevant articles
|
||||||
|
|
||||||
|
- [Introduction to Apache Spark](http://www.baeldung.com/apache-spark)
|
|
@ -30,3 +30,4 @@
|
||||||
- [Guide to Volatile Keyword in Java](http://www.baeldung.com/java-volatile)
|
- [Guide to Volatile Keyword in Java](http://www.baeldung.com/java-volatile)
|
||||||
- [Overview of the java.util.concurrent](http://www.baeldung.com/java-util-concurrent)
|
- [Overview of the java.util.concurrent](http://www.baeldung.com/java-util-concurrent)
|
||||||
- [Semaphores in Java](http://www.baeldung.com/java-semaphore)
|
- [Semaphores in Java](http://www.baeldung.com/java-semaphore)
|
||||||
|
- [Daemon Threads in Java](http://www.baeldung.com/java-daemon-thread)
|
||||||
|
|
|
@ -115,4 +115,5 @@
|
||||||
- [Number of Digits in an Integer in Java](http://www.baeldung.com/java-number-of-digits-in-int)
|
- [Number of Digits in an Integer in Java](http://www.baeldung.com/java-number-of-digits-in-int)
|
||||||
- [Proxy, Decorator, Adapter and Bridge Patterns](http://www.baeldung.com/java-structural-design-patterns)
|
- [Proxy, Decorator, Adapter and Bridge Patterns](http://www.baeldung.com/java-structural-design-patterns)
|
||||||
- [Creating a Java Compiler Plugin](http://www.baeldung.com/java-build-compiler-plugin)
|
- [Creating a Java Compiler Plugin](http://www.baeldung.com/java-build-compiler-plugin)
|
||||||
|
- [A Guide to the Static Keyword in Java](http://www.baeldung.com/java-static)
|
||||||
|
- [Initializing Arrays in Java](http://www.baeldung.com/java-initialize-array)
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
This is a sample project for the [deeplearning4j](https://deeplearning4j.org) library.
|
This is a sample project for the [deeplearning4j](https://deeplearning4j.org) library.
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [A Guide to deeplearning4j](http://www.baeldung.com/a-guide-to-deeplearning4j/)
|
- [A Guide to deeplearning4j](http://www.baeldung.com/deeplearning4j)
|
||||||
|
|
|
@ -53,7 +53,11 @@
|
||||||
- [Using Pairs in Java](http://www.baeldung.com/java-pairs)
|
- [Using Pairs in Java](http://www.baeldung.com/java-pairs)
|
||||||
- [Apache Commons Collections Bag](http://www.baeldung.com/apache-commons-bag)
|
- [Apache Commons Collections Bag](http://www.baeldung.com/apache-commons-bag)
|
||||||
- [Introduction to Caffeine](http://www.baeldung.com/java-caching-caffeine)
|
- [Introduction to Caffeine](http://www.baeldung.com/java-caching-caffeine)
|
||||||
+-[Introduction to Chronicle Queue](http://www.baeldung.com/java-chronicle-queue)
|
- [Introduction to Chronicle Queue](http://www.baeldung.com/java-chronicle-queue)
|
||||||
|
- [Introduction To Docx4J](http://www.baeldung.com/docx4j)
|
||||||
|
- [Introduction to StreamEx](http://www.baeldung.com/streamex)
|
||||||
|
- [Introduction to BouncyCastle with Java](http://www.baeldung.com/java-bouncy-castle)
|
||||||
|
- [Intro to JDO Queries 2/2](http://www.baeldung.com/jdo-queries)
|
||||||
|
|
||||||
The libraries module contains examples related to small libraries that are relatively easy to use and does not require any separate module of its own.
|
The libraries module contains examples related to small libraries that are relatively easy to use and does not require any separate module of its own.
|
||||||
|
|
||||||
|
|
|
@ -2,3 +2,4 @@
|
||||||
|
|
||||||
- [Intro to Dropwizard Metrics](http://www.baeldung.com/dropwizard-metrics)
|
- [Intro to Dropwizard Metrics](http://www.baeldung.com/dropwizard-metrics)
|
||||||
- [Introduction to Netflix Servo](http://www.baeldung.com/netflix-servo)
|
- [Introduction to Netflix Servo](http://www.baeldung.com/netflix-servo)
|
||||||
|
- [Quick Guide to Micrometer](http://www.baeldung.com/micrometer)
|
||||||
|
|
|
@ -8,3 +8,4 @@
|
||||||
- [Observable Utility Operators in RxJava](http://www.baeldung.com/rxjava-observable-operators)
|
- [Observable Utility Operators in RxJava](http://www.baeldung.com/rxjava-observable-operators)
|
||||||
- [Introduction to rxjava-jdbc](http://www.baeldung.com/rxjava-jdbc)
|
- [Introduction to rxjava-jdbc](http://www.baeldung.com/rxjava-jdbc)
|
||||||
- [Schedulers in RxJava](http://www.baeldung.com/rxjava-schedulers)
|
- [Schedulers in RxJava](http://www.baeldung.com/rxjava-schedulers)
|
||||||
|
- [Mathematical and Aggregate Operators in RxJava](http://www.baeldung.com/rxjava-math)
|
||||||
|
|
|
@ -3,3 +3,4 @@
|
||||||
- [A Guide to Activiti with Java](http://www.baeldung.com/java-activiti)
|
- [A Guide to Activiti with Java](http://www.baeldung.com/java-activiti)
|
||||||
- [Introduction to Activiti with Spring](http://www.baeldung.com/spring-activiti)
|
- [Introduction to Activiti with Spring](http://www.baeldung.com/spring-activiti)
|
||||||
- [Activiti with Spring Security](http://www.baeldung.com/activiti-spring-security)
|
- [Activiti with Spring Security](http://www.baeldung.com/activiti-spring-security)
|
||||||
|
- [ProcessEngine Configuration in Activiti](http://www.baeldung.com/activiti-process-engine)
|
||||||
|
|
|
@ -23,3 +23,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
|
||||||
- [New in Guava 21 common.util.concurrent](http://www.baeldung.com/guava-21-util-concurrent)
|
- [New in Guava 21 common.util.concurrent](http://www.baeldung.com/guava-21-util-concurrent)
|
||||||
- [A CLI with Spring Shell](http://www.baeldung.com/spring-shell-cli)
|
- [A CLI with Spring Shell](http://www.baeldung.com/spring-shell-cli)
|
||||||
- [JasperReports with Spring](http://www.baeldung.com/spring-jasper)
|
- [JasperReports with Spring](http://www.baeldung.com/spring-jasper)
|
||||||
|
- [Model, ModelMap, and ModelView in Spring MVC](http://www.baeldung.com/spring-mvc-model-model-map-model-view)
|
||||||
|
|
Loading…
Reference in New Issue