From 30820a0928e17f42ed1855c7a35780e181b06a35 Mon Sep 17 00:00:00 2001 From: Brian Ceasar <95188858+Brianceasar@users.noreply.github.com> Date: Fri, 24 Mar 2023 19:16:30 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab6b693d..94f2155c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Numbers **Binary to Decimal and Back Converter** - Develop a converter to convert a decimal number to binary or a binary number to its decimal equivalent. [[Drhealsgood (Python)]](https://github.com/Drhealsgood/miniprojects/blob/master/number_projects/conversion/conversions.py) [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Numbers/binary_to_decimal.rb) [[hx1997 (C)]](https://github.com/hx1997/Projects/blob/master/Numbers/binary_decimal.c) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/binary_decimal_convert.py) [[vinaynikhil313 (Java)]](https://github.com/vinaynikhil313/Projects-Solutions/blob/master/BinaryDecimal.java) [[mukul13 (C)]](https://github.com/mukul13/poker/blob/master/Binary%20to%20decimal%20and%20Back%20Converter.c) [[francis36012 (C++)]](https://github.com/francis36012/karan-projects/blob/master/src/numbers/binBaseConv.cpp) [[hkuchampudi (Java)]](https://github.com/hkuchampudi/MegaProject_Solutions/blob/master/Numbers/binary_decimal_conversion.java) [[mandliya(c++)]](https://github.com/mandliya/short-fun-projects/blob/master/conversion/conversion.cpp) -**Calculator** - A simple calculator to do basic operators. Make it a scientific calculator for added complexity. [[MrBlaise (Python)]](https://github.com/MrBlaise/learnpython/blob/master/Numbers/calc.py) [[tel (Haskell)]](https://github.com/tel/Projects/blob/master/Numbers/Calc.hs) [[ripperhf (C)]](https://github.com/ripperhf/Calculator/blob/master/calc.c) [[hx1997 (C)]](https://github.com/hx1997/Projects/blob/master/Numbers/calc.c) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/calculator.py) [[grzeswol (Ruby)]](https://github.com/grzeswol/karan_projects_solutions/blob/master/Ruby/10_calculator.rb)[[hollynicolemills(java)]](https://github.com/hollynicolemills/CalculatorApp/blob/master/src/CalculatorGUI.java)[[psk11 (HTML, JS)]](https://gist.githubusercontent.com/psk11/f9196c924c7f2ee0fd2b/raw/3c597636572579c3a6aa33c891bffccf877764a1/calculator.html) [[wildautumnwind (PHP)]](https://github.com/wildautumnwind/calculator) +**Calculator** - A simple calculator to do basic operators. Make it a scientific calculator for added complexity. [[MrBlaise (Python)]](https://github.com/MrBlaise/learnpython/blob/master/Numbers/calc.py) [[tel (Haskell)]](https://github.com/tel/Projects/blob/master/Numbers/Calc.hs) [[ripperhf (C)]](https://github.com/ripperhf/Calculator/blob/master/calc.c) [[hx1997 (C)]](https://github.com/hx1997/Projects/blob/master/Numbers/calc.c) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/calculator.py) [[grzeswol (Ruby)]](https://github.com/grzeswol/karan_projects_solutions/blob/master/Ruby/10_calculator.rb)[[hollynicolemills(java)]](https://github.com/hollynicolemills/CalculatorApp/blob/master/src/CalculatorGUI.java)[[psk11 (HTML, JS)]](https://gist.githubusercontent.com/psk11/f9196c924c7f2ee0fd2b/raw/3c597636572579c3a6aa33c891bffccf877764a1/calculator.html) [[wildautumnwind (PHP)]](https://github.com/wildautumnwind/calculator) [[Brianceasar (C#)]](https://github.com/Brianceasar/SimpleCalculator/blob/main/Calculator/Calculator.cs) **Unit Converter (temp, currency, volume, mass and more)** - Converts various units between one another. The user enters the type of unit being entered, the type of unit they want to convert to and then the value. The program will then make the conversion. [[Drhealsgood (Python)]](https://github.com/Drhealsgood/miniprojects/blob/master/number_projects/conversion/conversions.py) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/unit_convert.py) [[kurokuriboh (Java)]](https://github.com/kurokuriboh/Mega_Project_Solutions/tree/master/Numbers/Unit%20Converter)