Skip to content

Commit

Permalink
Update external.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorijo91 authored Oct 11, 2024
1 parent e053f2e commit 8bc2fdf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions external.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ <h3 id="baeldung"><i class="fa fa-at" aria-hidden="true"></i> <a href="https://
<ul>
<!-- <li><a href="">XXX</a></li> -->

<li><a href="https://www.baeldung.com/scala/string-operation-delete-substring">Removing a Substring From a String in Scala</a></li>
<li><a href="https://www.baeldung.com/scala/round-number-to-multiple-of-ten">Round a Number to the Nearest or Next Multiple of 10 in Scala</a></li>
<li><a href="https://www.baeldung.com/scala/number-formats">Different Ways to Format Numbers in Scala</a></li>
<li><a href="https://www.baeldung.com/scala/list-compute-mean-value">Calculate the Average of a List in Scala</a></li>
<li><a href="https://www.baeldung.com/scala/string-character-check-alphanumeric">Check if a Character Is Alpha Numeric in Scala</a></li>
<li><a href="https://www.baeldung.com/scala/octal-decimal-number-conversion">Convert Integers Between Octal and Decimal Representations in Scala</a></li>
<li><a href="https://www.baeldung.com/scala/string-repeat-character">Repeat a Character Multiple Times in Scala</a></li>
<li><a href="https://www.baeldung.com/scala/list-check-equality-all-items">Check if All Elements in a List Are Equal in Scala</a></li>
Expand Down

0 comments on commit 8bc2fdf

Please sign in to comment.