32 Commits

Author SHA1 Message Date
d422bf5983 Add tests for AffineConverter.java (#5602) 2024-10-07 15:15:50 +00:00
389d1d70d5 feat: add conversion logic from integer to english (#5540)
* feat: add conversion logic from integer to english

* feat: update DIRECTORY.md

* feat: fix linting issues

* feat: fix build issue

* feat: address review comments

---------

Co-authored-by: sailok.chinta <sailok.chinta@kotak.com>
Co-authored-by: Alex Klymenko <alexanderklmn@gmail.com>
2024-10-04 20:13:40 +03:00
18f6f8c30a fix: handle Null Dereference in RomanToInteger (#5461) 2024-09-23 11:33:55 +03:00
b849cbb602 fix: handle Null Dereference in UnitsConverter (#5460) 2024-09-22 11:20:23 +02:00
aefc8fd4b8 refactor: HexToOct (#5377) 2024-08-24 11:32:50 +03:00
8a89b42cf8 refactor: AnyBaseToDecimal (#5357) 2024-08-22 10:50:56 +03:00
07dbc51e1b feat: add temperature unit conversions (#5315)
Co-authored-by: Bama Charan Chhandogi <b.c.chhandogi@gmail.com>
2024-08-22 06:43:52 +00:00
33fd79ad55 refactor: OctalToHexadecimal (#5345) 2024-08-18 22:03:28 +03:00
a9f5b82708 refactor: OctalToDecimal (#5344) 2024-08-18 21:58:57 +03:00
2905ccbb20 refactor: DecimalToAnyBase (#5343) 2024-08-18 21:45:30 +03:00
e8985b3edb refactor: BinaryToOctal (#5338)
* refactor: BinaryToOctal

* checkstyle: fix formatting

* refactor: adding input correctness case, cover by tests. Renaming variable

---------

Co-authored-by: alxkm <alx@alx.com>
Co-authored-by: Bama Charan Chhandogi <b.c.chhandogi@gmail.com>
2024-08-17 19:06:45 +00:00
25b6aebe45 refactor: DecimalToHexadecimal (#5337) 2024-08-17 21:58:50 +03:00
d80fd0c623 refactor: DecimalToBinary (#5339) 2024-08-17 21:35:36 +03:00
e32cab3189 refactor: BinaryToDecimal (#5330) 2024-08-16 17:48:47 +03:00
c20375ae0f refactor: BinaryToHexadecimal (#5331) 2024-08-16 17:43:54 +03:00
ec30592fcb refactor: DecimalToOctal (#5332) 2024-08-16 10:07:27 +03:00
414835db11 style: enable AvoidStarImport in checkstyle (#5141) 2024-05-05 20:48:56 +02:00
f010a47608 chore: enforce InsertNewlineAtEOF in clang-format (#4343)
* style: insert newline at eof

* style: use `InsertNewlineAtEOF` in `clang-format`

* fix: use `clang-format-16`

* chore: update clang-format-lint-action to v0.16.2

---------

Co-authored-by: Debasish Biswas <debasishbsws.dev@gmail.com>
2023-09-01 04:10:46 +00:00
00282efd8b style: format code (#4212)
close #4204
2023-06-09 18:52:05 +08:00
b6e78a45ac Add Octal To Binary Converter (#4202) 2023-05-30 07:37:50 +00:00
8798e042a8 Refactor BinaryToDecimal class (#4135) 2023-04-03 22:42:50 +08:00
8504e6ad35 Add test case for RomanToInteger (#3686) 2022-10-27 20:42:57 +08:00
23949cac47 Add test case for BinaryToDecimal (#3684) 2022-10-27 20:40:08 +08:00
2c9edc95b8 Add test case for HexaDecimalToBinary (#3683) 2022-10-27 20:34:01 +08:00
838916d8e9 Add test case for hexadecimal to decimal (#3685) 2022-10-27 19:17:38 +08:00
0bed437eb2 Add test case for BinaryToHexadecimal (#3694) 2022-10-27 18:15:39 +08:00
c7b69561a5 Add test case for BinaryToOctal (#3696) 2022-10-27 18:11:16 +08:00
a1a2a849c2 Add test case for DecimalToHexaDecimal (#3697) 2022-10-27 18:07:13 +08:00
b46bf0d9b0 Add test case for OctalToDecimal (#3678) 2022-10-27 00:06:25 +08:00
0bbacb1925 Add test case for OctalToHexadecimal (#3679) 2022-10-27 00:04:26 +08:00
2e25f89c36 Add test case for HexToOct (#3675) 2022-10-26 21:10:25 +08:00
0365afa16a Add test case for IntegerToRoman (#3676) 2022-10-26 21:03:04 +08:00