|
85 | 85 | * [Harriscorner](https://github.com/TheAlgorithms/Python/blob/master/computer_vision/harriscorner.py) |
86 | 86 |
|
87 | 87 | ## Conversions |
| 88 | + * [Binary To Decimal](https://github.com/TheAlgorithms/Python/blob/master/conversions/binary_to_decimal.py) |
88 | 89 | * [Decimal To Any](https://github.com/TheAlgorithms/Python/blob/master/conversions/decimal_to_any.py) |
89 | 90 | * [Decimal To Binary](https://github.com/TheAlgorithms/Python/blob/master/conversions/decimal_to_binary.py) |
90 | 91 | * [Decimal To Hexadecimal](https://github.com/TheAlgorithms/Python/blob/master/conversions/decimal_to_hexadecimal.py) |
91 | 92 | * [Decimal To Octal](https://github.com/TheAlgorithms/Python/blob/master/conversions/decimal_to_octal.py) |
| 93 | + * [Hexadecimal To Decimal](https://github.com/TheAlgorithms/Python/blob/master/conversions/hexadecimal_to_decimal.py) |
92 | 94 | * [Prefix Conversions](https://github.com/TheAlgorithms/Python/blob/master/conversions/prefix_conversions.py) |
93 | 95 | * [Roman To Integer](https://github.com/TheAlgorithms/Python/blob/master/conversions/roman_to_integer.py) |
94 | 96 | * [Temperature Conversions](https://github.com/TheAlgorithms/Python/blob/master/conversions/temperature_conversions.py) |
|
222 | 224 | ## File Transfer |
223 | 225 | * [Receive File](https://github.com/TheAlgorithms/Python/blob/master/file_transfer/receive_file.py) |
224 | 226 | * [Send File](https://github.com/TheAlgorithms/Python/blob/master/file_transfer/send_file.py) |
| 227 | + * Tests |
| 228 | + * [Test Send File](https://github.com/TheAlgorithms/Python/blob/master/file_transfer/tests/test_send_file.py) |
225 | 229 |
|
226 | 230 | ## Fuzzy Logic |
227 | 231 | * [Fuzzy Operations](https://github.com/TheAlgorithms/Python/blob/master/fuzzy_logic/fuzzy_operations.py) |
|
725 | 729 | * [Binary Tree Traversals](https://github.com/TheAlgorithms/Python/blob/master/traversals/binary_tree_traversals.py) |
726 | 730 |
|
727 | 731 | ## Web Programming |
| 732 | + * [Covid Stats Via Xpath](https://github.com/TheAlgorithms/Python/blob/master/web_programming/covid_stats_via_xpath.py) |
728 | 733 | * [Crawl Google Results](https://github.com/TheAlgorithms/Python/blob/master/web_programming/crawl_google_results.py) |
729 | 734 | * [Current Stock Price](https://github.com/TheAlgorithms/Python/blob/master/web_programming/current_stock_price.py) |
730 | 735 | * [Current Weather](https://github.com/TheAlgorithms/Python/blob/master/web_programming/current_weather.py) |
|
735 | 740 | * [Fetch Jobs](https://github.com/TheAlgorithms/Python/blob/master/web_programming/fetch_jobs.py) |
736 | 741 | * [Get Imdb Top 250 Movies Csv](https://github.com/TheAlgorithms/Python/blob/master/web_programming/get_imdb_top_250_movies_csv.py) |
737 | 742 | * [Get Imdbtop](https://github.com/TheAlgorithms/Python/blob/master/web_programming/get_imdbtop.py) |
| 743 | + * [Recaptcha Verification](https://github.com/TheAlgorithms/Python/blob/master/web_programming/recaptcha_verification.py) |
738 | 744 | * [Slack Message](https://github.com/TheAlgorithms/Python/blob/master/web_programming/slack_message.py) |
739 | 745 | * [World Covid19 Stats](https://github.com/TheAlgorithms/Python/blob/master/web_programming/world_covid19_stats.py) |
0 commit comments