27 Commits

Author SHA1 Message Date
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
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