Commit Graph

3755 Commits

Author SHA1 Message Date
rcalago 1ab7993a38
Update README.md 2024-01-19 11:09:58 +08:00
rcalago 12ec2874df
Update README.md 2024-01-19 11:08:33 +08:00
rcalago d77d4012fe
Update README.md 2024-01-19 11:07:00 +08:00
rcalago 4fcc885c25
Update README.md 2024-01-19 11:02:57 +08:00
rcalago f19b0df6e5
Update README.md 2024-01-19 11:00:18 +08:00
rcalago 26ff2dd0f8
Update README.md 2024-01-19 10:56:52 +08:00
rcalago cc79f44015
Update README.md 2024-01-19 10:53:59 +08:00
rcalago 258db28a1e
Update README.md 2024-01-19 10:31:03 +08:00
rcalago 3c07d26ab0
Update README.md 2024-01-19 10:27:19 +08:00
rcalago 03da03f115
Update README.md 2024-01-19 10:20:41 +08:00
rcalago 47d5fd11cb
Update README.md 2024-01-19 10:19:44 +08:00
rcalago eadcceb093
Update README.md 2024-01-19 10:18:31 +08:00
rcalago 258a0bce53
Update README.md 2024-01-19 10:17:24 +08:00
rcalago 81f72be329
Update README.md 2024-01-19 10:15:48 +08:00
rcalago 10fc9b0de2
Update README.md 2024-01-19 10:14:37 +08:00
rcalago 2dd3290bdb
Update README.md 2024-01-19 10:11:51 +08:00
rcalago 3b2efb2ed2
Update README.md 2024-01-19 10:08:39 +08:00
rcalago a7e76aaeaa
Update README.md 2024-01-19 10:00:55 +08:00
rcalago bfa76d7e66
Update README.md 2024-01-19 09:59:55 +08:00
rcalago c7bd604f51
Update README.md 2024-01-19 09:58:22 +08:00
rcalago 2703827ea9
Update README.md 2024-01-19 09:56:47 +08:00
rcalago f1ea7001d8
Update README.md 2024-01-19 09:49:41 +08:00
rcalago a70ae5f8ac
Update README.md 2024-01-19 09:48:27 +08:00
Rajat Garg 82d2112665
Add code for rotating a vertex around certain point (#15683)
Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2024-01-18 16:37:35 -08:00
davidmartinezbarua b38e72cd5a
Merge pull request #15630 from thibaultfaure/articles/BAEL-7356-Morse-Code
BAEL-7356 Code for the Morse Code Translation in Java article
2024-01-18 19:50:44 -03:00
Maiklins e72e72790c
Update README.md 2024-01-18 22:19:34 +01:00
Maiklins 359cdeb004
Merge pull request #15649 from anujgaud/convert-byte-2-int
[BAEL-7462] Convert byte to int
2024-01-18 22:13:11 +01:00
Mo Helmy 5b76e4eace
This PR is related to BAEL-7174 (#15681)
* This PR is related to BAEL-7174

This PR aims to add a new test class "CheckIfStringContainsInvalidEncodedCharactersUnitTest".

* Update CheckIfStringContainsInvalidEncodedCharactersUnitTest.java

Updating if-else with ternary operator
2024-01-18 12:27:04 -08:00
DiegoMarti2 c97e529deb
baeldung-articles : BAEL - 6592 (#15682)
Difference between ZoneOffset.UTC and ZoneId.of("UTC")
2024-01-18 12:26:30 -08:00
timis1 9dd807367b
JAVA-30302 Review log statements for projects - Week 52 - 2023 (conti-2) (#15623) 2024-01-15 23:40:59 +02:00
Loredana Crusoveanu e876cf4db0 add missing resources 2024-01-15 21:58:50 +02:00
Andrea Giulio Cerasoni 9c51620159
Merge pull request #15627 from wynnteo/BAEL-7354
Migrated from old fork
2024-01-15 19:23:05 +00:00
Wynn Teo a662e499b9
Migrated from old fork (#15626) 2024-01-15 12:46:46 -06:00
anujgaud 444d747468
Add tests for byte to int conversion 2024-01-15 22:32:26 +05:30
anujgaud 84530dd8bb
Add byte to int conversion code 2024-01-15 22:31:09 +05:30
Mo Helmy 85c4162119
This commit is related to BAEL-7028 (#15648)
This commit aims to add two classes:
       -  PrintMessageWithoutMainMethod
       - PrintMessageWithoutMainUnitTest
2024-01-15 08:49:23 -08:00
Thibault Faure fc231c59ff BAEL-7356 Code for the Morse Code Translation in Java article 2024-01-14 13:46:57 +01:00
SGWebFreelancer 44300ba227 Migrated from old fork 2024-01-14 18:01:41 +08:00
DiegoMarti2 f75ab1c847
baeldung-articles : BAEL-7180 (#15616)
Check if a float value is equivalent to an integer value in Java.
2024-01-13 14:38:34 -08:00
Kai Yuan a6222f4432 [util-sql-date-improvement] add sqlDate -> utilDate (#15578)
* [util-sql-date-improvement] add sqlDate -> utilDate

* [util-sql-date-improvement] clean up imports
2024-01-12 19:21:05 -06:00
Liam Williams aad40a8de2 Merge pull request #15281 from Neetika23/print2DArray
Print2 d array
2024-01-12 15:53:38 +00:00
rcalago 0e637e8dfd Update REAME.md 2024-01-12 21:15:39 +08:00
Kai Yuan edeee5a571 Static ref non static (#15571)
* [rm-char-in-other-str] BAEL-7355 Remove characters from a string that are present in a second string

* [rm-char-in-other-str] shorten the package name

* [static-ref-non-static] static context ref non-static memebers
2024-01-11 20:22:00 -06:00
Kai Yuan 9b6a2a0236 [fileWriter-flush-close] FileWriter flush() and close() (#15559) 2024-01-11 20:12:52 -06:00
DiegoMarti2 9e5f305c32 Update JodaDateTimeToDateAndViceVersaUnitTest.java (#15587)
assertEquals(jodaDateTime.getMillis(), javaDate.getTime());
assertEquals(javaDate.getTime(), jodaDateTime.getMillis());
2024-01-11 09:28:24 -08:00
MohamedHelmyKassab d317cbf552 This commit is related to BAEL-6873 (#15579)
This commit aims to add a class "ReadInputCharByChar" that provides several approaches to read input char by char.
2024-01-10 15:24:01 -08:00
Kai Yuan c41bd80850 [call-a-method-oneach] call a method on each element (#15540)
* [call-a-method-oneach] call a method on each element

* [call-a-method-oneach] fix typo
2024-01-09 19:01:27 -06:00
DiegoMarti2 a94bf971f5 baeldung-articles : BAEL-7403 (#15573)
* baeldung-articles : BAEL-7403

Convert Joda-Time DateTime to Date and Vice Versa

* (Move) baeldung-articles : BAEL-7403

Move the code to this module.
2024-01-09 14:13:10 -08:00
Harry9656 5136e7349b JAVA-27804: Remove explicit logging dependency (#15448) 2024-01-09 09:48:12 +02:00
vaibhav007jain 40dc851047 Bael 7163 (#15532)
* Create StreamFromEmptyList.java

Initial Commit

* Create StreamFromEmptyListUnitTest.java

Initial commit of StreamFromEmptyListUnitTest.

* Create README.md

Adding README file.

* Create pom.xml

* Create pom.xml

* Create REAME.md

* Delete core-java-modules/core-java-streams-6/src/README.md

* Delete core-java-modules/core-java-streams-6/src/pom.xml

* Update pom.xml

* Update pom.xml
2024-01-09 10:11:00 +05:30