https://github.com/caelan0501/c-sharp-calculator
This is a series of calculator projects
https://github.com/caelan0501/c-sharp-calculator
calculator grpc object-oriented-programing shunting-yard-algorithm uml-class-diagram wcf-service
Last synced: about 2 months ago
JSON representation
This is a series of calculator projects
- Host: GitHub
- URL: https://github.com/caelan0501/c-sharp-calculator
- Owner: Caelan0501
- Created: 2024-08-30T08:59:53.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T01:45:08.000Z (over 1 year ago)
- Last Synced: 2024-10-24T13:44:50.674Z (over 1 year ago)
- Topics: calculator, grpc, object-oriented-programing, shunting-yard-algorithm, uml-class-diagram, wcf-service
- Language: C#
- Homepage:
- Size: 406 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
File Directory
Calculator - contains the entire Calculator Class
Console Calculator - Console client
WCFCalculatorServiceLocal - WCF Service configured to run on my localhost at home
gRPCCalculatorService - gRPC Service configured to run on my localhost at home
Future Plans
Finish a local Version of gRPC Service
RESTful Service
Finish Algerbra.cs
Create Various Formula Functions
Reapply Calculator Class into Other Laguages I know/Want to know more about (C, C++, Python, Java, Javascript)