converter/src/app/converter
Manuel Friedli 8280e0be94 Fixed HexToDecConverter file name and added tests; made conversion from
binary and hexadecimal to decimal stricter.
2018-08-31 23:59:52 +02:00
..
base64-decoder.spec.ts Fixed BinToDecConverter file name and added more tests, also negative 2018-08-31 23:35:14 +02:00
base64-decoder.ts Fix Base64{De,En}coder filenames and add tests. 2018-08-31 23:22:15 +02:00
base64-encoder.spec.ts Fixed BinToDecConverter file name and added more tests, also negative 2018-08-31 23:35:14 +02:00
base64-encoder.ts Fixed BinToDecConverter file name and added more tests, also negative 2018-08-31 23:35:14 +02:00
bin-to-dec-converter.spec.ts Fixed HexToDecConverter file name and added tests; made conversion from 2018-08-31 23:59:52 +02:00
bin-to-dec-converter.ts Fixed HexToDecConverter file name and added tests; made conversion from 2018-08-31 23:59:52 +02:00
converter.ts Fixed TSLint. Now I'll have to fix the actual linting errors. 2017-04-15 18:51:22 +02:00
dec-to-bin-converter.spec.ts Fixed DecToHexConverter filename, added test and fixed other tests. 2018-08-31 23:40:47 +02:00
dec-to-bin-converter.ts Fixed DectoBinConverter file name and added tests. 2018-08-31 23:38:22 +02:00
dec-to-hex-converter.spec.ts Fixed DecToHexConverter filename, added test and fixed other tests. 2018-08-31 23:40:47 +02:00
dec-to-hex-converter.ts Fixed DecToHexConverter filename, added test and fixed other tests. 2018-08-31 23:40:47 +02:00
hex-to-dec-converter.spec.ts Fixed HexToDecConverter file name and added tests; made conversion from 2018-08-31 23:59:52 +02:00
hex-to-dec-converter.ts Fixed HexToDecConverter file name and added tests; made conversion from 2018-08-31 23:59:52 +02:00
htmlentitiesdecoder.ts Merge branch 'develop' into migrate-to-angular-cli 2017-07-25 20:35:20 +02:00
htmlentitiesencoder.ts Merge branch 'develop' into migrate-to-angular-cli 2017-07-25 20:35:20 +02:00
punycodedecoder.ts Corrected NativeLibraryWrapperService. 2018-08-31 23:09:40 +02:00
punycodeencoder.ts Corrected NativeLibraryWrapperService. 2018-08-31 23:09:40 +02:00
quotedprintabledecoder.ts Corrected NativeLibraryWrapperService. 2018-08-31 23:09:40 +02:00
quotedprintableencoder.ts Corrected NativeLibraryWrapperService. 2018-08-31 23:09:40 +02:00
rot13converter.ts Add ROT-13 conversion 2018-08-31 21:47:18 +02:00
uricomponentdecoder.ts Corrected some linting errors. 2017-04-15 19:04:49 +02:00
uricomponentencoder.ts Corrected some linting errors. 2017-04-15 19:04:49 +02:00
uridecoder.ts Corrected some linting errors. 2017-04-15 19:04:49 +02:00
uriencoder.ts Corrected some linting errors. 2017-04-15 19:04:49 +02:00
utf8decoder.ts Corrected NativeLibraryWrapperService. 2018-08-31 23:09:40 +02:00
utf8encoder.ts Corrected NativeLibraryWrapperService. 2018-08-31 23:09:40 +02:00