Skip to content

Commit 8ca38e1

Browse files
cody756pivovarit
authored andcommitted
Github11.07 (eugenp#2254)
* Update README.md * Update README.md * Create README.md * Create README.md * Create README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.MD * Create README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.MD * Update README.md
1 parent 24b14e5 commit 8ca38e1

20 files changed

Lines changed: 46 additions & 2 deletions

File tree

algorithms/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
- [Validating Input With Finite Automata in Java](http://www.baeldung.com/finite-automata-java)
77
- [Introduction to Jenetics Library](http://www.baeldung.com/jenetics)
88
- [Check If a Number Is Prime in Java](http://www.baeldung.com/java-prime-numbers)
9+
- [Example of Hill Climbing Algorithm](http://www.baeldung.com/java-hill-climbing-algorithm)
10+
- [Monte Carlo Tree Search for Tic-Tac-Toe Game](http://www.baeldung.com/java-monte-carlo-tree-search)

core-java-9/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
1313
- [Java 9 Process API Improvements](http://www.baeldung.com/java-9-process-api)
1414
- [Introduction to Java 9 StackWalking API](http://www.baeldung.com/java-9-stackwalking-api)
1515
- [Introduction to Project Jigsaw](http://www.baeldung.com/project-jigsaw-java-modularity)
16+
- [Java 9 Optional API Additions](http://www.baeldung.com/java-9-optional)
17+
- [Java 9 Reactive Streams](http://www.baeldung.com/java-9-reactive-streams)
18+
- [How to Get All Dates Between Two Dates?](http://www.baeldung.com/java-between-dates)

core-java/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,16 @@
113113
- [Difference Between Wait and Sleep in Java](http://www.baeldung.com/java-wait-and-sleep)
114114
- [LongAdder and LongAccumulator in Java](http://www.baeldung.com/java-longadder-and-longaccumulator)
115115
- [Using Java MappedByteBuffer](http://www.baeldung.com/java-mapped-byte-buffer)
116+
- [The Dining Philosophers Problem in Java](http://www.baeldung.com/java-dining-philoshophers)
117+
- [The Difference Between map() and flatMap()](http://www.baeldung.com/java-difference-map-and-flatmap)
118+
- [How to Round a Number to N Decimal Places in Java](http://www.baeldung.com/java-round-decimal-number)
119+
- [Changing Annotation Parameters At Runtime](http://www.baeldung.com/java-reflection-change-annotation-params)
120+
- [How to Find all Getters Returning Null](http://www.baeldung.com/java-getters-returning-null)
121+
- [Converting String to Stream of chars](http://www.baeldung.com/java-string-to-stream)
122+
- [Changing the Order in a Sum Operation Can Produce Different Results?](http://www.baeldung.com/java-floating-point-sum-order)
123+
- [How to Get a Name of a Method Being Executed?](http://www.baeldung.com/java-name-of-executing-method)
124+
- [Iterate over a Map in Java](http://www.baeldung.com/java-iterate-map)
125+
- [CyclicBarrier in Java](http://www.baeldung.com/java-cyclic-barrier)
116126
- [Dynamic Proxies in Java](http://www.baeldung.com/java-dynamic-proxies)
117127
- [How to Copy an Array in Java](http://www.baeldung.com/java-array-copy)
118128
- [Introduction to JDBC](http://www.baeldung.com/java-jdbc)

ejb/README.md

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

33
- [Guide to EJB Set-up](http://www.baeldung.com/ejb-intro)
4+
- [Java EE Session Beans](http://www.baeldung.com/ejb-session-beans)

kotlin/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
- [Kotlin Java Interoperability](http://www.baeldung.com/kotlin-java-interoperability)
77
- [Difference Between “==” and “===” in Kotlin](http://www.baeldung.com/kotlin-equality-operators)
88
- [Generics in Kotlin](http://www.baeldung.com/kotlin-generics)
9+
- [Introduction to Kotlin Coroutines](http://www.baeldung.com/kotlin-coroutines)

libraries/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
- [Introduction to Apache Commons Math](http://www.baeldung.com/apache-commons-math)
1313
- [Intro to JaVer](http://www.baeldung.com/serenity-bdd)
1414
- [Introduction to Netty](http://www.baeldung.com/netty)
15+
- [Merging Streams in Java](http://www.baeldung.com/java-merge-streams)
16+
- [Serenity BDD and Screenplay](http://www.baeldung.com/serenity-screenplay)
17+
- [Introduction to Quartz](http://www.baeldung.com/quartz)
18+
- [How to Warm Up the JVM](http://www.baeldung.com/java-jvm-warmup)
19+
- [Apache Commons Collections SetUtils](http://www.baeldung.com/apache-commons-setutils)
1520
- [Guide to Java Data Objects](http://www.baeldung.com/jdo)
1621
- [Software Transactional Memory in Java Using Multiverse](http://www.baeldung.com/java-multiverse-stm)
1722
- [Introduction to HikariCP](http://www.baeldung.com/hikaricp)

liquibase/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
### Relevant Articles:
2+
- [Introduction to Liquibase Rollback](http://www.baeldung.com/liquibase-rollback)

log-mdc/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
- TBD
33
- [Improved Java Logging with Mapped Diagnostic Context (MDC)](http://www.baeldung.com/mdc-in-log4j-2-logback)
44
- [Java Logging with Nested Diagnostic Context (NDC)](http://www.baeldung.com/java-logging-ndc-log4j)
5+
- [Drools Using Rules from Excel Files](http://www.baeldung.com/drools-excel)
56

67
### References
78

metrics/README.md

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

33
- [Intro to Dropwizard Metrics](http://www.baeldung.com/dropwizard-metrics)
4+
- [Introduction to Netflix Servo](http://www.baeldung.com/netflix-servo)

selenium-junit-testng/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
### Relevant Articles:
22
- [Guide to Selenium with JUnit / TestNG](http://www.baeldung.com/java-selenium-with-junit-and-testng)
33
- [Testing a Site with Selenium / Webdriver](http://www.baeldung.com)
4+
- [Testing with Selenium/WebDriver and the Page Object Pattern](http://www.baeldung.com/selenium-webdriver-page-object)

0 commit comments

Comments
 (0)