97 Commits

Author SHA1 Message Date
479973bd93 add RailwayTimeConversion method 2021-09-04 23:05:30 +05:30
705b1236c8 re-formate TitleCaseConversion method with standard.js 2021-08-28 13:00:43 +05:30
da675fb237 add Problem statement and Explanation source in TitleCaseConversion 2021-08-28 12:58:37 +05:30
4810119b44 add TitleCaseConversion method 2021-08-28 12:54:14 +05:30
00baf232b9 add UpperCaseConversion method 2021-08-26 23:29:23 +05:30
59fd27f1a6 add LowerCaseConversion method 2021-08-26 10:48:14 +05:30
a93fddab03 added DateDayDifference method in Conversions category 2021-08-24 15:32:27 +05:30
63c7732dda re-formate wth standard.js 2021-08-23 12:34:17 +05:30
cd26e97514 delete DateToDayCount method 2021-08-23 12:33:05 +05:30
766d35c2e9 add DateToDay method withour Date class 2021-08-23 12:28:17 +05:30
624c7c3641 change DateToDay method to DateToDayCount method 2021-08-23 01:20:07 +05:30
2be097a91e Merge pull request #274 from higorcastilho/patch-2
Create HexToDecimal.js
2021-05-23 14:47:41 +05:30
a4511d28a8 Merge pull request #327 from VishnuPothan/master
Added Oct to Decimal conversion
2021-05-23 14:31:05 +05:30
ca4c1a62af style: Fixed most styles (according to standardjs) 2021-05-21 11:16:11 +05:30
57ba1f1ee4 eslint-disable-line no-unused-vars 2021-04-12 16:27:35 +05:30
ecf4ad9eb5 update RgbHsvConversion.js 2021-04-12 16:20:43 +05:30
21c1dda447 update RgbHsvConversion.js 2021-04-12 16:16:15 +05:30
b85ac9ae00 add RgbHsvConversion.js 2021-04-12 16:11:12 +05:30
28da5fce32 Merge pull request #440 from LordKa0S/convert-any
Added implementation for arbitrary base conversion
2021-02-05 09:41:26 +05:30
3c410955ef Merge pull request #386 from RealPeha/rgb-to-hex
Add RGBToHex
2020-10-10 15:12:59 -03:00
e833b3fd40 Fixing incorrect substring indexes (#431)
Substring indexes were all off by 1, creating an incorrect output.
Also removed unnecessary `toUpperCase()` calls.
2020-10-10 23:23:09 +05:30
3b5e6748e8 Added implementation for arbitrary base conversion 2020-10-08 02:33:11 +05:30
fd1025e3ec Fix methodname and parameter type in BinaryToDecimal.js (#392)
* Update BinaryToDecimal.js

Fix typo in name

* Update BinaryToDecimal.js

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-10-06 00:13:44 +05:30
1e27f30907 Create Conversions/RGBToHex.js 2020-10-03 15:17:04 +03:00
8035c136b0 npx standard --fix filename is run successfully 2020-10-02 10:13:20 +05:30
6cd03db6e2 Added the standard javascript style 2020-10-01 16:52:37 +05:30
446f88b189 Added Oct to Decimal conversion 2020-10-01 16:42:37 +05:30
1a3a2639ba Create HexToDecimal.js
Hello. Hope this can be useful to conversions in JavaScript repository :)
2020-09-11 09:21:01 -03:00
b9c6491c79 Update BinaryToDecimal.js 2020-08-23 15:49:51 +05:30
c1489ecbde Changed “var” to “let” in DecimalToOctal.js (#256)
* Changed “var” to “let” in DecimalToOctal.js

Moved 1 liner code into 2 lines.

* Update Conversions/DecimalToOctal.js

Co-authored-by: Tapajyoti Bose <44058757+ruppysuppy@users.noreply.github.com>

Co-authored-by: vinayak <itssvinayak@gmail.com>
Co-authored-by: Tapajyoti Bose <44058757+ruppysuppy@users.noreply.github.com>
2020-08-21 00:12:39 +05:30
157345cfc1 Implement binary to decimal (#264)
* Implement binary to decimal

* Add missing end of line

* Add comments for understanding

Co-authored-by: Neha Saggam <neha@technogise.com>
2020-08-21 00:12:01 +05:30
4df472a361 Update HexToRGB.js 2020-06-30 23:05:47 +05:30
5ea15b49c9 Rename HexToRGB to HexToRGB.js 2020-06-30 21:29:29 +05:30
129ec51861 bugfix (#207)
Push should be converted to hexout. unshift
2020-06-26 19:27:39 +05:30
0bb7942a40 Create RomanToDecimal.js 2020-06-21 10:39:32 +05:30
c9b3d25c53 Create RomanToDecimal.js
Conversion from Roman numeral system to decimal
2020-06-21 10:37:23 +05:30
f5054ac93d Update HexToRGB 2020-05-27 22:24:44 +05:30
aca7d80cdb HexToRGB 2020-05-25 01:41:50 +01:00
2e0bd65b0c Fixing non compliant files (Ciphers, Conversions and Data Structures) 2020-05-03 21:26:52 -03:00
856dc2f63c npx standard --fix 2020-05-03 09:05:12 +02:00
f37cac8508 Fixed Whitespace, Operators, and Quotes to Comply with JSLint
I modified the whitespace in the files and changed single quotes to double quotes.

I also changed some `==` and `!=` operators to `===` and `!==` to comply with JSLint.
2019-06-27 10:41:44 -04:00
8a356cd839 fixed alert 2019-02-24 15:06:59 -06:00
97ac1c3d24 fixed and added test cases 2019-02-24 15:00:42 -06:00
31d5467ada added DecimalToHex 2018-10-20 15:35:49 -05:00
b9b58911aa Update DecimalToOctal.js 2017-08-20 00:44:39 +05:30
9e1d8cfd3c Added Implementation of Decimal to Octal 2017-08-20 00:42:57 +05:30
b9fea2c907 Added Decimal to BInary Conversion 2017-08-19 20:44:53 +05:30