File tree Expand file tree Collapse file tree 10 files changed +17
-3
lines changed Expand file tree Collapse file tree 10 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 14
14
- [ Bubble Sort in Java] ( http://www.baeldung.com/java-bubble-sort )
15
15
- [ Introduction to JGraphT] ( http://www.baeldung.com/jgrapht )
16
16
- [ 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 )
Original file line number Diff line number Diff line change
1
+ ### Relevant articles
2
+
3
+ - [ Introduction to Apache Spark] ( http://www.baeldung.com/apache-spark )
Original file line number Diff line number Diff line change 30
30
- [ Guide to Volatile Keyword in Java] ( http://www.baeldung.com/java-volatile )
31
31
- [ Overview of the java.util.concurrent] ( http://www.baeldung.com/java-util-concurrent )
32
32
- [ Semaphores in Java] ( http://www.baeldung.com/java-semaphore )
33
+ - [ Daemon Threads in Java] ( http://www.baeldung.com/java-daemon-thread )
Original file line number Diff line number Diff line change 115
115
- [ Number of Digits in an Integer in Java] ( http://www.baeldung.com/java-number-of-digits-in-int )
116
116
- [ Proxy, Decorator, Adapter and Bridge Patterns] ( http://www.baeldung.com/java-structural-design-patterns )
117
117
- [ 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 )
Original file line number Diff line number Diff line change 2
2
This is a sample project for the [ deeplearning4j] ( https://deeplearning4j.org ) library.
3
3
4
4
### 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 )
Original file line number Diff line number Diff line change 53
53
- [ Using Pairs in Java] ( http://www.baeldung.com/java-pairs )
54
54
- [ Apache Commons Collections Bag] ( http://www.baeldung.com/apache-commons-bag )
55
55
- [ 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 )
57
61
58
62
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.
59
63
Original file line number Diff line number Diff line change 2
2
3
3
- [ Intro to Dropwizard Metrics] ( http://www.baeldung.com/dropwizard-metrics )
4
4
- [ Introduction to Netflix Servo] ( http://www.baeldung.com/netflix-servo )
5
+ - [ Quick Guide to Micrometer] ( http://www.baeldung.com/micrometer )
Original file line number Diff line number Diff line change 8
8
- [ Observable Utility Operators in RxJava] ( http://www.baeldung.com/rxjava-observable-operators )
9
9
- [ Introduction to rxjava-jdbc] ( http://www.baeldung.com/rxjava-jdbc )
10
10
- [ Schedulers in RxJava] ( http://www.baeldung.com/rxjava-schedulers )
11
+ - [ Mathematical and Aggregate Operators in RxJava] ( http://www.baeldung.com/rxjava-math )
Original file line number Diff line number Diff line change 3
3
- [ A Guide to Activiti with Java] ( http://www.baeldung.com/java-activiti )
4
4
- [ Introduction to Activiti with Spring] ( http://www.baeldung.com/spring-activiti )
5
5
- [ Activiti with Spring Security] ( http://www.baeldung.com/activiti-spring-security )
6
+ - [ ProcessEngine Configuration in Activiti] ( http://www.baeldung.com/activiti-process-engine )
Original file line number Diff line number Diff line change @@ -23,3 +23,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
23
23
- [ New in Guava 21 common.util.concurrent] ( http://www.baeldung.com/guava-21-util-concurrent )
24
24
- [ A CLI with Spring Shell] ( http://www.baeldung.com/spring-shell-cli )
25
25
- [ 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 )
You can’t perform that action at this time.
0 commit comments