Skip to content

Commit f02ffe9

Browse files
cody756pivovarit
authored andcommitted
pull req 16.11 (eugenp#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
1 parent d0bf73f commit f02ffe9

File tree

10 files changed

+17
-3
lines changed

10 files changed

+17
-3
lines changed

algorithms/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
- [Bubble Sort in Java](http://www.baeldung.com/java-bubble-sort)
1515
- [Introduction to JGraphT](http://www.baeldung.com/jgrapht)
1616
- [Introduction to Minimax Algorithm](http://www.baeldung.com/java-minimax-algorithm)
17+
- [How to Calculate Levenshtein Distance in Java?](http://www.baeldung.com/java-levenshtein-distance)

apache-spark/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant articles
2+
3+
- [Introduction to Apache Spark](http://www.baeldung.com/apache-spark)

core-java-concurrency/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@
3030
- [Guide to Volatile Keyword in Java](http://www.baeldung.com/java-volatile)
3131
- [Overview of the java.util.concurrent](http://www.baeldung.com/java-util-concurrent)
3232
- [Semaphores in Java](http://www.baeldung.com/java-semaphore)
33+
- [Daemon Threads in Java](http://www.baeldung.com/java-daemon-thread)

core-java/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,5 @@
115115
- [Number of Digits in an Integer in Java](http://www.baeldung.com/java-number-of-digits-in-int)
116116
- [Proxy, Decorator, Adapter and Bridge Patterns](http://www.baeldung.com/java-structural-design-patterns)
117117
- [Creating a Java Compiler Plugin](http://www.baeldung.com/java-build-compiler-plugin)
118-
118+
- [A Guide to the Static Keyword in Java](http://www.baeldung.com/java-static)
119+
- [Initializing Arrays in Java](http://www.baeldung.com/java-initialize-array)

deeplearning4j/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
This is a sample project for the [deeplearning4j](https://deeplearning4j.org) library.
33

44
### Relevant Articles:
5-
- [A Guide to deeplearning4j](http://www.baeldung.com/a-guide-to-deeplearning4j/)
5+
- [A Guide to deeplearning4j](http://www.baeldung.com/deeplearning4j)

libraries/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@
5353
- [Using Pairs in Java](http://www.baeldung.com/java-pairs)
5454
- [Apache Commons Collections Bag](http://www.baeldung.com/apache-commons-bag)
5555
- [Introduction to Caffeine](http://www.baeldung.com/java-caching-caffeine)
56-
+-[Introduction to Chronicle Queue](http://www.baeldung.com/java-chronicle-queue)
56+
- [Introduction to Chronicle Queue](http://www.baeldung.com/java-chronicle-queue)
57+
- [Introduction To Docx4J](http://www.baeldung.com/docx4j)
58+
- [Introduction to StreamEx](http://www.baeldung.com/streamex)
59+
- [Introduction to BouncyCastle with Java](http://www.baeldung.com/java-bouncy-castle)
60+
- [Intro to JDO Queries 2/2](http://www.baeldung.com/jdo-queries)
5761

5862
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.
5963

metrics/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
- [Intro to Dropwizard Metrics](http://www.baeldung.com/dropwizard-metrics)
44
- [Introduction to Netflix Servo](http://www.baeldung.com/netflix-servo)
5+
- [Quick Guide to Micrometer](http://www.baeldung.com/micrometer)

rxjava/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
- [Observable Utility Operators in RxJava](http://www.baeldung.com/rxjava-observable-operators)
99
- [Introduction to rxjava-jdbc](http://www.baeldung.com/rxjava-jdbc)
1010
- [Schedulers in RxJava](http://www.baeldung.com/rxjava-schedulers)
11+
- [Mathematical and Aggregate Operators in RxJava](http://www.baeldung.com/rxjava-math)

spring-activiti/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
- [A Guide to Activiti with Java](http://www.baeldung.com/java-activiti)
44
- [Introduction to Activiti with Spring](http://www.baeldung.com/spring-activiti)
55
- [Activiti with Spring Security](http://www.baeldung.com/activiti-spring-security)
6+
- [ProcessEngine Configuration in Activiti](http://www.baeldung.com/activiti-process-engine)

spring-all/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
2323
- [New in Guava 21 common.util.concurrent](http://www.baeldung.com/guava-21-util-concurrent)
2424
- [A CLI with Spring Shell](http://www.baeldung.com/spring-shell-cli)
2525
- [JasperReports with Spring](http://www.baeldung.com/spring-jasper)
26+
- [Model, ModelMap, and ModelView in Spring MVC](http://www.baeldung.com/spring-mvc-model-model-map-model-view)

0 commit comments

Comments
 (0)