Commit Graph

32 Commits

Author SHA1 Message Date
Bipin kumar c3155551b6
JAVA-32170_C_09: Changes made for Fix formatting of POMs - C_09(#16110) 2024-03-15 23:52:33 +02:00
panos-kakos a39f20151d
[JAVA-30626] Clean up guava dependencies (#16098)
* [JAVA-30626] Clean up guava dependencies

* [JAVA-30626] Clean up guava dependencies

* [JAVA-30626] Clean up guava dependencies

* [JAVA-30626] Clean up guava dependencies

* [JAVA-30626] Clean up guava dependencies
2024-03-14 00:44:56 +01:00
Bipin kumar bcba7da594
JAVA-30449 Fix formatting of POMs A_to_C (#15720) 2024-01-30 12:29:53 +02:00
edizor de92bcb45d Update README.md
[skip ci]
2023-11-18 19:06:22 +08:00
panos-kakos 39c2f49171 [JAVA-26714] Upgraded guava to latest version 2023-11-12 18:10:31 +02:00
panos-kakos e6cb1a2e43 [JAVA-26714] Upgraded commons-codec to latest version 2023-11-12 17:34:55 +02:00
Bogdan Cardoş 63679af8ca BAEL-6874 update test code for article (#15164)
* BAEL-6819 convert from int to Long in Java

* BAEL-6819 update package name

* BAEL-6874 test code for article

* BAEL-6874 rename test class

* BAEL-6874 update test code for article

* BAEL-6874 update test code for article
2023-11-09 14:01:10 -08:00
Bogdan Cardoş 4ef6b9039f BAEL-6874 update test code for article (#15155)
* BAEL-6819 convert from int to Long in Java

* BAEL-6819 update package name

* BAEL-6874 test code for article

* BAEL-6874 rename test class

* BAEL-6874 update test code for article
2023-11-06 12:47:45 -08:00
Bogdan Cardoş 7482aa3c25 BAEL-6874 test code for article (#15118)
* BAEL-6819 convert from int to Long in Java

* BAEL-6819 update package name

* BAEL-6874 test code for article

* BAEL-6874 rename test class
2023-11-01 12:13:08 -07:00
davidmartinezbarua 2b44a380df Merge pull request #14863 from sam-gardner/BAEL-6895-truncating-doubles-to-two-decimal-places
BAEL-6895 Add code for truncating a double to two decimal places
2023-10-25 16:43:13 -03:00
edizor 2e219b6a08 Update README.md
[skip ci]
2023-10-20 21:28:07 +08:00
edizor 475111027f Update README.md
[skip ci]
2023-10-12 05:13:08 +08:00
Sam Gardner d4d4a0e1a4 BAEL-6895 extend String format test to cover negatives 2023-10-11 11:09:45 +01:00
Rufina Uche 0e7c032aa8 Javadoublevsbigdecimal (#14862)
* Create BigDecimalConversionUnitTest.java

* Add files via upload

* Update BigDecimalConversionUnitTest.java

* Update BigDecimalConversionUnitTest.java

* Update BigDecimalConversionUnitTest.java
2023-10-09 09:53:46 +02:00
Eugene Kovko d76083ae04 BAEL-6828: Finding the Square Root of a BigInteger in Java (#14903)
* BAEL-6828: Finding the Square Root of a BigInteger in Java

* BAEL-6828: Remove Java 9 annotation from the test

* BAEL-6828: Remove Java 9 profile
2023-10-04 09:23:38 -07:00
edizor c731ff9446 Update README.md
[skip ci]
2023-09-29 23:12:27 +08:00
Sam Gardner fe9c78ceb8 BAEL-6895 Add code for truncating a double to two decimal places 2023-09-28 16:29:51 +01:00
edizor 57448bdc88 Update README.md
[skip ci]
2023-09-16 09:19:02 +08:00
Kai Yuan 7c02a6ffdb [integer-to-digits] How to Split an Integer Number Into Digits in Java (#14736) 2023-09-12 16:46:08 -05:00
collaboratewithakash 75beecef09 backlink updated 2023-08-11 12:36:43 +05:30
edizor 6fa2244acb Update README.md
[skip ci]
2023-07-19 16:22:36 +08:00
edizor bcef2f9001 Update README.md
[skip ci]
2023-07-13 21:46:09 +08:00
Michael Olayemi 8333346c43 Does Java read integers in little endian or big endian? (#14381)
* Does Java read integers in little endian or big endian?

* Does Java read integers in little endian or big endian?
2023-07-13 06:35:34 +05:30
MohamedHelmyKassab ded6e1acca BAEL-6418 (#14311)
* BAEL-6418

This commit aims to add a test class for the article BAEL-6418

* Update IntegerClassIntegerTYPEIntClassUnitTest.java

* Update IntegerClassIntegerTYPEIntClassUnitTest.java

* Update IntegerClassIntegerTYPEIntClassUnitTest.java

* Update IntegerClassIntegerTYPEIntClassUnitTest.java
2023-07-11 07:52:58 +05:30
collaboratewithakash deda69da7b updated backlink 2023-05-27 15:16:58 +05:30
edizor 67fa63242d Update README.md
[skip ci]
2023-04-20 17:17:22 +08:00
Alejamdro 1787041bd8 BAEL-6078 - Convert an Integer Value into 2-Digit Hex Value in Java (#13682) 2023-04-13 08:31:45 +05:30
Loredana Crusoveanu 4792107e96 Merge pull request #13774 from dkapil/task/JAVA-19536_cd
JAVA-19536 Fix formatting of pom.xmls
2023-04-10 10:23:06 +03:00
edizor 6e4502955a Update README.md
[skip ci]
2023-04-08 00:07:32 +08:00
Dhawal Kapil 7026b0abc9 JAVA-19536 Fix formatting of pom.xmls 2023-04-05 07:14:09 +05:30
Michael Olayemi 9c59017b4e I text (#13770)
* BAEL-6226 Calculate Pi Java Program

* BAEL-6226 Calculate Pi Java Program

* Calculate Pi Java Program
2023-04-05 06:44:45 +05:30
Michael Olayemi 4cebc2aaf1 BAEL-6226 Calculate Pi Java Program (#13693)
* BAEL-6226 Calculate Pi Java Program

* BAEL-6226 Calculate Pi Java Program
2023-04-04 07:36:12 +05:30